/* Prisim Styles 2008 */
 
body {
	background: #FFF; 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		color: #000;
		background: url(../../Images/BG.jpg) repeat-x top left;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

.Clear { clear: both; } /* clears all floats; apply to empty divs */

/*GLOBAL STYLES*/

a:link{color:#7a94bc; text-decoration:underline; font-weight:bold;}
a:visited {color:#7a94bc; text-decoration:underline; font-weight:bold;}
a:hover{ color: #2f3947; text-decoration:none; font-weight:bold;}
a:active{color:#7a94bc; text-decoration:underline; font-weight:bold;}

p {
	padding-left:4px;
	color: #2f3947;
	}
	
strong {
	font-weight: bold;
	color:#2f3947;
}	

/*STRUCTURE*/

#Container {
	width: 809px;
	margin: 0 auto;
	padding: 0px;
	background:url(../../Images/containerbg.gif) top left repeat-y;
}

#Header {
	background:url(../../Images/header.gif) no-repeat left top;
	}
	
#Wrapper {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
/*	background-color:#FFFFFF;*/
}

#Content {
	/*background-color:#ffffff;*/
	margin: 0px 218px 0px 191px;
	padding-left: 2px;
	}
	
#ContentFull {
	background-color:#ffffff;
	margin: 0px 0px 0px 191px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 1px;
	min-height: 400px;
	}
	
#Left {
	float:left;
	/*background: url(../../Images/side_bg.gif) repeat top left;*/
	margin-left: -809px;
	/*min-height: 600px;*/
	width: 194px;
	}
	
#Right {
	float:left;
	height: 100%;
	width: 218px;
	margin-left: -218px; 	
	/*background-color:#ffffff;*/
	background:url(../../Images/rightbg.gif) repeat-y left top;
	min-height: 550px;
	/*padding-left: 3px;*/

}

#Footer {
	width: 100%;
	height: 32px;
	background:url(../../Images/footer.gif) left top no-repeat;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 10px;

}
/*END STRUCTURE*/

/*CONTENT(MIDDLE) STYLES*/

#Content p {
	padding-left: 10px;
	padding-right: 20px;
	line-height: 14px;
	color: #2f3947;
}

#ContentFull .anchor {
	text-align: right;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

#ContentFull p {
	line-height: 14px;
	color: #2f3947;
}

#ContentFull ul {
	list-style:url(../../Images/listarrow.gif);
	line-height: 18px;
	color: #7a94bc;
	}
	
	
	

/*RIGHT BAR TYPE STYLES*/

#Right p {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2f3947;
	line-height: 14px;
}

#Right .title {
	color: #7a94bc;
	font-weight:bold;
	font-size: 12px;
}

#Right li {
	list-style:url(../../Images/listarrow.gif);
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
}

/*END RIGHT BAR STYLES*/

/*LEFT BAR TYPE STYLES*/

/*LEFT MENU*/

#Leftnav, #Leftnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#Leftnav a {
	display: block;
	/*width: 10em;*/
}

#Leftnav li {
	float: left;
	/*width: 10em;*/
	width: 165px;
}

#Leftnav li ul {
	position: absolute;
	left: -999em;
	background-color:#e9e9e9;
	width: 165px;
	font-weight: bold;
	line-height:24px;
	color:#FFFFFF;
}

#Leftnav li ul a {text-decoration:none; padding-left:5px; color:#7a94bc;}
#Leftnav li ul a:link {text-decoration:none; padding-left:5px; color:#7a94bc;}
#Leftnav li ul a:hover {background-color: #2f3947; color:#FFFFFF; text-decoration:none;}
#Leftnav li ul a:active {text-decoration:none; color:#2f3947;}

#Leftnav li:hover ul {
	left: auto;
	margin-left: 180px;
	margin-top: -20px;
	border: solid #2f3947 1px;
}

#Leftnav li:hover ul, #Leftnav li.sfhover ul {
	left: auto;
}
/*END LEFT BAR STYLES*/

/*EVENTS TABLE*/

.tableSize {
	width: 100%;
	border: 1px solid #2f3947;
	/*margin-left: 8px;*/
	text-align:left;
}

.tdHead {
	background-color: #7a94bc;
	color:#2f3947;
	font-weight:bold;
	font-size:12px;
	height: 22px;
	text-align: left;
}

.TD1 {
	height: 40px;
	color:#2f3947;
	
}

.TD1noheight {
	color:#2f3947;
	
}

.TD2 {
	background-color: #e9e9e9;
	height: 40px;
	color:#2f3947;
}

.TD2noheight {
	background-color: #e9e9e9;
	color:#2f3947;
}

.TD2noheightpad {
	background-color: #e9e9e9;
	color:#2f3947;
	padding-top: 3px;
	padding-bottom: 3px;
}

.TDBold {
	font-weight: bold;
}

/*TYPE STYLES*/

.rkd {
	color: #999999;
	margin-top: 5px;
	font-size:10px;
}

.rkd a {color: #999999;}
.rkd a:link {color: #999999;}
.rkd a:hover {color: #7a94bc;}

.subTitle {
	color: #2f3947;
	font-size: 12px;
	font-weight: bold; 
}

/*TITLE UNDERLINE*/

.underline {
	border-bottom:dotted 1px #2f3947;
	width:100%;
}

/*PRINT STYLES*/

#printHead {
	display:none;
}

#splashHolder {}

#webAddress {display:none;}

/*PRODUCTS PAGE */

.Title {
	font-size: 14px;
	font-weight:bold;
	color: #2f3947;
	}

#ProductTable {
	width: 100%;
}

#ProductTable .TD1 {
	}
	
#ProductTable .TD2 {
	width: 200px;
	border:#2f3947 1px solid;
	}
	
.white {
	color: #FFFFFF;
}

.abbottom {
	vertical-align:bottom;
}

.lightBlueBold {
	font-weight: bold;
	color: #7A94BC;

}

.lightblue {
	color: #7A94BC;

}

.blue {
	color:#2f3947;
}

.ExtraComments{
	display:none;
}
