﻿body
{
    margin: 0px;
    padding: 0px;
    background: url(/Images/NationBg.gif) #3b4853 top left repeat-x;
    color: #444;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
}
a, a:active
{
    outline: 0px none;
}
a img
{
    border: 0px none;
}
#wrapper
{
    position: relative;
    height: 100%;
    text-align: left;
    background: #FFF;
    border: 1px solid #1D5C9C;
    width: 1000px;
    margin: 0 auto;
}
html > body #wrapper
{
    min-height: 100%;
    height: auto;
}
#all
{
    background-color: #FFF;
    width: 990px;
    margin: 5px auto;
    border: solid 1px #7e96a0;
    padding-top: 10px;
}
#content
{
    width: 980px;
    margin: 0px auto 10px;
}
/*Footer*/
.footer
{
    background: #0d74c3 url(/Images/FooterBg.gif) repeat-x scroll left -1px;
    border: 1px solid #1D5C9C;
    border-top: 0px none;
    color: #eaeef0;
    font-size: 8pt;
    line-height: 1.4em;
    text-align: left;
    width: 1000px;
}
/**/
/*Tab Menu*/
.Menu
{
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-width: 0px;
    border-style: none;
    font-size: 9pt;
    text-align: left; /* We are using text-align: left on ul to left align our menu to the page. If you want the menu aligned centered or right just change text-align to either center or right */
    margin: 0px;
    padding: 5px 0px 0px;
    width: 100%;
    background: url(/Images/MenuBg.gif) #3b4853 top left repeat-x;
    /*position: relative;*/
}
.Menu li
{
    padding: 0px 4px;
    margin: 15px 0px 0px;
    display: inline; /* Menu links are horizontally aligned using display: inline */
    border: 0px none #fff;
    line-height: 24px;
}
.Menu li a
{
    padding: 4px 8px;
    color: #FFF;
    text-decoration: none;
    border-left: 1px solid #5896c9;
    border-top: 1px solid #5896c9;
    border-right: 1px solid #0e375c;
    background: url(/Images/MenuItemBg.gif) #3b4853 top left repeat-x;
}
.Menu li#active span
{
    color: #136CB6;
    padding: 4px 8px;
    background: #fff;
    border-left: 1px solid #bac2c8;
    border-top: 1px solid #bac2c8;
    border-right: 1px solid #4e5459;
}
.Menu li a:hover
{
    color: #FFAE00;
}
.Menu .subMenu
{
    float: left;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding: 4px 0px;
    background: #fff;
    border-bottom: solid 1px #DDD;
    position: relative;
}
.Menu .subMenu li
{
    margin: 0px;
    padding: 3px 0 3px 0;
    border: 0;
    font-size: 9pt;
    line-height: 20px;
}
.Menu .subMenu li a
{
    border: 0;
    background: #fff;
    color: #4F657D;
    font-size: 0.9em;
    text-decoration: underline;
    padding: 3px 8px;
}
.Menu .subMenu li a:hover
{
    color: #FFAE00;
    text-decoration: none;
}
.Menu .subMenu li#subActive span
{
    color: #136CB6;
    background: #fff;
    border: none 0px #FFF;
    padding: 3px 12px;
}
/**/
#bp
{
    margin: 0 auto;
    padding: 0;
}


#bp .bp-mask
{
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

#bp .bp-wrap
{
    left: 0;
    top: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 10000;
    background: transparent none;
    text-align: center;
    display: none;
}

#bp .bp-main
{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

#bp .bp-view
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#bp .bp-view img
{
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    margin-top: 37px;
}

#bp .bp-view .bp-nav
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 10001;
    display: none;
    background-color: transparent;
}

#bp .bp-view .bp-prev-link
{
    left: 0;
}

#bp .bp-view .bp-next-link
{
    right: 0;
}

#bp .bp-view .bp-nav a
{
    display: block;
    text-decoration: none;
}

#bp .bp-view .bp-info-wrap
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10003;
    display: none;
}

#bp .bp-view .bp-info-wrap .bp-info
{
    margin: 0;
    background-color: transparent;
}

#bp .bp-bbar
{
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 10004;
    width: 100%;
    display: none;
}

#bp .bp-bbar .bp-info-link
{
    float: left;
}

#bp .bp-bbar .bp-hide-link
{
    float: right;
}

