body,
html {
    margin:0;
    padding:0;
    background:#ffffff;
    color:#444;
    }

h3 {
    color: #0C2645;
    margin: 0;
    padding: 2px 5px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    font-weight:bold;
    font-size:1.1em;
   }

body {
    min-width:900px;
    font-family:arial, sans-serif;
    font-weight:normal;
    font-size: 1em;
    }

a {
    text-decoration:none;
    color: rgb(255, 153, 0);
    }

a:hover {
    text-decoration:underline;
    }

p, ul, li{
    margin-top: 0px;
    margin-bottom: 0px;
}


th {
    font-weight:bold;
    font-size:.8em;
    font-family:arial, sans-serif;
    border-bottom:1px solid;
    }

td {
    font-size:.8em;
    font-family:arial, sans-serif;
    }

form {
      margin-top:0px;
     }

input {
     border:1px solid #888;
     margin:.2em;
     }

input:focus {
  border: 1px solid #666;
  background-color:#FFFE9D;
}

pre {
     font-family:courier;
     font-size: .8em;
    }

#wrapper{
    background:#fff;
    margin:0 auto;
    width:875px;
    margin-top:5px;
}

#left_pane{
  width:610px;
  float:left;
  margin: 10px 0px 10px 0px;
  padding-top:5px;
}

#main {
    background:#fff;
    float:left;
    width:610px;
    font-size:.8em;
    line-height: 1.4em;
    }

#main br {
  font-size:1em;
}

#main a[href $='.pdf'], a[href $='.PDF'] {
    padding-right: 18px;
    background: transparent url(/images/icons/icon_pdf.gif) no-repeat center right;
}

#main a[href $='.doc'], a[href $='.DOC']  {
    padding-right: 18px;
    background: transparent url(/images/icons/icon_doc.gif) no-repeat center right;
}

#main a[href $='.xls'], a[href $='.XLS']  {
    padding-right: 18px;
    background: transparent url(/images/icons/icon_xls.gif) no-repeat center right;
}


#main a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/images/icons/icon_mailto.gif) no-repeat center right;
}

#main th {
    font-size:.8em;
    font-weight:bold;
}

#main td{
    font-size:12px;
}

#cookies {
    float:left;
    width:90%;
    padding-bottom:15px;
    margin:0px;
}

#print_page {
    float:right;
    width:10%;
    text-align:right;
}

#content_title{
    font-weight:bold;
    font-size:1.6em;
    color:#0C2645;
    padding-bottom:10px;
    float:left;
    clear:both;
    }

#content_body {
    padding-top:0px;
    margin-top:0px;
    clear:both;
    float:left;
    width:100%;
}

.buttons {
          padding-top:1em;
         }

.buttons button{
    margin:0 1em 0 0;
    background-color:#f0f0f0;
    border:1px solid #888;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-family:sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#505050;
    cursor:pointer;
    padding:5px 10px 6px 18px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:5px 10px 5px 18px; /* IE6 */
}

.buttons button[type ^="submit"]{
    padding:5px 10px 5px 18px; /* Firefox */
    line-height:17px; /* Safari */
    color:green;
    background-color:#dbdbdb;
    background: transparent url(/images/tick.png) no-repeat left center;
}

.buttons button[type ^="submit"]:hover{
    color:green;
    background-color:#E6EFC2;
}

.buttons button[type ^="reset"]{
    padding:5px 10px 5px 18px; /* Firefox */
    line-height:17px; /* Safari */
    color: red;
    background-color:#f0f0f0;
    background: transparent url(/images/cross.png) no-repeat left center;
}

.buttons button[type ^="reset"]:hover{

    background: transparent url(/images/cross.png) no-repeat left center;
    background-color:#fbe3e4;
}

*:first-child+html button[submit]{
    padding:5px 10px 5px 18px; /* IE7 */
}

*:first-child+html button[reset]{
    padding:5px 10px 5px 18px; /* IE7 */
}

#right_pane{
  width:225px;
  float:right;

  font-size:.8em;
  /*
  margin: 10px 0px 10px 0px;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-bottom:3px solid #aaa;
  border-right:3px solid #aaa;
  padding:5px 0px 5px 3px;*/
  /*
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 6px;*/
}

#sidebar {
    float:right;
    width:200px;
    font-size:.8em;
    border:1px solid;
    }

#content_menu{
    /*
  background-color:#fff;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
    */
    margin-top:10px;

}


#footer_wrapper{
  width:100%;
  background-color:#0c2645;
  clear:both;
}

#footer{
    margin:0 auto;
    width:850px;
    text-align:center;
    font-size:.8em;
    padding-top:5px;
    padding-bottom:5px;
}

#footer a{
  color:#fff;
  font-weight:bold;
  font-size:1em;
  padding-right:30px;
  text-decoration:none;
}

#footer a:hover{
  text-decoration:underline;
}



.paragraph_header{
                  font-weight:bold;
                  color: #0C2645;
                  font-size:1.1em;
                 }

.menu_section_top {
    /*background-color:#354047;*/
    padding-left:5px;
}

.menu_section_top  a:hover {
    text-decoration:none;
}


#content_menu .menu_item_top {
                 font-size: 1.3em;
                 font-weight:bold;
                 /*color:#0C2645;*/
                 color:#fff;
               }

#content_menu .menu_item_top a:hover {
    text-decoration:none;
}



#content_menu .menu_item_2nd{
                 font-size:1em;
                 font-weight:bold;
                 margin-left: .8em;
                 color:#fff;
               }

#content_menu .menu_item_2nd a{
    color:#fff;
}


#content_menu .menu_item_3rd{
                font-size:1em;
                font-weight:normal;
                margin-left: 2em;
                padding-bottom: .3em;
                color:#fff;
               }

#content_menu .menu_item_3rd a{
    color:#fff;
}

#content_menu .menu_item_code {
                 font-size: 1em;
                 font-weight:normal;
                }


.tr_normal {
    background:#fff;
    }


.tr_highlight {
    background: #f7f7f7;
    }


/* Source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* mootools */
/* Datepicker CSS */
table thead tr th {
  padding     :2px 4px;
  background  :#d7d7d7;
  border-bottom:1px solid black; }
table tbody tr td {
  padding     :2px 4px; }
table tbody tr.alt {
  background  :#eaeaea; }
table tbody tr.collapsed td {
  padding     :0px; }
table tbody tr.collapsed td div {
  font-family :Serif;
  white-space :pre;
  font-size   :1.0em;
  margin-left :10px; }

.DatePicker {  background: transparent url("http://localhost/images/calendar.gif") no-repeat center right;  }
div.DatePicker-Container {}
div.DatePicker-Wrapper {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	}

div.DatePicker-Wrapper table {}

div.DatePicker-Wrapper td { padding: 0px; }

div.DatePicker-Wrapper td.nav {}

div.DatePicker-Wrapper td.dayName {
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

div.DatePicker-Wrapper td.day, div.DatePicker-Wrapper td.empty {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

div.DatePicker-Wrapper td.current {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

div.DatePicker-Wrapper td.dp_roll { background-color: #E0E0E0; }


/* Accordion CSS */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: sans-serif;
}

.element {

}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

/* new tooltip stuff */
.tipper {
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
}
a.tipper {
	background-color: #FFF;
	color: #00F;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: rgb(255, 153, 0);
	padding: 8px 8px 4px;
	background: url(/images/tooltip_bg2.gif) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/tooltip_bg2.gif) bottom right;
}
