/* Global Styles */

body {
	margin:10px;
	background-color: #FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}

hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration:underline;
	}
	
a:hover {
	color: #9933CC;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation {
	font:11px arial;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#9933CC;
	}

#navigation a {
	font:11px arial;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	border-bottom: 1pt dotted white;
	border-top: 1pt dotted white;
	font-weight:bold;
	text-transform: uppercase;	
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat {
	font:11px arial;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#9933CC;
	}

/* Class Styles */

.pageName{
	font:20px arial;
	color: #000000;
	line-height:20px;
	font-weight: bold;
	}
	
.pageHeader{
	font:14px arial;
	color: #000000;
	line-height:20px;
	font-weight: bold;
	}	
	
.subHeader {
	font:14px arial;
	color: #9900CC;
	font-weight:bold;
	line-height:14px;
	}	
	
.sidebarHeader {
	font:11px arial;
	color: #9900CC;
	font-weight:bold;
	line-height:16px;
	}	

.subHeader1 {
	font:11px arial;
	color: #606;
	font-weight:bold;
	line-height:16px;
	}	


.detailText {
	font:12px arial;
	color:#000000;
	line-height:16px;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}

.bigText {
	font:14px arial;
	color:#000000;
	}


/* Table Styles */

.tableText {
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	}
.tableTextsmall {
	font:10px Arial, Helvetica, sans-serif;
	color: #000000;
	}

.tableHeader {
	font:16px Arial, Helvetica, sans-serif;
	color: #9900CC;
	font-weight:bold;
	border-top: 3px outset #9900CC;
	border-bottom: 6px double #9900CC;
	}	
	
#structure td {
	border: 1px solid #000000; 
	}

#noborder td {
	border: 0px;
	}

#noborder tr {
	border: 0px;
	}

/* Action Buttons */

input.actionbutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   color:#440088;
   height:25px;
   width:250px;
   background-color:#EEDDFF;
   border-top-style:outset;
   border-top-color:#9933FF;
   border-top-width:5px;
   border-bottom-style:outset;
   border-bottom-color:#9933FF;
   border-bottom-width:5px;
   border-left-style:outset;
   border-left-color:#9933FF;
   border-left-width:5px;
   border-right-style:outset;
   border-right-color:#9933FF;
   border-right-width:5px;
}

input.actionbutton2
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   color:#440088;
   height:25px;
   width:150px;
   background-color:#EEDDFF;
   border-top-style:outset;
   border-top-color:#9933FF;
   border-top-width:4px;
   border-bottom-style:outset;
   border-bottom-color:#9933FF;
   border-bottom-width:4px;
   border-left-style:outset;
   border-left-color:#9933FF;
   border-left-width:4px;
   border-right-style:outset;
   border-right-color:#9933FF;
   border-right-width:4px;
}

input.actionbutton3
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   color:#440088;
   height:25px;
   width:100px;
   background-color:#EEDDFF;
   border-top-style:outset;
   border-top-color:#9933FF;
   border-top-width:4px;
   border-bottom-style:outset;
   border-bottom-color:#9933FF;
   border-bottom-width:4px;
   border-left-style:outset;
   border-left-color:#9933FF;
   border-left-width:4px;
   border-right-style:outset;
   border-right-color:#9933FF;
   border-right-width:4px;
}

