﻿/* DEFAULTS
----------------------------------------------------------*/



a:link, a:visited
{
    color: #034af3;
    font-size: x-small;
}

a:hover
{
    color: #1d60ff !important;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: center;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.termsLink {
	color: #ddd !important;
	text-decoration: none;
	font-family: "Roboto", Roboto Slab, Oswald;
	font-size: 12px !important;
}

.termsLink:hover {
	color: #1d60ff
}

/* TAB MENU   
----------------------------------------------------------*/
		div.hideSkiplink
{
    background-color:#EC2330;
    width:100%;

  
}

div.menu
{
    padding: 2px 0px 2px 6px;
   
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
   
    
}

div.menu ul li a
{
    background-color: #EC2330;
    border: 0px #EC2330 solid;
    color: white;
    display:block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
	font-family:"Roboto", Roboto Slab, Oswald;
	font-size:12px;
	font-weight:bold;
}
div.menu li ul  a
{
    background-color: white;
    color: black;
    border: 1px #3a93d2 solid;
    width:220px;
    display: block; 
	margin: 1; 
	padding: 1;
	text-decoration:none;
	font-weight:normal;
	
}

div.menu ul li a:hover
{
    background-color: #3a93d2;
    color: white;
	font-family:"Roboto", Roboto Slab, Oswald;
    
}

div.menu ul li a:active
{
    background-color:white;
    color: #cfdbe6;
    text-decoration: none;
}





div.hideSkiplink1
{
    
    
    background-color:transparent;
    width:auto;

  
}

div.menu1
{
    padding: 2px 0px 2px 6px;   
}

div.menu1 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;    
}

div.menu1 ul li a
{
    background-color:transparent;
    border: 0px #EC2330 solid;
    color: white;
    display:block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
	font-family:"Roboto", Roboto Slab, Oswald;
	font-size:12px;
	font-weight:bold;
}
div.menu1 li ul  a
{
    background-color: white;
    color: black;
    border: 1px #3a93d2 solid;
    width:220px;
    display: block; 
	margin: 1; 
	padding: 1;
	text-decoration:none;
	font-weight:bold;
	
}

div.menu1 ul li a:hover
{
    background-color: #3a93d2;
    color: white;
	font-family:"Roboto", Roboto Slab, Oswald;
    
}

div.menu1 ul li a:active
{
    background-color:white;
    color: #cfdbe6;
    text-decoration: none;
}






/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


        .style2
        {
            width: 960px;
        }
        .style3
        {
            height: 265px;
        }
        .style4
        {
            width: 960px;
            height: 265px;
        }
        .style5
        {
            height: 19px;
        }
      
        .style7
        {
            width: 239px;
        }
        .style8
        {
            width: 239px;
            height: 30px;
        }
        .style10
        {
            width: 3px;
        }
        .styleBong
        {
            font-family:"Roboto", Roboto Slab, Oswald;
	        font-size:13px;
	        
	        text-align:left;
	        border-collapse:collapse;
        }
                    
   
  .textbox3
    {
	/*text-transform:uppercase;*/
	font:11px Semibold,Oswald,Rubik,Roboto,Open Sans;
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	padding-left:8px;
	padding-right:5px;
	height:20px;
	-moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
     border-radius: 8px;
    }	


.button
    {        
	cursor:pointer;
        display: inline-block;
        white-space: nowrap;
        background-color: #ddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        border: 1px solid #777;
        padding: 0 1.5em;
        font: bold 8pt/1.9em Roboto, Oswald;
        text-decoration: none;
        color:Blue;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    }
    
        .style14
        {
            height: 15px;
        }
        .footer-menu {
	color:#eee;
	font-family: "Roboto", Roboto Slab, Oswald;
	font-size:14px;
    }
    .footer-sub-menu {
	    color:#ddd;
	    font-family: "Roboto", Roboto Slab, Oswald;
	    font-size:12px;
    }
    .footerLink {
	    color:#ddd;
	    text-decoration: none; 
	    font-family:"Roboto", Roboto Slab, Oswald;
	    font-size:12px;
    }
    .ftr_white_m {
	    background:url('images/ftr_white_m.jpg') repeat-x;
	}
    .hdr_blue_2_l {
	background:url('images/hdr_blue_2_l.jpg') repeat-y;
	}
.hdr_blue_2_m {
	background:url('images/hdr_blue_2_m.jpg');
	color:#FFF;
	font-family: "Roboto", Roboto Slab, Oswald;
	font-size:14px;
	font-weight:bold;
}
.hdr_blue_2_r {
	background:url('images/hdr_blue_2_r.jpg') repeat-y;
	}
.bdy_white_l {
	background:url('images/bdy_white_l.jpg') repeat-y;
	}
	
.hiddenobj {
	display:none;
}
.hd-regular-12{
	font-size:12px;
}
.hdr_red_l {
	background:url('images/hdr_red_l.jpg') repeat-y;
	}
.hdr_red_m {
	background:url('images/hdr_red_m.jpg');
	color:#FFF;
	font-family:"Roboto", Roboto Slab, Oswald;
	font-size:14px;
	font-weight:bold;
}
.hdr_red_r {
	background:url('images/hdr_red_r.jpg') repeat-y;
	}
.bdy_white_r {
	background:url('images/bdy_white_r.jpg') repeat-y;
	}
.hdr_orange_l {
	background:url('images/hdr_orange_l.jpg') repeat-y;
	}
.hdr_orange_m {
	background:url('images/hdr_orange_m.jpg');
	color:#FFF;
	font-family: "Roboto", Roboto Slab, Oswald;
	font-size:14px;
	font-weight:bold;
}
.hdr_orange_r {
	background:url('images/hdr_orange_r.jpg') repeat-y;
	}
.ftr_white_l {
	background:url('images/ftr_white_l.jpg') no-repeat;
	}
.ftr_white_r {
	background:url('images/ftr_white_r.jpg') no-repeat;
	}
        .style16
        {
            height: 30px;
        }
        .style17
        {
            width: 960px;
            height: 30px;
        }

.dropdown
{
	cursor:pointer;
	text-transform:uppercase;
	font:11px Semibold,Oswald,Rubik,Roboto,Open Sans;
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	height:22px;
	width:16em;
	padding-left:5px;
	padding-right:-4px;
	-moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
     border-radius: 8px;
}

#ads_display {
    font-family:'Roboto', 'Roboto Slab', Oswald
}

#button1 {
    font-family: 'Roboto', 'Roboto Slab', Oswald
}

p {
    font-family: 'Roboto', 'Oswald',Rubik !important;
}

/*#ContentPlaceHolder1_Button1, #ContentPlaceHolder1_Button2, #ContentPlaceHolder1_Button3, #ContentPlaceHolder1_Button4 {
    font-family: 'Roboto', 'Roboto Slab', Oswald
}

   .Button {
        font-family: 'Roboto', 'Roboto Slab', Oswald !important;
    }*/