/*
 * ------------------------------------------------------
 *  General 
 * ------------------------------------------------------
 */
 
body {
	background:url("../img/common/template/main_bg.png");
	background-repeat:repeat;
	background-attachment:fixed;	
	
	margin: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #4F5155;	
}

a {
	color: #ce860e;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom:10px;
	text-align:justify;
}

p.list {
	margin-left: 60px;
	margin-top: 10px;
	line-height: 18px;
	text-align:justify;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #d6a149;	
	background-color: transparent;
}

h2 {
	color: #001647;
	font-size: 12px;
	margin-bottom:10px;
}

.info {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;

	padding: 12px 10px 12px 10px;
	
	text-align:justify;
}


.link {
	cursor:pointer;
}

.websiteHeader {
	height:120px;
	width:844px;
	margin-bottom:2px;
}

/*
 * ------------------------------------------------------
 *  Website frame 
 * ------------------------------------------------------
 */

#langMenu {
	height:20px;
	margin-bottom:3px;
}

#langMenu a {
	color: #FFFFFF;
	text-decoration:none;
}

#langMenu a:hover {
	text-decoration:underline;
}

#langMenu .separator {
	color: #efab1f;
}

#pageWrapper {
	background: transparent;
	min-width: 855px;
	max-width: 855px;
	margin: auto;
}
	
#pageWrapper #inside {
	background: white;
	
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
	
#mainContent {
	padding-left:3px;
}

#content {
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}
	
#header {
	text-align: left;
	margin-bottom:2px;
}

#horizontalMenu {	
	line-height:42px;
	color:#FFFFFF;
	font-weight:bold;

	font-size:14px;	

	font-family:"Myriad Pro Light";
}

#horizontalMenu a {
	color:#FFFFFF;
	text-decoration:none;
}

#topMenu {
	background-image: url(../img/common/template/productHeader.jpg);
	padding:10px;
	margin-top: 1px;

	border:1px solid #c3c3c3;
	
	margin-right:4px;
}

#topMenu ul {
	list-style:none;
}

#topMenu li {
	display:inline;
	margin-left:25px;
}

#topMenu a {
	padding:3px;
	text-decoration: none;
	color: #555555;
}

#topMenu a:hover {

}

#topMenu a.selected {

}
	
#leftMenu {
	width: 150px;
}

#leftMenu ul li {
	list-style-type:none;
	padding:2px;
}

.footerNavBar {
	
	border:2px solid #0066CC;
	background-color:#FFFFFF;
	padding-left:35px;
	padding-right:15px;
	padding-top:25px;
	padding-bottom:25px;
	
	margin-bottom:5px;
	margin-top:5px;
}

.footerNavBar table th {
	padding-bottom:10px;
	color:#000000;
	font-variant:small-caps;
}

.footerNavLink {
	background-image: url(../img/common/template/rightNavBlue.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-color: transparent;
	padding:5px 5px 5px 10px;
	
	text-align:left;
	
}

.footerNavLink a {
	text-decoration:none;
	color:#4F5155;
}

.footerNavLink a:hover {
	text-decoration:underline;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;

	font-size:10px;
	border:2px solid #0066CC;
	background-color: #FFFFFF;
}

#footer a {
	color: #0066cc;
}

#schedule {

}

#schedule td {
	padding:0px;
	margin:0px;	
}

#ajaxLoadingIndicator {
	text-align:right;
	color: #333;
	position: fixed;
	padding: 1em;
	border: 3px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	z-index:1001;
	
	top: 50%;
	right: 35%;
	width:180px;
	height:38px;
	margin-top: -29px; /*set to a negative number 1/2 of your height*/
	margin-left: -100px; /*set to a negative number 1/2 of your width*/
}



