/* CSS Document */
td, p, input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

h1
{
	font-family: Arial Narrow, Arial;
	font-weight: normal;
	font-size: 32px;
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 
{
	font-family: Arial Narrow, Arial;
	font-size: 18px;
	color: #6B6B6B;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.mainBGColor 
{
	background-color:#9D9D9D;
}

/*Common*/
.regHeading {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top:2px;
	margin-bottom:5px;
	
}
.errHeading {
	font-weight: bold;
	color: Red;
}

/*Full Page Layout*/
.fullpageContent
{
	margin-top:10px;
	margin-left:5px;
}
/*Title is currently overridden by an AJAX script in the footer.*/
.fullpageTitle
{
	position:absolute;
	left:5px;
	top:100px;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

/*Popup Layout*/
.popupContent{
/*
	scrollbar-face-color: #747796;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #747796;
	scrollbar-darkshadow-color: #747796;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #CCCCCC;
*/
	position: relative;
	width: 100%;
	height: 299px;
	overflow:auto;
}
/*Title is currently overridden by an AJAX script in the footer.*/
.popupTitle
{
	position:absolute;
	left:10px;
	top:3px;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

/*Player Layout*/
.playerBody {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-color: transparent;
}
.slideBody {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-repeat:repeat;
	background-image:url(grfx/slide_bg.jpg);
}
.videoBody {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-color: transparent;
}
/*Feature Pane*/
.featurepaneBody {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left : 2px;
	margin-top : 2px;
	margin-right : 2px;
	margin-bottom : 2px;
	background-color : #BABABA;
}
.featurepaneContent {
/*	border-style: solid;
	border-width: 4px;
	border-color: #CCCCFF;
*/
	height : 100%;
	width : 100%;
	background-color : White;
	padding-left : 3px;
	padding-top : 3px;
	overflow:auto;
/*
	scrollbar-face-color: #747796;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #747796;
	scrollbar-darkshadow-color: #747796;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #CCCCCC;
*/
}

.fancyScrollbars {
/*
	scrollbar-face-color: #747796;
	scrollbar-shadow-color:  #CCCCCC; 
	scrollbar-highlight-color: #CCCCCC; 
	scrollbar-3dlight-color: #747796; 
	scrollbar-darkshadow-color: #747796; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color:  #CCCCCC;
*/
}


/*slides.xml*/
.imgSlide{
/*
	border-style: solid;
	border-width: 2px;
	border-color: #BABABA;
*/
}


/*Button table*/
.tableBtn{
	border : none;
}
.tdBtnLeft{
	background: url(grfx/btn_left.gif);
	width : 9px;
	height : 18px;
}
.tdBtnLeftAlert{
	width : 9px;
	height : 18px;
}
.tdBtnMiddle{
	background: url(grfx/btn_bg.gif);
	white-space : nowrap;
}
.tdBtnRight{
	background: url(grfx/btn_right.gif);
	width : 9px;
	height : 18px;
}
.imgBtnLeft{
	width : 9px;
	height : 18px;
}
.imgBtnLeftAlert{
	width : 9px;
	height : 18px;
}
.imgBtnRight{
	width : 9px;
	height : 18px;
}

/*button links*/
.tableBtn a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
	text-decoration: none;
}


/*Tab table*/
.tableTab{
	border : none;
}
.tdTabLeft{
	background: url(grfx/tab_left.gif);
	width : 11px;
	height : 15px;
}
.tdTabLeftAlert{
	width : 11px;
	height : 15px;
}
.tdTabMiddle{
	background: url(grfx/tab_bg.gif);
	white-space : nowrap;
	color:White;
}
.tdTabRight{
	background: url(grfx/tab_right.gif);
	width : 11px;
	height : 15px;
}
.imgTabLeft{
	width : 11px;
	height : 15px;
}
.imgTabLeftAlert{
	width : 11px;
	height : 15px;
}
.imgTabRight{
	width : 11px;
	height : 15px;
}

/*tab links*/
.tableTab a {
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.featurepaneContent textarea {
	width:290px;
	margin-bottom:10px;
}

.featurepaneContent ul {
	margin-top: 0px;
	padding-top: 0px;
}

.moreLink 
{
	color: Black;
	text-transform: lowercase;
	font-size: x-small;
	text-decoration: underline;
}

#linkMenu a 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
}

#slides {
	border-style: solid;
	border-width: 2px;
	border-color: #BABABA;
}

#popupFooter a 
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	text-transform: lowercase;
	text-decoration: none;
	padding-right:10px;
}

#fullpageMenu 
{
	position:absolute; 
	bottom:5%;
}
