/* 
Copyright 2006-2007 Trinity Applied Internet - www.trinity-ai.com
div bg for testing - background: #595959; dark background: #8D8D8D; light
*/

body {
	font-family: verdana, arial, tahoma;
	font-size: 80%;
	color: #000000;
	background-color: white;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: white url('../images/back_graph.gif');
}

p {
	font-family: verdana, arial, tahoma;
}

h1 {
	color: #747070;
	font-size: 1.3em;
	margin: 3px 0px 5px 0px;
}

.bgdl {
	background: transparent url('../images/drop_left.gif') repeat-y;
}

.bgdr {
	background: transparent url('../images/drop_right.gif') repeat-y;
}

.head1 {
	background: #ffffff;
}

.head2 {
	background: #ffffff;
}

.head3 {
	background: #ffffff;
}

#logo {
	float: left;
	position: relative;
	margin: 2px 15px 2px 25px;
}

#hbanner {
	float: right;
	position: relative;
	margin: 10px 0px 2px 25px;
}

.lt1 {
	padding: 0px ;
	margin: 0;
	background: #b2d7f9;
	height: 2px;
}

.lt2 {
	padding: 0;
	margin: 0;
	background: #8e2e24;
	height: 2px;
}

.lt3 {
	padding: 0;
	margin: 0;
	background: #a85e3d;
	height: 1px;
}

.linetext {
	background: #f4ee89;
	text-align: center;
}

.lb1 {
	background: #b7dafa;
	height: 1px;
}

.lb2 {
	background: #b25a56;
	height: 1px;
}

.lb3 {
	background: #8e2e24;
	height: 3px;
}

#pulsetop{
	margin: -20px -35px -40px -10px;
	overflow:visible;
	position:relative;
	float:left;
}

#pulsebtm{
	margin: -15px 10px -25px -10px;
	overflow:visible;
	position:relative;
	float:right;
}

.nav {
	background: #ffffff;
	background: white url('../images/nav_graph.jpg') no-repeat top;
	width: 180px;
	color: #747070;
	line-height: 1.2em;
	padding: 0px 0px 40px 0px;
}

.nav h2 {
	margin: 1px 1px 1px 15px;
	font-weight : normal;
	font-size: .85em;
}

.nav h3 {
	margin: 0px 0px 0px 30px;
	font-weight : normal;
	font-size: .75em;
}

.nav a {
	color: #747070;
	background:url(../images/navitem_screen.png) no-repeat top;
	text-decoration:none;
}

.nav a:hover {
	color: #c0bbbb;
	background-position:100% -24px;
	text-decoration:none;
}

.maintext {
	background: #ffffff;
	padding: 20px;
}

a{
	color: #8e2c1c;
}

a:hover{
	color: #b2d7f9;
}

.sidebar {
	background: #ffffff;
	padding: 0px;
}

#sidediv {
	padding: 10px;
	font-size: .70em;
}

.mainbtm {
	background: #ffffff;
}

.sidebtm {
	background: #ffffff;
	padding 0px 0px 0px 0px;
}


.foot1 {
	background: #f4ee89;
	height: 2px;
}

.foot2 {
	background: #AAA9A9;
	height: 1px;
}

.foot3 {
	background: #b2d7f9;
	color: #7d828b;
	font-size: .85em;
	padding: 2px 40px 2px 40px;
	text-align: center;
}

.foot3 a {
	color: #8e2c1c;
	text-decoration:none;
}

.foot3 a:hover {
	color: #858484;
	text-decoration:none;
}

.foot_btm {
	background: transparent url('../images/foot_btm.gif') repeat-x;
}

.bgdl_btm {
	background: transparent url('../images/drop_left_btm.gif') no-repeat bottom;
}

.bgdr_btm {
	background: transparent url('../images/drop_right_btm.gif') no-repeat bottom;
}

.created {
	background: transparent;
	color: #858484;
	font-size: .85em;
	text-align: right;
	padding: 5px 40px 20px 20px;
}

.created a {
	color: #858484;
	text-decoration:none;
}

.created a:hover {
	color: #858484;
	text-decoration:none;
}

/* .calendar determines the overall formatting style of the calendar,   
   acting as the default unless later overruled. */ 

.calendar  
     { 
     font-family:  Helvetica, Verdana, Garamond, Arial;
     line-height: 1.3em;
	 font-size: 1.0em;  
     color:#000000; 
     background-color:#ffffff; 
     border-color:#F4EE89; 
     border-style:solid; 
     border-width:1px; 
     } 

/* .header determines the formatting of the weekday headers at the top 
   of the calendar. */ 

.header  
     { 
     background-color:#F4EE89; 
     border-color:#F4EE89; 
     border-style:solid; 
     border-width:1px; 
     } 

/* .day determines the formatting of each day displayed in the 
   calendar. */ 

.day  
     { 
     /*background-color: #FFFFFF; */
     border-color:#B2D7F9; 
     border-style:solid; 
     border-width:1px; 
     /*text-align: center*/ 
     } 
