@import url("/stylesheets/nav.css");
@import url("/stylesheets/sidebar.css");
@import url("/javascripts/facebox/facebox.css");
@import url("/stylesheets/buttons.css");

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
/*  full red w / drop shadow background*/
/*  background: #990100 url(/images/comptrol-bg.jpg) repeat-x scroll top;*/
  background: #fff url(/images/comptrol-bg-white-stripe.jpg) repeat-x scroll top;
	line-height:1.4em;
}

.ie6 body{ background-image: url(/images/comptrol-bg-ie.jpg); }
.ie7 body{ background-image: url(/images/comptrol-bg-ie7.jpg); }
.webkit body{ background-image: url(/images/comptrol-bg-webkit.jpg); }

a{
  color:#4a738c;
}

a:hover{
  background-color:#4a738c;
  color:#fff;
}

#container{
	clear: both;
	padding:20px 0 0 20px;
	background: transparent url(/images/comptrol-container-bg.jpg) no-repeat scroll 0px 10px;
	margin-top:-2px;
}

#login-container{
  clear: both;
	padding:20px 0 0 20px;
	background: transparent url(/images/comptrol-container-bg.jpg) no-repeat scroll 0px 13px;
	margin-top:-2px;
}

.ie #login-container{
  margin-top:23px;
	background: transparent url(/images/comptrol-container-bg.jpg) no-repeat scroll 0px -10px;
}

.ie #container{
  height: 1%;
  margin-top:10px;
  background: transparent url(/images/comptrol-container-bg-webkit.jpg) no-repeat scroll 0px 5px;
  
}

.webkit #container{
  background: transparent url(/images/comptrol-container-bg-webkit.jpg) no-repeat scroll 0px 13px;
}

#container #content{
	width: 800px;
	padding:0;
	float: left;
	min-height:700px;
	background-color:#fff;
	border-left:1px solid #5c5b60;
	border-right:1px solid #5c5b60;
	margin-top:20px;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

#container #content #inner{
  padding: 2em;
  width: 90%;
/*  background-color:#fff;*/
/*  width: 100%;*/
}

.ie6 #container #content #inner{
  margin-left:-10px;
}

#container #content p{
  padding:5px;
	margin:5px 0;
}

#container #content div.borders{
  padding:8px;
  border:1px solid #ccc;
  background-color:#eee;
}

#content h2{
  font: 18px Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #720000;
  padding: .25em;
  margin-bottom:.25em;
}

#content h3{
  padding:.25em;
  color:#333;
  font: 16px Verdana, Arial, Helvetica, sans-serif;
}

#container #footer{
	clear: both;
	padding: 20px 10px;
	width: 782px;
	border-top:1px solid #5c5b60;
/*  uncomment for red drop shadow footer*/
/*  background: transparent url(/images/footer-bg.jpg) repeat-x scroll top;*/
/*  color:#fff;*/
/*  background: transparent url(/images/footer-bg-white.jpg) repeat-x scroll top;*/
  color: #9b0302;
}

#container #footer a{
  color: #9b0302;
}

#container #footer a:hover{
  background-color:#9b0302;
  color:#fff;
}

.options{
  font-size: .85em;
  color:#333;
  font-weight:medium;
}

.small{font-size: .85em;}
.smaller{font-size: .65em;}
.ie .smaller, .ie .small{font-size: 10px;}
h2 .small{font-size: .5em;color:#333;}
.med{font-size:1em;}
.big{font-size:1.25em;}

.sub-field{
  margin: 5px 0;
}

#container a img, #container a.img{
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  text-decoration:none;
}

ul.thin-records{
}

ul.thin-records li{
  border-bottom:1px solid #ccc;
  padding:3px;
}

ul.records{
  margin-top:1em;
}

ul.records li{
  margin-top:1em;
  padding: 1em 1.5em;
  border-bottom:1px solid #ccc;
  clear: both;
}

.ie ul.records li *{
  margin-left:0;
}

ul.borders li{
  border:1px solid #ccc;
}

ul.pages-list li{
  margin-top:30px;
  border:1px solid #717171;
}

ul.pages-list img.page-icon{
  margin-top:-25px;
  margin-left:-35px;
  float: left;
}

ul.borders li ul li{
  border:0;
  border-left:2px solid #ccc;
}

ul.records li.reg{
  border-bottom:0;
}

/* auto clear for modern browsers */
ul.records li:after{ 
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0; 
  clear: both; 
  visibility:hidden; 
}


ul li ul.tree li, #sub-pages li{
  margin-left:10px;
  border:0;
  border-left:2px solid #ccc;
}

#sub-pages li{
  padding:10px;
}

/* auto clear for modern browsers */
#sub-pages li ul li{ 
  clear:both;
  border-left:0;
}


ul.tree li{
  margin-top:3px;
}

/* auto clear for the browser that could... this needs the css_browser_select js script */
.ie ul.records li{
  height: 1%;
  display:block;
}

a.img{
  background-color:transparent;
}

/* FONT STYLES */ 
.big-text{
  font-size: 18px;
}

