/* CSS Document */


/* global
----------------------------------------------- */
body,div, form, a, p,img,h1,h2,h3,h4,h5,h6,li{
	margin: 0px;
	padding: 0px;
	border:0px;
}

html
{
    height:100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


body 
{
    line-height:1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#594d4d;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
 	background-color:#f7ecdb;
}


h1,h2,h3,h4,h5,h6{
    display:inline;
    color:#3a4b5f;
	
    font-weight:normal;
}


h1
{
    font-size:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#392a28;
}

h2
{
    font-size:14px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#392a28;
}


/* content 
----------------------------------------------- */

#footer{ 
    height:50px;
	background-image: url(img/footerbg.gif);
	background-repeat: repeat-x;
	
    background-color:#362826;
    font-size:10px;
    color:#f2e4e2;
	width:100%;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:center;
    margin:0 auto; /* center, not in IE5 */

} 

#container
{ 
    text-align:left;
    width:790px;
    margin:0 auto; /* center, not in IE5 */
}

#header
{
text-align:center;
    height:96px;
}

#whitecontent
{
	
	background-image: url(img/whitebg.gif);
	background-repeat: repeat-x;
    
padding:9px 30px 0 30px;
    height:151px;
}
#whitecontentsm
{
	
	background-image: url(img/whitebgsm.gif);
	background-repeat: repeat-x;
    
padding:21px 30px 0 30px;
    height:112px;
}

#menubottom
{
    	background-image: url(img/menubottombg.gif);
	background-repeat: repeat-x;
    height:3px;
}

#content
{
    
    width:745px;
    margin:0 auto; /* center, not in IE5 */
    padding:18px 28px 18px 28px;
}


/* menu
----------------------------------------------- */
.menubox
{
	border:1px solid #beb5a0;
}
.menuitem
{
    padding:3px 0 3px 4px;
    width:160px;
	display:block;
	border-bottom:solid 1px #e5e1d8;
}
.menu
{
    height:30px;
    padding:4px 0 0 5px;
}

/* links
----------------------------------------------- */
a { outline:none; }
/*a img {border-width:0;text-decoration:none;vertical-align:top; }*/

a:link,a:visited{color:#88642b;}
a:link:hover,a:visited:hover{color:#cc8b24;}

.lightlink a:link, .lightlink a:visited,.lightlink a:link:hover, .lightlink a:visited:hover
{
    color: #f7ae2f;
    text-decoration: none;
}
.lightlink a:link:hover, .lightlink a:visited:hover
{
    color: #ffca3c;
}

.nostylelink a:link,.nostylelink a:visited
{
    color:white;
    text-decoration:none;

}
.nostylelink a:link:hover,.nostylelink a:visited:hover{
    text-decoration:none;
    color:#64a4f7;
}


/* floats
----------------------------------------------- */


.right-float{
text-align:right;
	float:right;

}

.left-float{
	float:left;
}

.parent{
    display:inline-block;

}

.parent:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;

}

/* Hides from IE-mac \*/
* html .parent {height: 1%;}
.parent {display: block;}
/* End hide from IE-mac */


/* table
----------------------------------------------- */

.styletable
{
    margin:0;
    text-align:left;
    border:1px solid #c1d3dd;
    
    background-color: #ffffff;
}

.styletable tr td
{
    padding:4px 8px 4px 8px;
}


.styletable tr td{
    border-bottom: 1px solid #eef2f6;
}


.styletable thead tr td,.styletable tr th, .cartfooter,.cartfooterlight,.styletable tfoot td
{
    font-weight:bold;
    border:none;
    color:#355c89;
    background-color: #e5f6ff;
    border-bottom: 1px solid #bddff1;
}

.styletable tfoot td{
    background:#e5f6ff;
    border:0;
    border-top: 1px solid #bddff1;
	color:#355c89;

}
.styletable tbody tr .noline
{
	border-bottom-style:none;
}
.styletable tbody .noline td
{
    
	border-bottom-style:none;
}

.styletable tbody tr .info div,.infobox
{
    display:block;
    border:solid 1px #d3c7a2;
    background-color:#fffaea;
    padding:5px;
    color:#393731;
    text-align:left;
}
.styletable tr .pad
{
    padding-top:8px;
}
.nopad table tr td
{
    padding:0;
}
.bluecell td
{
    font-weight:bold;
    border:none;
    color:#355c89;
    background-color: #e5f6ff;
    border-bottom: 1px solid #bddff1;
    
    border-top: 1px solid #bddff1;
}




/* status
----------------------------------------------- */
	.fail, .pass,.info {
	text-align: left;
	padding: 5px 5px 5px 5px;
	
	}
	
	.fail{
	background: #ffe9e9; /*url(img/failico.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #e38d8d;
	border-bottom: 2px solid #e38d8d;
    color:#a22525;
	}
	
	.pass
	{
	background: #edffe8; /* url(img/passico.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #7fcd40;
	border-bottom: 2px solid #7fcd40;
	color:#285e43;
	}
	.info
	{
	background: #fffaea; /* url(img/passico.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #d3c7a2;
	border-bottom: 2px solid #d3c7a2;
	color:#393731;
	}




/* custom button
----------------------------------------------- */

.custombtn a{
    display:block;
    margin:0 0 0 0;
    background-color:#f4f5f7;
    border:1px solid #9eb2c9;
    border-top:1px solid #d9e2ed;
    border-left:1px solid #d9e2ed;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.custombtn a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
}


/* button hover effect
----------------------------------------------- */
.custombtn a:hover{
    background-color:#f5fbff;
    border:1px solid #bddff1;
    color:#355c89;
}


/* elements
----------------------------------------------- */

.imgborder
{
    border:1px solid #beb5a0;
   
}

.line{
    margin:2px 0 4px 0;
    display:block;
    height:1px;
    font-size:1px;
    line-height:1px;
    width:100%;
    border-top:1px solid #d1c9bc;
}


#progress {
    padding:23px 5px  0 0;
    position:absolute;
    right:0; top:0;
}

.required
{
    font-size:16px;
    color:#d04d4d;
    font-weight:bold;
}

.yellowbox, .bluebox, .greybox,.whitebox 

{
    display:block;
  
        background-color:#ffffff;
        
    border:solid 1px #cacaca;
    padding:6px;

    text-align:left;
}

.yellowbox 
{
    border:solid 1px #ece0b7;
    background-color:#fffbed;
    
    color:#75705b;
}

.yellowbox b
{
    color:#605d53;
}

.bluebox
{
    background-color:#e5f6ff;
    border:solid 1px #c1d3dd;
    color:#3c597a;
}

.bluebox b
{
    color:#355c89;
}

.greybox{
    background-color: #f3f5f6;
    border: solid 1px #cdd1d5;
}
.tiptext
{
     font-size:11px;
     color:#837d7d;
}

.txtarea
{
    font-family:Arial;
    font-size:12px;
}
.descbox
{
    display:none;width:200px;border:1px solid #beb5a0;background-color:White;padding:4px;
}

.adjustedZIndex {
    z-index: 1;
}