/* CSS Document */

/*
Colors
#0c2c52 - Dark Blue
#82bce4 - Light Blue
#555555 - Dark Grey
#e1e0e0 - Light Grey
#e59f16 - Orange
#d8dfd9 - Light Green
*/

/**
 * Defaults
 */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	font-weight:normal;
	line-height:18px;
	background-color:#0c2c52;
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

a:link, a:visited
{
	color:#0c2c52;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
/**
 * class styles
 */
.bodyIntro
{
	font-size:14px;
	color:#0c2c52;
}
.noflashmessage
{
	width:200px;
	margin:auto;
	position:relative;
	top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background-color:#e59f16;
	border:1px solid #0c2c52;
	padding:10px;
}
img.frame
{
	border:1px solid #0c2c52;
}
li.double
{
	margin-bottom:10px;
}
div.flashform
{
	background-color:#FFF;
	border:1px solid #0c2c52;
	padding:10px;
}
button.formbutton
{
	color:#FFF;
	background-color:#0c2c52;
	font-weight:bold;
	border:1px solid #FFF;
}
.headerOrg
{
	color:#FFF;
	font-size:16px;
	font-style:italic;
}
/**
 * div styles
 */
div#container
{
	width:762px;
	margin:auto;
	display:block;
}
div#header
{
	display:block;
}
div#content
{
	display:block;
	width:762px;
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
	
}
div#main
{
	padding:10px;
	
}
div#footer
{
	display:block;
	font-size:9px;
	text-align:right;
	color:#82bce4;
}
div#footer a
{
	color:#82bce4;
}
div#flashcontent
{
	width:762px;
	height:235px;
	/*background-color:#e1e0e0;*/
}
div.paymentNode
{
	width:100%; 
	display:block; 
	background-color:#FFFFFF; 
	padding:10px; 
	margin-top:5px;
	border:1px solid #82bce4;
}

div.whiteBox
{
	display:block; 
	background-color:#FFFFFF; 
	padding:10px; 
	margin-top:5px;
	border:1px solid #82bce4;
}

/**
 * Popups
 */
body.popups 
{
	
}
body.popups div#container
{
	width:640px;
}
body.popups div#content
{
	width:640px;
	padding-bottom:20px;
	padding-top:20px;
}
body.popups div.whiteBox
{
	width:580px;
	margin:auto;
	margin-bottom:10px;
}

.helpSection
{
	margin-bottom:20px;
}
.helpSection .title
{
	font-size:12px;
	font-weight:bold;
}
.helpSection .content
{
	font-size:10px;
	margin-left:10px;
}

.valErrors
{
	color:#F00;
	font-size:10px;
	font-weight:bold;
}