.bp-clear
{
    clear: both;
    visibility: hidden;
    height: 0px;
    background-color: transparent;
    border: none;
}
#bp .bp-mask
{
    background: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#bp .bp-main
{
    background: #F6F6F6 none;
    border: 10px solid #F6F6F6;
}

#bp .loading
{
    background: #FFF url(../images/ajax-loader.gif) no-repeat center center;
}

#bp .bp-nav a
{
    color: #818181;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

#bp .bp-nav a:visited
{
    color: #818181;
}

#bp .bp-nav a:hover
{
    color: #414141;
}

#bp .bp-nav span
{
    margin-top: 20px;
    padding: 8px 10px;
    display: block;
    width: 40px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    text-transform: uppercase;
    cursor: pointer;
}

#bp .bp-prev-link span
{
    margin-right: auto;
    margin-left: 0;
    border-left: 0;
    text-align: left;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
}

#bp .bp-next-link span
{
    margin-right: 0;
    margin-left: auto;
    border-right: 0;
    text-align: right;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
}


#bp .bp-info-wrap
{
    background-color: #333;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

#bp .bp-info-wrap .bp-info
{
    background-color: transparent;
    padding: 8px 12px;
    color: #FFF;
    text-align: left;
}

#bp .bp-info-wrap .bp-info .bp-count
{
    font-size: 0.8em;
    text-align: right;
}

#bp .bp-info-wrap .bp-info h2
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.3em;
}

#bp .bp-info-wrap .bp-info a
{
    color: #ff8080;
}

#bp .bp-info-wrap .bp-info p
{
    margin: 8px 0;
    font-size: 0.9em;
}

#bp .bp-bbar
{
    padding-top: 6px;
    background-color: #F6F6F6;
}

#bp .bp-bbar a
{
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#bp .bp-bbar a:visited
{
    color: #666;
}

#bp .bp-bbar a:hover
{
    color: #333;
}

#bp .bp-info-link a
{
    background: transparent url(../images/tag.png) no-repeat left 0;
    padding-left: 20px;
    font-size: 1.1em;
}

#bp .bp-info-link a.active
{
    background-image: url(../images/tag_hi.png);
    color: #000;
}

#bp .bp-hide-link a
{
    background: transparent url(../images/close.png) no-repeat right 2px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

#bp .bp-hide-link a:hover
{
    background-image: url(../images/close_hi.png);
}

#bp .bp-bbar .bp-clear
{
    background-color: #F6F6F6;
}
a.mainLinkTheme, a.mainLinkTheme:visited
{
    padding: 2px;
    color: #0061FF;
    font-family: Arial, Tahoma, Verdana;
    text-decoration: underline;
}
a.mainLinkTheme:hover, a.mainLinkTheme:active
{
    color: #FFAE00;
    text-decoration: none;
}
.pageTitle
{
    color: #136CB6;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    padding-left: 25px;
    background: url(/Images/title.png) left center no-repeat;
    margin-top: 8px;
}
.button, .buttonDisabled
{
	background: #E0DFDF url(/Images/button.gif) repeat-x scroll center top;
	border: 1px solid #7F7F7F;
	color: #000000;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	padding: 3px 8px 4px;
	vertical-align: middle;
}
.button:hover
{
	background: #F2F2F2 url(/Images/button_hover.gif) repeat-x scroll center top;
	border: 1px solid #606060;
	color: #000000;
}
.buttonDisabled
{
    border-color: #C3C3C3;
	color: #808080;
	cursor: default;
}
.clearfix
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
.footer_col1
{
    float: left;
    width: 590px;
}
.footer_col2
{
    float: right;
    width: 370px;
}
.footer_col2 p 
{
    text-align: justify;
}
.footerwrapper
{
    margin: 0px auto;
    width: 980px;
}
.footerwrapper a, .footerwrapper a:visited
{
    color: #FFF;
    text-decoration: underline;
}
.footerwrapper a:hover
{
    text-decoration: none;
}
.footerwrapper h1
{
    color: #FFF;
    font-size: 9pt;
}
.link_separator
{
    height: 3px;
    margin: 0px 10px 2px 10px;
    width: 3px;
}
.float_left
{
    float: left;
}
.box_wrapper
{
    background: #3B4853 url(/Images/MenuBg.gif) repeat-x scroll center center;
    border: 1px solid #1D5C9C;
    padding: 7px;
}
.box_wrapper span
{
    color: #fff;
    padding-right: 3px;
}
.box_wrapper a, .box_wrapper a:visited
{
    color: #EEE;
    padding-right: 20px;
    text-decoration: underline;
}
.box_wrapper a:hover, .box_wrapper a:active
{
    color: #FFF;
    text-decoration: none;
}
/*Radio button List Alignment*/
.radio_align input, .radio_align label
{
    vertical-align: middle;
}
/*End Radio button List Alignment*/