html,body {

	height:100%;

	background: #EEEEEE;

	margin: 0;

	font-family: Arial, sans-serif;

	font-size: 11px;

}



a:link {

	color: #0B5C92;

	font-weight: bold;

	text-decoration: none;

}

a:visited {

	color: #0B5C92;

	font-weight: bold;

	text-decoration: none;

}	

a:hover {

	color: #003050;

	font-weight: bold;

	text-decoration: none;

}



h1 {

	font-family: Arial;

	font-size: 22px;

	font-weight: normal;

	margin:0;

	padding:0;

	color: #5e5e5e;

}



.pgBleft {

	background: url('http://www.webmasterstash.com/images/bg_left.gif') repeat-y;

	width: 4px;

	height: 100%;

}

.pgBright {

	background: url('http://www.webmasterstash.com/images/bg_right.gif') repeat-y;

	width: 4px;

	height: 100%;

}



.main {

	background: #FFFFFF;

	padding-top: 0px;

	padding-left: 20px;

	padding-right: 20px;

	padding-bottom: 0px;

	height: 100%;

}



.topbar {

	background: #236096;

	font-size: 12px;

	color: #FFFFFF;

	line-height:31px;

}

.topbar a:link {

	color: #FFFFFF;

	font-weight: normal;

}
.topbar a:visited {

	color: #FFFFFF;

	font-weight: normal;

}

.topbar a:hover {

	color: #000000;

}



#toolbar {

width:100%;

font:normal 12px 'Trebuchet MS','Arial';

margin:0;

padding:0;



}



#toolbar ul {

background-image:url(http://www.webmasterstash.com/images/blackbar_bg.gif);

background-repeat:repeat-x;



line-height:36px;

list-style:none;

margin:0;

padding:3px 10px 0 10px;

width:100%;

}



#toolbar li {

display:inline;

padding:0;

}



#toolbar a {

color:#FFF; /* need because it will use default link color */

float:left;

padding:0 3px 0 3px; /* left 3 px because of left.png image */ 

text-decoration:none;

}



#toolbar a span {

display:block;

float:none;

padding:0 10px 0 7px;

}



#toolbar a span img {

border:none;

margin:8px 4px 0 0;

}



/* show picture when mouse over link */

#toolbar a:hover{

background: url(http://www.webmasterstash.com/images/toolbar_left.gif) no-repeat left center;

}



#toolbar a:hover span {

background:url(http://www.webmasterstash.com/images/toolbar_right.gif) no-repeat right center;

}



#vista_toolbar a.right {

float:right; /* for help button - just add class "right" ->  <a class="right"... */

}



.leftnav {

	background: #e4eef8;

	width: 190px;

}



.rightnav {

	background: #e4eef8;

	width: 190px;

}



.content {

	background: url('http://www.webmasterstash.com/images/cont_bg.gif') top repeat-x;

	padding:3px;

	padding-top: 10px;

}



.leftnav_foot {

	background: #000000 url('http://www.webmasterstash.com/images/botblackbar_left.gif') left no-repeat;

	height: 4px;

}

.rightnav_foot {

	background: #000000 url('http://www.webmasterstash.com/images/botblackbar_right.gif') right no-repeat;

	height: 4px;

}

.content_foot {

	background: #000000;

	height: 4px;

}



.navbar {

background-color: #7ca8d3;

width: 190px;

margin-bottom:3px;

}



* html .navbar { /*IE only rule. Original menu width minus all left/right paddings */

width: 190px;

}



.navbar ul {

padding: 0;

margin: 0;

list-style-type: none;

}



.navbar span {

	list-style-type: none;

	font-size: 11px;

	padding: 3px;

	display: block;

	color: #FFFFFF;

	font-weight: bold;

	border-bottom: 1px solid #e4eef8;

	width: 190px;

}



.navbar a {

	list-style-type: none;

	font-size: 11px;

	padding: 3px;

	display: block;

	width: 190px; /*Define width for IE6's sake*/

	color: #002d59;

	background: #cbddef;

	text-decoration: none;

	border-bottom: 1px solid #e4eef8;

}



html>body .navbar a { /*Non IE rule*/

width: auto;

}



.navbar a:hover {

background-color: #4e81b2;

color: #e4eef8;

}



.foot_left {

	width: 4px;

	height: 79px;

	background: #236096 url('http://www.webmasterstash.com/images/foot_left.gif') left top no-repeat;

}



.foot_right {

	width: 4px;

	height: 79px;

	background: #236096 url('http://www.webmasterstash.com/images/foot_right.gif') right top no-repeat;

}



.foot {

	height: 79px;

	background: #236096;

	font-size: 10px;

	color: #FFFFFF;

	text-align: center;

}

.foot a:link {
	color: #e4eef8;
	text-decoration: none;
}
.foot a:visited {
	color: #e4eef8;
	text-decoration: none;
}
.foot a:hover {
	color: #000000;
	text-decoration: none;
}
	



input, textarea, select {

	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;

 	background-color: #D7E5F2;

 	color: #102132;

 	margin-left: 2px;

 	margin-top: 3px;

 	margin-bottom: 2px; 

 	border: 1px solid #284279;

}



input.radio {

	width: 12px;

	height: 12px;

	margin: 0;
	border: 0;
	margin-right: 2px;

}



form { /* form fix for IE */
	margin:0;
	padding:0;
}



#code_box

{

	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;

 	background-color: #D7E5F2;

 	color: #102132;

 	margin-left: 2px;

 	margin-top: 3px;

 	margin-bottom: 2px;

	padding: 1px 0 0 2px; 

 	border: 1px solid #284279;

}	

.table_heading {

	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}

.table_cell {
	background-color: #f2f9ff;
	font-size: 12px;
	color: #284279;
}