/* 
	This is a global css styles that should be applied to every page.
*/
body {
	background-color: #FFF;
	margin:0px;
	text-align:left;
	font-family:Verdana,Geneva,Arial;
	font-size:12px;
}


/* Set up our headers and footers*/
TABLE#simpleframe
{	
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}



#simpleframe td.tf
{		
	height:22px;
	color:#FFF;
	text-align: right;
	BACKGROUND: url(../images/sitesimple/tl.jpg) #000 no-repeat;
}

#simpleframe td.bl
{
	padding-left:200px;
	height:51px;
	BACKGROUND: url(../images/sitesimple/bl.jpg) #fff no-repeat;	
}

#simpleframe td.bf
{	
	width:100%;
	height:51px;
	BACKGROUND: url(../images/sitesimple/bf.jpg) repeat;
}

#simpleframe td.br
{
	padding-left:457px;
	height:51px;	
	BACKGROUND: url(../images/sitesimple/br.jpg) no-repeat	
}

#simpleframe td.ff
{	
	background-color:#426BBA;
	color:#FFF;
	text-align: center;
	padding:2px;
	
}

#simpleframe .auth
{
	BACKGROUND: url(../images/sitesimple/authperson.jpg) no-repeat;
	padding-left:22px;
	padding-right:10px;
	font-weight: normal;
}

#simpleframe span
{
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
	color:#FFF;
}



#simpleframe span a
{
	font-weight: bold;	
	color:#FC0;
	text-decoration: none;
}

#simpleframe span a:hover
{
	color:#e00;
}

/* Set up sub menus */
.subMenu
{
	background-color:#426BBA;
	color:#FFF;
	font-size:12px;
	padding-left:15px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:6px;
	
}

.subMenu span
{
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
	color:#FFF;
}



.subMenu span a
{
	font-weight: bold;	
	color:#FC0;
	text-decoration: none;
}

.subMenu span a:hover
{
	color:#e00;
}


/* Set up a content div that is one column */
DIV#singleCol{	
	padding-left:20px;	
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;	
}

/* Set up a content div that is two columns */
DIV#twoCol{	
	padding:0px;	
	font-size:12px;	
	height: 500px;
	POSITION: relative;
	TOP: 0px;
}

DIV#contentleft{	
	width:160px;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	vertical-align: top;
	padding-left:10px;
	border-right: 1px SOLID #999;
	height: 500px;
}

DIV#contentright{	
	
	POSITION: absolute;
	TOP: 0px;
	LEFT: 180px;
	vertical-align: top;
	height: 500px;
	
}


/* Set up the login table (used on the login page) */
TABLE#login{		
	font-size:12px;
	padding:16px;
	border:1px SOLID #cccccc;
	background-color:#f0f0f0;	
}

TABLE#login TH{	
	text-align:right;
	color:#003399;
	font-weight:bold;
}


TABLE#login INPUT.textFieldInput{	
	width:16em;
}

TABLE#login .license{
	text-align:justify;
	height:175px;
	position:relative;
	font-size:10px;
	overflow:auto;
	border:1px SOLID #CCCCCC;
	background-color:#FFFFFF;
	padding:9px
}

/* Set up a width of a typical field in which to type an email
   address guess it to be 32 characters */
INPUT.emailField{	
	width:32em;
}


/* Set up a width of a typical field in which to type some information,
 guess it to be 32 characters */
INPUT.infoField{	
	width:32em;
}

/* Set up a width of a typical field in which to type some information,
 guess it to be 10 characters */
INPUT.smallInfoField{	
	width:10em;
}


/* Set up an input field to stretch the available width */
INPUT.fullWidth{	
	width:100%;
}
/* Set up an textarea to stretch the available width */
TEXTAREA.fullWidth{	
	width:100%;
}


/* Set up a div for the condition of use page */
/* ToDo: is this necessary????*/
.conditionDiv{	
	font-family: Verdana,Geneva,Arial;	
	padding-left:170px;	
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	width:700px;
	background: url(../images/business_scenes.jpg) #FFFFFF no-repeat;
}


.conditionDiv h3{
	text-align:center; 
	font-family: Verdana,Geneva,Arial
}



.conditionDiv strong{
	font-family: Verdana,Geneva,Arial;
	font-size:10px;
	text-align:justify;
}

.conditionDiv table{
	margin-left: 20px; 
	margin-right: 20px;
}

.conditionDiv tr{
	vertical-align: top;
}

.conditionDiv td.leftCell{
    padding-right:10px;
    padding-left:15px;
    padding-bottom:10px;
    text-align:right;
    width:120px;
}

.conditionDiv td.rightCell{
    text-align:justify;
    padding-bottom:10px;
	font-size:10px;
}

.conditionDiv div#content{
	height:330px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	overflow:auto;
	border:1px SOLID #ffffff;
}


/* Set up a div for the contact page */
/* ToDo: is this necessary????*/
DIV.contactDiv{	
	padding-left:170px;	
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	width:700px;
	background: url(../images/contacts.jpg) #FFFFFF no-repeat;
}



/* Set up a style for separating an inline form element  (used in the admin and reports pages) */
.options
{
	margin-top:5px;
	margin-bottom:5px;
}

/* Ensure all titles have a fixed width */
.options strong
{
	display: block;
	float:left;
	width:200px;
}

.options .row
{
	margin-top: 5px;
}

/* Set up a listcontent class (used in the admin and reports pages) */

.listcontent th{	
	font-weight: bold;
	color: #FFFFFF;
	background-color:#888888;
	border-top:1px SOLID #e5e5e5;
	padding-left:0px;
	padding-right:5px;
}

.listcontent td{	
	background-color:#FFFFFF;	
	padding-left:0px;
	padding-right:5px;
}

.listcontent .alttd{
	color:#1111BA;
	background-color:#eeeee0;
}


.listcontent .yellow{
	background-color:#FFFF99;
}


.listcontent .yellow_alttd{
	color:#1111BA;
	background-color:#eeee99;
}


.listcontent .disabled TD
{	
	color:#999999;	
}

.listcontent .disabled A
{	
	color:#999999;
	text-decoration: none
}

.listcontent .highlight TD
{	
	font-weight:bold;
	color:#FF0000;	
}

.listcontent .highlight A
{	
	font-weight:bold;
	color:#FF0000;
}


.listcontent .error
{
	
	color:#ff0000;
	font-weight:bold;
}

/* A class for listing selectors */
#selectorList LI
{
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: decimal;
	font-size: 11px;
}

#selectorList LI A
{
	font-weight: bold;	
}

/* A class for rendering a paging control */
.pagingControl
{
	margin-top:5px;
	text-align: center;
	margin-bottom:5px;
}
.pagingControl span.currentPage
{
	margin-left:5px;
	margin-right:5px;	
	color:#666666;
}

.pagingControl A
{
	margin-left:5px;
	margin-right:5px;	
	color:#666666;
	text-decoration: underline;
}

 
 