﻿body 
{
	margin:0px;
	height: 100%;
	color: #0D3D84;
}


body /*table, td, div, p,*/
{
	font-family:Helvetica,Verdana,Arial;
	font-size: 9pt;	
}


table
{
    border-collapse:collapse;
    border-spacing:0;
}

table, td
{
	margin:0px;
	padding:0px;
	color: #0D3D84;	
}

form
{
	margin:0px;
	padding:0px;
}

img
{
	margin:0px;
	padding:0px;
	border:0px;
}

a
{
	border:0px;
}



/**** Header *************************************************/

.header
{
	margin-bottom:-2px;
	background-color: #B5C7DE;
}

.menu
{
	background-color: #75C5F0;
	padding-bottom:2px;
	font-size: 8pt;
	font-weight:bold;
	color: #3E5B79;
	vertical-align: middle;
	font-family:Verdana;
}

/**** Headings ***********************************************/

.heading
{
	background-color: #0D3D84;
	height: 32px;
	margin-bottom: 15px;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	font-family:Verdana;
	color: #ffffff;
	text-transform:uppercase;
	vertical-align:middle;
	margin: 0px;
	padding: 0px;
}

/**** Home Page ************************************************/

.homePageBox ul
{
	list-style-type: none;
	text-align: center; 
	padding: 0px;
	margin: 0px;
}

.homePageBox li
{
	text-align: center; 
	border:solid 1px white; 
	width:125px; 
	height:98px;
	float: left;
	margin: 5px;
	vertical-align: text-bottom;
	font-size: 11pt;
	color: #284E98;
}

.homePageBox li:hover
{
	border:solid 1px #b5c7de; 
	color: #284E98;
}

.homePageBox .Heading
{
	color:#0D3D84;
	background-color: #ffffff;
	text-transform:capitalize;
	font-weight:bold;
	font-size: 14pt;

}


/**** Image Gallery ************************************************/

.gallery 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.galleryItem, .gallery li 
{
	float: left;
	width: 110px;
	height: 120px;
	border: 1px #888 solid;
	background-color: #eeeeee;
	margin: 10px;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 10px;
}

.galleryItemOption
{
    float:right;
    text-align: center;
    position: absolute;
    left: 0px;
	bottom: 5%;
	width: 100%;
}

.galleryItem:hover, .gallery li:hover
{
	background-color: #ffffff;
}

/**** Content ************************************************/


.ErrorMessage
{
	color: Red;
}

.ContentPlaceHolder
{
	padding-left: 20px;
	padding-top: 20px;
	text-align:left;
	color: #3E5B79;
	vertical-align: top;
}

.ContentPlaceHolder table
{
	text-align:left;
	color: #3E5B79;
}

/**** Details Table Layout ***********************************/

.ContentPlaceHolder .details
{
    color: White;
	border: solid 2px #0D3D84;
	font-size: 9pt;
	font-weight: bold;	
	text-transform: capitalize;
}

.detailsHeading
{
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color:#75C5F0;
	background-image: url('../../images/admin/template/horizontal-gradient.png');
	background-repeat:repeat-y;

	font-weight: bold;
	font-size: 12pt;
	color: White;
	
}

.detailsKey
{
	color: White;
	background-color:#75C5F0;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
	background-image: url('../../images/admin/template/horizontal-gradient.png');
}

 .detailsKey a
 {
	color: White;
	font-size: 8pt;
 }

.detailsValue /** should be the same as .detailsValue **/
{ 
	color: gray;
	background-color:#FFFFFF;
	padding-left: 1px;
	padding-right: 5px;	
	border-bottom: solid 1px #0D3D84;	
	border-top: solid 1px #0D3D84;
}

.detailsButtons /** last row in details **/
{ 
	text-align: right;
	background-image: url('../../images/admin/template/horizontal-gradient.png');
	background-repeat:repeat-y;
	font-size: 9pt;
	color: White;
	background-color:#75C5F0;
} 

.stepStyle
{
	padding: 10px;
}

/**** Menu *********************************/

.Menu, .MenuItem, .SelectedMenuItem, .MenuBar, .MenuItem a:link, .MenuItem a:visited, .MenuItem a:hover, .MenuItem a:active , .SelectedMenuItem a:link, .SelectedMenuItem a:visited, .SelectedMenuItem a:hover, .SelectedMenuItem a:active 
{
	font-family: Verdana, Times New Roman, Arial;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #284E98;
	background-color: #75C5F0;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.MenuBar
{
	width: 700px;
}

.MenuItem a:link, .MenuItem a:visited, .MenuItem a:hover, .MenuItem a:active 
{
	color: #0D3D84;
	margin: 5px;
}

.SelectedMenuItem a:link, .SelectedMenuItem a:visited, .SelectedMenuItem a:hover, .SelectedMenuItem a:active 
{
	/*background-color: #0D3D84;*/
	color: #ffffff;
	margin: 5px;
}

/**** Grid Layout *********************************/

.grid
{
	width: 100%;
	border: solid 2px #0D3D84;
}

.gridHead th, .gridRow td, .gridAlternateRow td
{
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 10pt;
	text-transform: capitalize;	
}

.gridHead
{
	font-size: 10pt;
	color: White;
	background-color:#0D3D84;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
}

.gridRow td
{
	background-color:#ffffff;
	color: #284E98;	
	font-size: 9pt;	
}

.gridAlternateRow td
{
	background-color: #EFFAFF;
	color: #284E98;	
	font-size: 9pt;	
}

.gridEditRow
{
}

.gridSelectedRow
{
}

.gridPager
{
	
}

.gridFooter
{
	
}


/**** Form Inputs ********************************************/

input, select
{
	width: 300px;
	color: #0D3D84;
	padding-left: 2px;
	font-size: 8pt;
}

.button
{
	font-weight: bold;
	font-size: 9pt;
	color: White;
	background-color:#0D3D84;
	border-width:4px;
	font-family:Verdana;
	cursor: pointer;
	background-image: url('../../images/admin/template/horizontal-gradient.png');
}

.button
{
	width: 170px;
}

.button:hover, .button:active
{
	background-color:#0D3D84;
	text-decoration:underline;
}

.htmlEditor
{
	width: 100%;
	background-color: White;
	font-size: 8pt;
	height: 500px;
}

/***** OverLib ************************************************/
.overlib_Font 
{
	margin-left: 3px;
	font-size: 10px;
}

.overlib_CaptionFont
{
	padding-left: 2px;
	margin-left: 3px;
	font-size: 12px; 
	font-weight: bold; 
	color:  #ffffff;
}

.overlib_CaptionCloseFont, .overlib_CaptionCloseFont A 
{
	text-align:right;
	color: #ffffff; 
	font-size: 9px;
}

.overlib_Text 
{
	margin: 1px;
	background-color: #FFFFFF;
	background-color: #DDE4F4;
}
	
.overlib_Caption 
{
	background-color: #0D3D84;
}

.overlib_Text, .overlib_Caption
{
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.helpTip, .helpTip a, .helpTip img
{
	cursor: pointer;
	color: #0D3D84;
	text-align: center;
	vertical-align:text-bottom;
}

.noDisplay
{
	display:none;
}