/*--------------BODY/BASIC ELEMENT SPECS-------------*/

body {
	font-family: verdana, sans-serif;
	font-size:10px;
	line-height:15px; 
	color:#000000; 
	background-color: #999999;
	background-image: url("/images/templates/bluelines2.gif");
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #b1b1b1;
    	scrollbar-highlight-color: #b1b1b1;
    	scrollbar-shadow-color: #b1b1b1;
    	scrollbar-3dlight-color: #FF0000;
    	scrollbar-arrow-color: #666666;
    	scrollbar-track-color: #a3a3a3;
    	scrollbar-darkshadow-color: #FF0000;
	}
	
p 	{ 
	font-family: verdana;
	font-size:10px; 
	line-height: 15px;
	color:#000000; 
	}
	
p.indent 
	{text-indent: 10px;}
	
h1 	{font-size:16px;font-weight: bold; text-decoration: none; font-style: normal;}
h2 	{font-size:14px; font-weight: bold; text-decoration: none; font-style: normal;}
h3	{font-size: 12px;font-weight: bold; text-decoration: none; font-style: normal;}
h4	{font-size: 11px; font-weight: bold; text-decoration: underline; font-style: normal;}	
h5	{font-size: 11px; font-weight: normal; text-decoration: underline; font-style: normal;}
h6	{font-size: 11px; font-weight: normal; text-decoration: underline; font-style: italic;}

th 	{font-size:14px; font-weight: bold;}

hr	{
	color: #0069b3;
	width: 95%;
	padding: 20px, 0, 20px, 0;
	}

pre, tt, .code 	{
	font-size: 11px; 
	color: #006633;
	font-family: "Lucida Console", Monaco, monospace; 
	}
	
code 
	{
	font-size: 11px; 
	color: #006633; 
	font-family: "Lucida Console", Monaco, monospace;
	border-top: #666666 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #666666 1px solid;
	padding: 2px;
	}
	
.codeDiv
	{
	font-size: 11px; 
	color: #006633; 
	font-family: "Lucida Console", Monaco, monospace;
	width: 520px;
	border-top: #666666 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #666666 1px solid;
	margin-left: 12px;
	margin-right: auto;
	padding: 2px;
	scrollbar-face-color: #b1b1b1;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #aaaaaa;
    	scrollbar-darkshadow-color: #999999;
    	overflow: auto;
    	background-color: #b1b1b1;	
	}

blockquote
	{
	border-top:#5d5d5d 1px dotted;
	border-bottom:#5d5d5d 1px dotted;
	}

blockquote p
	{
	text-indent:2em;
	}


		
/*--------------LINK SPECS-------------*/
	
a	{ text-decoration: none; color: #FF0000; }
a:visited
	{ text-decoration: none; color: #FF0000; }
a:hover
	{ text-decoration: none; color: #FFFFFF;}
a:active
	{ text-decoration: underline; color: #FFFFFF;}	
.bb 	{font-weight: bold; color: #000000;}
.bb:hover 
	{color: #000000; text-decoration: none;}
.bb:visited 
	{color: #000000;}
.bb:active: 
	{color: #000000;}
	
/*--------------TABLE SPECS-------------*/

TD 	{ 
	font-size:10px; 
	color:#000000; 
	font-family: verdana;
	line-height: 15px;
	}
TD.e9e9e9 
	{ 
	background-color:#e9e9e9; 
	background-image:url("http://www.GurusNetwork.com/images/templates/e9e9e9.GIF");
	}
TD.dotted 
	{
	background-color:#b1b1b1; 
	background-image:url("http://www.GurusNetwork.com/images/templates/dotted.gif");
	}
TD.blended 
	{
	background-color:#b1b1b1; 
	background-image:url("http://www.GurusNetwork.com/images/templates/blended.jpg");
	}
TD.none 
	{
	font-size:10px; 
	color:#000000; 
	font-family: verdana;
	}
	
/*--------------LIST SPECS-------------*/

li 	{
	list-style-type: square;
	line-height: 12px;
	}

ul li 	{
	list-style-type: square;
	line-height: 12px;
	}

ul ul li 
	{list-style: disc;}
	
ul.graphic 
	{
	list-style-image: url("http://www.gurusnetwork.com/images/buttons/ul.gif");
	list-style: square; 
	}
ul.graphic ul li 
	{list-style: square; list-style-image: none;}
	
/*--------------INPUT/SELECT SPECS-------------*/
	
input {
	border-top:#0069b3 1px outset; 
	border-left:#0069b3 1px outset; 
	border-bottom: #0069b3 1px inset; 
	border-right:  #0069b3 1px inset; 
	font-family: arial, helvetica; 
	font-size: 12px;
	line-height: 14px;
	}
	
input.noborder 
	{
	border: none; 
	}
	
input.grey 
	{
	background: #cccccc; 
	border-top: #0069b3 1px outset; 
	border-left: #0069b3 1px outset; 
	border-bottom: #0069b3 1px inset; 
	border-right:  #0069b3 1px inset; 
	font-weight:bold; 
	}
	
textarea 
	{
	border-top: #0069b3 1px outset; 
	border-left: #0069b3 1px outset; 
	border-bottom: #0069b3 1px inset; 
	border-right: #0069b3 1px inset; 
	font-family: arial, helvetica; 
	font-size: 12px; 
	padding: 2px ;
	}

select option
	{
	font-family: verdana; 
	font-size: 10px; 
	line-height: 12px;
	}	
	
select option.grey 
	{
	color: #0000d9; 
	background-color: #b1b1b1; 
	font-weight: normal;
	}
	
select option.dgrey 
	{
	color: #333333; 
	background-color: #a3a3a3; 
	font-weight: normal;
	}
	
select option.bgrey 
	{
	color: #0000d9; 
	background-color: #a3a3a3; 
	font-weight: bold;
	}
	
select option.cgrey 
	{
	color: #333333; 
	background-color: #b1b1b1; 
	font-weight: bold;
	}