/* layout.css

This stylesheet is based on "andreas09.css", modified for Goldberg.
The original credits follow:

andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas
Viklund - http://andreasviklund.com. Free to use for any purpose as
long as the proper credits are given to the original author.
*/

/* start qstat stylesheet */
.qstat {
font-family:Arial, Helvetica, sans-serif;
font-size:x-small;
font-weight:normal;
background-color:#FFFFFF;
color:#000000;
font-weight:bold;
}

.qsborder {
border:ridge;
border-color:#00FFFF;
border-right:#000000;
border-left:#000000;
border-top:#000000;
border-bottom:#000000;
}

.qslabel {
text-align:center;
border:ridge;
border-color:#00FF00;
/*border-color:#0066CC;*/
border-left:#000000;
border-right:#000000;
font-weight:bold;
}
/* end qstat stylesheet */

body {
/* background:#FFFFFF; */
background:#FFFFFF url(/images/bodybg12.jpg) repeat-x;
color:#303030;
font:100% Verdana,Tahoma,Arial,sans-serif;
margin:0px;
padding:0;
text-align:center;
}

a {
color:#505050;
/* font-weight:bold; */
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
/* line-height:10.5em; */
margin:0 0 15px;
}

/*** Authorization Page - Nathaniel ***/
div.login_txt {
font-size:0.7em;
color:#000000;
}

div.login_header {
text-align:center;
font-size: 20px;
background-color:#000000;
color:#FFFFFF;
}

table.login{
	width:100%;
}

tr.login_hdr1{
	text-align:center;
	font-size: 12px;
	background-color:#F2F2F2;
	color:#C0C0C0;
	font-weight:bold;
}

tr.login_fld{
	text-align:center;
   	font-size: 10px;
	color: #000033;
   	padding: 0px;
   	height: 15px;
   	border: 1px solid #7F9DB9;
	background-color:#F2F2F2;
	font-weight:bold;
}

/*** Main container ***/

div.container {
/* background:#f0f0f0 url(/images/bodybg3.gif) repeat-x; */
color:#303030;
margin:0px;
min-width:1024px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

div.header {
color:#000033;
height:51px;
margin:0 20px 10px;
text-align:left;
}

div.header img.logo_right {  
float: right ;
margin:0 0 0 0px ;
border:0 0 0 0px ;
padding-top:5px;
}

div.header p {
line-height:1.5em;
margin:0 0 0px;
}

div.header p.right_text { 
text-align: right ;
}

div.header h1, div.header h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

div.header h1 {
font-size:2.4em;
padding-top:5px;
}

div.header h2 {
font-size:1.6em;
}

/*** Horizontal menu left ***/

div.mainmenul {
float:left;
margin-top:1px;
margin-bottom:4px;
}

div.mainmenul ul {
font-size:14px;
margin:0;
padding:0;
}

div.mainmenul li {
float:left;
list-style:none;
margin:0;
padding:0;
}

div.mainmenul a {
border-right:1px solid #33ccff;
color:#ffffff;
font-weight:bold;
display:block;
font-size:0.7em;
padding:4px 5px 4px 5px;
text-transform:uppercase;
}

div.mainmenul a:hover {
background:#00ff00 url(/images/menuhover2.gif) top left repeat-x;
color:#0066cc;
text-decoration:none;
}

div.mainmenul li.selected a {
background:#00ff00 url(/images/menuhover2.gif) center center repeat-x;
color:#0066cc;
text-decoration:none;
}

/*** Horizontal menu right ***/

div.mainmenur {
float:right;
margin-top:1px;
margin-bottom:4px;
margin-right:20px;
}

div.mainmenur ul {
font-size:14px;
margin:0;
padding:0;
}

div.mainmenur li {
float:left;
list-style:none;
margin:0;
padding:0;
}

div.mainmenur a {
border-right:2px dotted #33ccff;
color:#505050;
display:block;
font-size:0.7em;
padding:2px 5px 4px 5px;
text-transform:uppercase;
}

div.loginr {
color:#00ffff;
font-size:0.7em;
text-transform:uppercase;
}

div.mainmenur a:hover {
background:#f0f0f0 url(/images/menuhover2.gif) top left repeat-x;
color:#505050;
text-decoration:none;
}

div.mainmenur li.selected a {
background:#f0f0f0 url(/images/menuhover2.gif) top left repeat-x;
color:#505050;
text-decoration:none;
}

/*** Content wrap ***/

div.wrap {
clear:both;
font-size:0.8em;
padding:0;
}

/*** Sidebars ***/

div.leftside,div.rightside {
margin:0;
padding:0 0px 0px;
}

div.leftside {
margin-right:10px;
}

div.rightside {
float:right;
margin-left:10px;
}

div.leftside h1, div.rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

div.leftside h2, div.rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

div.leftside p, div.rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Top Control Bar Menu ***/

div.mmctrl {
clear:both;
}

div.mmctrl li {
float:left;
list-style:none;
margin: 0px 0px 4px 0px;
}

ul.sidemenu {
padding-left: 0px;
}

ul.sidemenu li a {
list-style:none;
background:#FFFFFF url(/images/bodybg6.gif) repeat-x;
color:#000000;
display:block;
font-size:0.6em;
padding:1px 4px 1px 4px;
position:relative;
width:120px;
text-align:center;
border:1px outset #00ffff;
text-transform:uppercase;
}

ul.sidemenu ul.sidemenu li a {
margin:5px 0 0px 0px;
background:#FFFFFF url(/images/bodybg6.gif) repeat-x;
color:#000000;
font-size:0.6em;
padding:1px 4px 1px 4px;
position:relative;
width:120px;
border:1px outset #00ffff;
text-transform:uppercase;
}

ul.sidemenu a:hover, ul.sidemenu > li.selected > a {
background:#FFFFFF url(/images/bodybg10.gif) repeat-x;
/* border:1px solid #00ff00; */
color:#303030;
text-decoration:none;
text-transform:uppercase;
border:1px inset #00ffff;
}

ul.sidemenu ul.sidemenu a:hover, ul.sidemenu ul.sidemenu > li.selected > a {
background:#FFFFFF url(/images/bodybg10.gif) repeat-x;
/* border:1px solid #00ff00; */
color:#303030;
text-decoration:none;
text-transform:uppercase;
border:1px inset #00ffff;
}

/*** Content ***/
.content {
/* background:#FFFFFF url(/images/bodybg8.gif) repeat; */
/* background-color:#36365f; */
/* border:1px solid #00ffff; */
background:#FFFFFF;
color:#2a2a2a;
margin:0px 0px 0px 0px;
}

div.content h1, div.content h2 {
/* background:#FFFFFF url(/images/bodybg9.gif) repeat-x; */
color:#000000;
font-size:1em;
font-weight:bold;
letter-spacing:1px;
margin:0px 0px 15px;
padding:0;
text-transform:uppercase;
text-align:center;
}

div.content h2 {
font-size:1.4em;
margin-bottom:0px;
}

 div.content img {
border:0px;
/* border:1px solid #b0b0b0; */
}

/*** Footer ***/

div.footer {
/* background:#8b8b8b url(/images/footerbg2.jpg) top left repeat-x; */
clear:both;
color:#d0d0d0;
font-size:0.5em;
/* font-weight:bold; */
margin:0;
padding:5px 0;
text-align:left;
width:100%;
}

div.footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}


.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

input[type="submit"] {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

input[type="submit"]:hover {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
}


.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/