/* 
    Document   : main
    Created on : Feb 10, 2009, 2:37:12 PM
    Author     : bryan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html,body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: default;
  overflow: hidden;
}

input.file {
  background-color: #ffffff;  
}

input.text {
  background-color: #ffffff;
  border: 1px solid #a3bde0;
  width: 160px;
  height: 16px;
  font-size: 12px;
  padding: 2px;   
}

input.text:focus {
  border: 1px solid #e44600;
  outline: none;
}

textarea.textarea {
  background-color: #ffffff;
  border: 1px solid #a3bde0;    
}

textarea.textarea:focus {
  outline: none;
  border: 1px solid #e44600;
}

.invisible {
  display: none;  
}

.left {
  float: left;
}

.right {
  float: right;
}

.green_button {
  border: 2px solid #48951a;
  background-color: #5dbe1b;
  color: #ffffff;
  text-align: center;
  padding: 0.25em;
}

.green_button a {
  color: #ffffff; 
}

.red_button {
  border: 2px solid #c12c01;
  background-color: #DD4545;
  color: #ffffff;
  text-align: center;
  padding: 0.25em;
}

.red_button a {
  color: #ffffff; 
}

.orange_button {
    border: 2px solid #D64200;
    background-color: #e44600;
    color: #ffffff;
    text-align: center;
    padding: 0.25em;
    
}

.orange_button a {
  color: #ffffff;
}
.blue_button {
  border: 2px solid #515b5e;
  background-color: #6092d5;
  color: #ffffff;
  text-align: center;
  padding: 0.25em;
}

.blue_button a {
  color: #ffffff;
}

.label {
  padding-right: 5px;
  font-weight: bold;
}

div.clear {
  clear: both;
}

h1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: #232e4b;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 20px;
}

h2 {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  color: #232e4b;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 18px;
}

h3 {
  padding-bottom: 0.125em;
  color: #232e4b;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
}

h4 {
  padding-bottom: 0.125em;
  color: #232e4b;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
}

a { 
  color: #515b5e;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#container {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

div#header {
	margin-top: 5px;
	height: 35px;
	overflow: hidden;
}

div.notice {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-color: #e44600;  
}

div#updated {
  margin-bottom: 15px;
}

div#updated span {
  color: #ffffff;
  font-size: 110%;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-color: #e44600;
}

div#management_sidebar {
  border: 1px solid #a3bde0;
  background-color: #eef2f7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

div#management_sidebar ul {
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #e44600;
}

div#management_sidebar li {
  list-style-type: square;
  list-style-position: inside;    
}

table.info_table {
  border-collapse: collapse;
  border-spacing: 0;
  cursor: default;
  border: 1px solid #a3bde0;
}

table.info_table td, th {
  text-align: left;
}

table.info_table td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 3px;
  padding-right: 2em;
  font-size: 90%;
  white-space: wrap;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

table.info_table th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 5em;
  font-size: 95%;
  background-color: #515b5e;
  color: #ffffff;
}

table.info_table tbody {
  border-bottom: 1px solid #a3bde0;
}

table.info_table tr {
  background-color: #ffffff;
}

table.info_table tbody tr:hover {
  background-color: #dee4f2;
}

table.sortable th {
  text-decoration: none;
}

table.sortable th:hover {
  text-decoration: underline;
  cursor: pointer;
}

table.sortable th.sorttable_nosort:hover {
  text-decoration: none;
  cursor: default;
}

div.navlinks {
  float: right;
  text-align: right;
  font-size: 100%;
}

div.navlinks ul {
  list-style-type: none;
  display: inline;
  text-align: right;
}

div.navlinks ul li {
  display: block;
  float: left;
  text-align: right;
  margin-top: 7px;
  color: #515b5e;
}    

div.navlinks a{
  margin-left: 7px;
  margin-right: 7px;
}

div#footer {
  clear: both;
  margin-top: 15px;
  padding-bottom: 5px;
  height: 30px;
  overflow: hidden;
  border-top: 1px solid #aaaaaa;
}

div#footer div#copyright {
  float: left;
  width: 300px;
  font-size: 11px;
  margin-top: 7px;
  color: #9a9a9a;
}

div#footer div#copyright a {
  color: #9a9a9a;
  font-style: normal;
  font-size: 10px;
}

div#footer div#copyright a:hover {
  color: #777777;
}

#header {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	box-shadow: 0px -4px 10px #808080;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#container, .wrap {
	width: 969px;
	margin: 0 auto;
}

#header #commonslogo {
	display: block;
	float: left;
	height: 30px;
	font-size: 2em;
	line-height: 2.4em;
	text-decoration: none;
	color: #585858;
	font-weight: 100;
	padding-left: 80px;
}

#header #help_link {
	float: right;
	padding-top: 5px;
}

#wrapper{
	clear: both;
	margin-top: 15px;
}