/* colors that you can use for tables and such */ 
.orange { background-color:#ff6000;color:#fff;}
.red { background-color:#e22042;color:#fff;}
legend.red{color:#e22042;background:none;}
.blue { background-color:#000066;color:#fff;}
.med-blue, a span.med-blue { background-color:#1d458b;color:#fff;}
.green { background-color:#007a08;color:#fff;}
.gray{
  color:#4c4c4c;
}

.boxed{
  padding:3px 5px;
  text-decoration: none;
}

/*this is for the page tabs...*/
li a span.boxed{
  margin-top:-3px;
}

.alt{
  border:1px solid #ccc;
}

.editor{
  width: 100%;
  height: 400px;
}

hr{
  background:#DDDDDD none repeat scroll 0% 50%;
  border:0.05em dotted #999999;
  clear:both;
  color:#DDDDDD;
  float:none;
  height:0.1em;
  margin:1.45em 1.45em 1.45em 0.5em;
  width:100%;
}

.attachments-display span{
  float:left;
  margin-right:20px;
}

.box-link{
  padding:.5em;
  border:1px solid #ccc;
  background-color:#eee;
  text-decoration:none;
  margin-right:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box-link:active{
  background-color: #ffff00;
}

.box-link:hover{
  background-color:#0038ff;
  color:#fff;
}

.sub-pages{
  background: #fff url(../images/l-fork.gif) no-repeat;
  padding-left:15px;
  margin:.5em;
}

.form-footer{
  border-top:1px solid #ccc;
}

ul.pages li{
  list-style-image: url(/images/icons/page.gif);
  list-style-position: inside;
}

ul.pages li h4{
  margin-left:20px;
}

ul.users li{
  list-style: none inside url(/images/icons/user_add.gif);
}

ul.users li div{
  margin-left:30px;
}

#content h4{
  font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-weight:bold;
}

.webkit ul.pages li h4, .webkit ul.users li div{
  margin-left:0;
}

.login{
  padding:10px 30px;
  width: 450px;
  height: 250px;
  margin:30px auto;
  background-color:#fff;
  border:1px solid #5d5e60;
  -moz-box-shadow: 1px 1px 10px #000;
  -webkit-box-shadow: 1px 1px 10px #000;
  box-shadow: 1px 1px 10px #000;
}

.ie .login{
  padding-top:20px;
  background-color:#fff;
}

.login h3, .login p{
  text-align: center;
}

.login label{
  display: block;
  margin: 5px 0;
}

.login input{
  padding: 5px;
  font-size: 12px;
  margin-top:5px;
}

.login input.entry{
  width: 60%;
}

.buttons{
  margin-top:-40px;
}

.gray-box{
  border:1px solid #ccc;
  background-color:#eee;
  padding:10px;
  margin:5px 0;
}

/*SUB TABS*/
div.sub-tabs{
  margin-top:10px;
  text-align: center;
  border-bottom:1px solid #ccc;
  padding-bottom:4px;
}

div.sub-tabs a{
  padding:5px;
  text-decoration: none;
  background-color:#eee;
  color:#000;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  margin-left:-5px;
}

div.sub-tabs a:hover{
  color: #4525f7;
}

div.sub-tabs a:hover, div.sub-tabs a.over{
  background-color:#fff;
}

div.sub-tabs a.over{
  font-weight: bold;
}

div.sub-tabs a.over{
  border-bottom:1px solid #fff;
}

.help-tip{
  border-bottom:1px solid #ccc;
  cursor:help;
  background-color: #fffc00;
}

/*.help-tip-standard{ cursor:help; }*/

/* for nested variables */
.help-tip .help-tip{
  font-weight: bold;
  color: #3637ff;
}

.tip{
  cursor:help;
}

ul.standard{
  padding: 20px;
  list-style: square outside;
}

ol.standard{
  padding: 20px;
  list-style: decimal outside;
}

.standard strong{
  font-weight: bold;
}

/* //
   ** Custom Facebox Stuff
   // */
   
#facebox .wide{
  width: 600px;
}

#facebox h3{
  border-bottom:1px solid #ccc;
  font: 1.15em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  padding-bottom:5px;
  margin-bottom: 5px;
}

#facebox p{
  margin:10px;
}

#facebox ul.standard{
  padding:10px 20px;
}

#facebox h4{
  background:#900000;
  font-size:16px;
  color:#fff;
  padding:8px;
  margin-top:-10px;
  margin-left:-10px;
  margin-right:-10px;
  margin-bottom:10px;
  font-weight: bold;
  text-shadow: #000 0 1px 1px;
}

#facebox .fullpage{
  width:700px ;
}

fieldset.checks{

}

fieldset.checks span{
  display:block;
  float:left;
  width: 45%;
}

iframe{
  border:0;
}

#nav #small-nav a.logoff{
  margin:5px;
  padding:5px;
  border:1px solid #ccc;
  background:#eee;
  color: #900000;
  text-decoration: none;
  font-weight: bold;
}

#nav #small-nav a.logoff:hover{
  border:1px solid #000;
  background:#ccc;
}

.hilite{
  background:#FFFF00;
  color:#000;
}
