﻿.body, body
{
	margin : 0px;
	top:0px;
	background: #FFFFFF;
	text-align: center;
	background-image:url(../images/gradient.gif);
    background-repeat:repeat-x;
}

a
{
	color: Blue;
	text-decoration: underline;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

a:visited
{
	color: Blue;
	text-decoration: none;
}

#body
{
	text-align: left;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 10pt;
    margin:10px;
    padding: 0px;
    width: 97%;
    float: left;
}

#container
{
    width:780px;
    margin:auto;
    background-color:#FFFFFF;
    padding:5px;
    border:solid 1px red;
}

#main
{
	width:100%;
	float:left;
    margin-right: 10px;
    margin-left: 10px;
	min-height: 400px;
	background: #EEEEEE;
}

#top
{
	float:left;
	width:100%;
    background: #EEEEEE;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

#top h2
{
    font-size: 11pt;
    font-weight: bold;
    color: #EEEEEE;
}


#bottom
{
	background: #EEEEEE;
	float:left; 
	width:100%;
    margin-right: 10px;
    margin-left: 10px;
}

/************************************/
/*			2 Column  div			*/
/************************************/

#left, #right
{
	float:left; 
	width:48%; 
	margin: 5px;	
}

#footer
{
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #333399;
}

/************************************/
/*			News Item				*/
/************************************/
.newsitem
{
	border-width: 1px;
	border-color: dimgray;
	border-bottom-style: solid;
	border-top-style: solid;
	background: antiquewhite;
	margin-top: 10px;
}

.newsitemtitle
{
    font-family: Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

.newsitembody
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color : Black;
	border-top-style : dashed;
	border-top-width : 1px;
	font-family: Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 10pt;
}

/************************************/
/*			Top strip        		*/
/************************************/

#topimagebar
{
	float: left;
	width : 100%;
}

#toplogo
{
	width: 49%;
	float:left;
	text-align: left;
}

#toplogo h2
{
	margin-top : 0px;
	margin-bottom : 12px;
    font-size: 13pt;
    color: #333399;
}


#toplogo img
{
	float:left;	
	margin-right : 10px;
}

#topimage
{
	float:right;
	text-align:right;
	width: 49%;
	margin: 0px;
	margin-right: 0px;
}


/************************************/
/*			Navigtion menus  		*/
/************************************/

#navbottom, #navtop
{
    background-image: url(../images/b_g.gif);
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    height: 37px;
    width: 100%;
    float: left;
    clear:both;
    text-align: center;
    border: none;
}
#banner
{
    width:780px;
    height:161px;
    background-image:url(../images/banner3.jpg);
}
#spacer{
	height:10px;
	background-color:#ffffff;
	color:#FFFFFF;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

/************************************/
/*			Left & right blocks		*/
/************************************/

.bodyblock
{
    /*border: 1px solid #DBDB79;*/
    padding: 15px;
    background: cornsilk;
    font-size: 10pt;
}

/************************************/
/*			Left & right blocks		*/
/************************************/

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 13pt;
    color: #333399;
}

.leftblock h3, .fullwidth h3
{
    font-size:	11pt;
}

.leftblock h4, .fullwidth h4
{
    font-size:	10pt;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

/* 2 column layout */
#columnleft
{
    float: left;
    min-height : 500px;
    width: 30%;
	margin: 5px;	
}

#columnright
{

	border-left: 1px solid #DBDB79;
    min-height : 500px;
    width : 66%;
	float:left; 
	margin: 5px;	
}

.leftblock
{
	padding-left: 15px;
	padding-right: 15px;
    padding-top : 2px;
    padding-bottom : 2px;
    margin-bottom: 2px;
    background: cornsilk;
    
   /* vertical-align: top;*/
}

 .rightblock
{
	padding-left: 15px;
	padding-right: 15px;
    padding-top : 2px;
    padding-bottom : 2px;
    margin-bottom: 2px;
    background: cornsilk;
    /*position: relative;*/
}

.fullwidth
{
	padding-left: 15px;
	padding-right: 15px;
    padding-top : 2px;
    padding-bottom : 2px;
    margin-bottom: 2px;
    text-align: left;
    font-size : 10pt;
}


/************************************/
/*			Login Banner            */
/************************************/

#loginbanner
{
    background: cornsilk;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

#loginbanner h2
{
    font-size: 9pt;
    font-weight: normal;
    margin-top: 8px;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: #333399;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: BOLD;
    font-size: 10px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
}

.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}


/************************************************************************
* 
* Data Grid
*
************************************************************************/

.datagrid
{
	color : #333333;
}

.datagrideditrow
{
  background-color: #2461BF;
}

.datagridalternatingrow
{
	background-color: White;
}

.datagridrowstyle
{
	background-color: #EFF3FB
}

.datagridselectedrow
{
	background-color: #D1DDF1;
	color: #333333;
	font-weight: bold;
}
	
.datagridpager
{
	background-color :  #2461BF;
	color : White;
	text-align : center;
}

.datagridpager
{
	color : White;
	background-color: #507CD1;
	font-weight : bold;
}

.datagridfooter
{
	color : white;
	background-color  : #507CD1;
	font-weight : bold;
}

.datagridheader
{
	background-color : #507CD1;
	font-weight : bold;
	color : White;
}

.datagridheader a
{
	background-color : #507CD1;
	font-weight : bold;
	color : White;
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 1px;
    margin-bottom: 5px;
    clear:right;
}

.table
{
	font-size:10pt;
}

.updateprogress 
{
	color : Black;
	font: bold 10pt Verdana, Arial, sans-serif;
}

.formlabel
{
	vertical-align : top;
	text-align: left;
	
}

.formhelp
{
	vertical-align: top;
	text-align : left;
}

.formvalue
{
	vertical-align: top;
	text-align : left;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #EEEEEE; /*#333399; Navy;*/
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #EEEEEE; /*#B4CDCD;*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    color: black;
    text-decoration: underline;
}

.accordionLink, .accordionLink:link, accordionLink:visited
{
    color: black;
    text-decoration: underline;
}

.accordionLink:hover
{
    text-decoration: underline;
}

.accordionLink:active
{
    color: navy;
    text-decoration: none;
}

.floatleft
{
	float: left;
	border: dashed 0px black;
	padding : 5px;
	margin : 5px;
}

.gridheading
{
	text-align: left;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12pt;	
    font-weight:bolder;
    border-top: dashed 1px black;
    border-bottom: dashed 1px black;
	padding : 5px;
	margin : 5px;
}
#logintext1
{
font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
width:300px;
height:auto;
margin:auto;
margin-bottom:20px;
}
#logintext2
{
font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
width:100%;
height:auto;
margin:auto;
margin-bottom:20px;
clear:both;
}

