/* 
  Those are the main and generic styles for this theme
*/
body {
  background: #FFCC33 url("images/frame/background.gif") repeat-y 50% 0 fixed;
  color: #050d24;
  font: 13px "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}


td, p {
  font: 13px "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  margin: 0px 5px 3px 5px;
}

a {
  color: #2f63b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 12px "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #fc0;
  font: 12px "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #36c;
  margin: 1px;
  padding: 1px 5px;
  border: solid 1px #36c;
}
.submit_disabled {
  background: #ccc;
  font: 12px "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999;
}

.greenbar {
	background: #FC0 url(images/frame/greenbar.gif) repeat-x;
	height:5px;
}

/* Text hilight */
.hilight {
  background-color:#ff0; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000;
  width: 100%;
}

#gaugelevel {
  position: relative;
  left: 0;
  top: 0;
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #000000;
}

.homeColorSet2 {
  color: #0033CC;
}

.footerColorSet1 {
  color: #FFFFFF;
}

.footerColorSet2 {
  color: #2f63b3;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin:5px;
}

h1 {
  font-weight: bold;
  font-size: 25px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight:bold;
  color:#658EFD;
  font-size:22px;
}

h4 {
	color: #658EFD;
	font-size: 19px;
	font-weight: bold;
	margin:0 5px;
}

h5 {
  color: #666;
  font-size: 11px;
  margin:0;
}

h6 {
	color: #658EFD;
	font-size:15px;
	margin:0 5px;
}

small {
  color: #666;
  font-size: 11px;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #FCFC5B;
  width: 100%;
  border: solid 1px #FCFC5B;
}

.fullwidth {
  width: 67%;
}

/* Navigation menu */
#navigation {
  padding-left: 10px;
}

#navigation a {
  font: 13px bold "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  color: #003366;
  paddingt: 0 8px 0 8px;
  text-decoration: none;
  font-weight: bold;
}
#navigation a:hover {
  color: #515151;
}

#usercontrol {
  padding-right: 10px;
}

#usercontrol a {
  font: 13px bold "Book Antiqua", "Bookman Old Style", verdana, helvetica, arial, sans-serif;
  color: #003366;
  padding: 0 8px 0 8px;
  text-decoration: none;
  font-weight: bold;
}
#usercontrol a:hover {
  color: #515151;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #2f63b3;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #2f63b3;
	border-bottom: none;
	background: #FFCC66;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #2f63b3; 
}
ul.tabbernav li a:visited {
	color: #2f63b3;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #FF9900;
	border-color: #2f63b3;
}

ul.tabbernav li.tabberactive a {
	background-color: #FCFC5B;
	border-bottom: 1px solid #FCFC5B;
}

ul.tabbernav li.tabberactive a:hover {
	color: #0D5D9C;
	background: #FCFC5B;
	border-bottom: 1px solid #FCFC5B;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

#home_leftpanel {
	width:540px;
	padding:5px 0;
}
#home_rightpanel {
	width:260px;
	padding:5px;
}
#home_rightpanel ul {
	list-style:none;
	margin: 4px;
	padding: 4px;
	border-left: 6px solid #0000FF;
}

#tpl_leftpanel {
	width:540px;
	padding:5px;
}
#tpl_rightpanel {
	width:260px;
	padding:5px;
}
#tpl_rightpanel ul {
	list-style:none;
	margin: 4px;
	padding: 4px;
	border-left: 5px solid #69F;
}

.notify {
	border:1px #FC0 solid;
	margin:9px;
}

.breadcrumbs {
	margin:9px;
}

label.check {
	clear:both;
}
form p {
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}
form p label {
	float:left;
	width:30%;
	font-weight:bold;
	font-size:1.1em;
}

p.profile {
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}
p.profile label {
	float:left;
	width:30%;
}

div.form label {
	clear:left;
	font-weight:bold;
	font-size:1.1em;
	padding-top:5px;
}
div.form label.left {
	float:left;
	width:30%;
}

