/* CSS Document */

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	color:#555555;
	background-color:#FFFFFF;
	text-align:left;
}

input [type=submit] {
	width:auto;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-right:7px;
}

input [type=clear] {
	width:auto;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-right:7px;
}

a {
	color:#bf5d61;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#bf0008;
}

acronym {
	cursor:help;
	text-decoration: underline;
}

ol,ul {

}

li {
	list-style-image:url(images/li.gif);
	line-height:20px;
	text-align:left;
}


#menu {
	width:100%;
	padding-top:17px;
	padding-bottom:20px;
	background-color:#6b79a5;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	background-image:url(images/menu.gif);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}

#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #4d5d83;
	border-right:1px solid #7d97d4;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(images/a_hover.jpg);
}

#breadcrumb {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#4d5d83;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
}

#breadcrumb a {
	color:#FFFFFF;
	text-decoration:none;	
}

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

#account-alert {
	padding-left:5px;
	padding-bottom:2px;
	background-color:#bf5d61;
	color:#ffffff;
}

#account-alert a { 
	color:#ffffff;
}

#account-alert a:hover {
	color:#ffffff;
	text-decoration:underline
}

#netdb-alert {
	padding-bottom:2px;
	background-color:#bf5d61;
	color:#ffffff;
}

#netdb-alert a { 
	color:#ffffff;
}

#netdb-alert a:hover {
	color:#ffffff;
	text-decoration:underline
}

#sysinfo {
	padding-bottom:2px;
	background-color:#ef7f72;
	color:#000000;
}

#sysinfo table {
        border-color: #000000;
        border-width: 1px;
        border-style: solid;
        border-collapse: collapse;
        border-spacing: 0px;
}

#sysinfo td {
        border-bottom-width: 1px;
        border-bottom-color: #000000;
        border-bottom-style: dotted;
        padding: 3px;
}

#sysinfo th {
        border-bottom-width: 1px;
        border-bottom-color: #000000;
        border-bottom-style: solid;
}


#header {
	width:60%;
	margin:0 auto 0 auto;
	margin-bottom:0px;
	margin-top:40px;
}

#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#000066;
	margin-bottom:10px;
	text-align:left;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#module-table {
	border-collapse:collapse;
	border-color:#bbbbbb;
	border-spacing:2px;
}
#module-table td {
	padding:2px;
}

#header_front {
	margin:0 50px 0 50px;
	margin-bottom:40px;
	border-bottom:1px solid #eeeeee;
}
#header_front h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:45px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#000066;
	margin-bottom:30px;
	text-align:center;
}

#front_buttons {
	width:800px;
	height:220px;
	clear:both;
}

#front_buttons h2 a {
	font-family:"arial black", sans-serif;
	font-size:28px;
	margin-bottom:0px;
	font-weight: normal;
	color: #000066;
}

#front_buttons h1 a {
	font-family:"arial black", sans-serif;
	font-size:40px;
	margin-bottom:0px;
	font-weight: normal;
	color: #000066;
}

#front_buttons h3 a {
	font-family:"arial black", sans-serif;
	font-size:20px;
	font-weight: normal;
	color: #000066;
	margin: auto auto auto auto;
}

#front_buttons hr {
	height: 3px;
	background-color: #444444;
	width: 100%;
	color: #444444;
}

#front_buttons form {
	font-size:12px;
	font-family:"arial black", sans-serif;
	color: #000066;
}

#front_buttons form input[type=submit] {
	font-size:20px;
	color: #FFFFFF;
	background-color: #000066;
}

/* Rounded corners for boxes on index page */
.box {
	background: url(images/tl.png) no-repeat top left;
	width: 250px;
	float:left;
	margin: auto 7px auto 7px;
}
.mbox {
	background: url(images/tl.png) no-repeat top left;
	width: 200px;
	float:left;
	margin: auto 7px auto 7px;
}
.top {
	background: url(images/tr.png) no-repeat top right;
	height: 25px;
}
.bottom {
	background: url(images/bl.png) no-repeat bottom left;
	height: 25px;
}
.bottom div {
	background: url(images/br.png) no-repeat bottom right;
}
.boxcontent {
	background: url(images/r.png) top right repeat-y;
}
.top div,.top,.bottom div, .bottom {
	width: 100%;
	height: 24px;
	font-size: 1px;
}
.boxcontent, .bottom {
	margin-top: -22px;
}
.boxcontent { 
	padding: 0 10px 10px;
	vertical-align: middle;
}

#content {
/*	width:720px; */
	margin: auto 40px auto 40px;
	clear:both;
	text-align:left;
	padding-top:10px;
/*	margin-bottom:15px;
#	overflow:auto;   make it look good on Mozilla 
#	
#	background-repeat:no-repeat;
#	background-image:url(images/desc.jpg);
#	background-position:top left; */
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#495783;
	text-indent:25px;
	padding-left:30px;
	padding-right:200px;
	padding-bottom:0;
	padding-top:10px;
	text-align:left;
}
.logo {
	float:right;
	margin-right:0px;
}
.clearer {
	clear:both;
}

#mainbar {
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#495783;
}

#mainbar a {
	color:#000066;
	font-weight:normal;
	text-decoration:underline;
}

#mainbar a:hover {
	color:#bf5d61;
	text-decoration:underline;
}

#mainbar p {
	padding:15px;
	line-height:20px;
}

#mainbar img {
	border:none;
}

/* The following is for tables in the main bar */
#mainbar table {
	border-collapse: collapse;
	border: 3px solid #eeeeee;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	width: 100%;
}
#mainbar table.form-table { /* turn off borders on form tables */
	border: 0px
}
#mainbar table td {
	padding: 0px 10px;
	background: #fff;
	color: #444444;
	border: 1px solid #cccccc;
}
#mainbar table td.small {
	font-size: 10px;
}
#mainbar table th {
	padding: 5px 10px;
	background: #fff;
	color: #495783;
	font-weight: bold;
	font-variant: normal;
	font-size: 1em;
	border: 1px solid #cccccc;
}
#mainbar table tr.popout:hover td {
	background-color: #ffffff;
}
#mainbar table tr.odd {
	border: 1px solid #cccccc;
}
#mainbar table tr.odd td, tr.odd th {
	background: #ffffff; /*#F0F8FF; */
}

/* Extra colors */
#mainbar table tr.highlight td {
  background-color: #faffb2;
  background-image: url(images/white.gif);
  background-repeat: repeat; 
}
#mainbar table tr.highlight_odd td {
  background-color: #faffb2;     /*fefff0;*/
  background-image: url(images/white.gif);
  background-repeat: repeat; 
}
#mainbar table tr.owned td {
  background-color: #eeeeff;
}
#mainbar table tr.owned_odd td {
  background-color: #eeeeff;     /*f6f6ff eeeeff;*/
}
#mainbar table tr.closed td {
  background-color: #E8E8E8;
}
#mainbar table tr.closed_odd td {
  background-color: #E8E8E8;     /*eeeeee;*/
}
#mainbar table tr.newowned td {
  background-color: #eeeeff;
  background-image: url(images/white.gif);
  background-repeat: repeat; 
}
#mainbar table tr.newowned_odd td {
  background-color: #eeeeff;
  background-image: url(images/white.gif);
  background-repeat: repeat; 
}
#mainbar table tr.assigned td {
  background-color: #e6fac8;
}
#mainbar table tr.assigned_odd td {
  background-color: #e6fac8;
}
#mainbar table tr.assignednew td {
  background-color: #e6fac8;
  background-image: url(images/white.gif);
  background-repeat: repeat; 
}
#mainbar table tr.assignednew_odd td {
  background-color: #e6fac8;
  background-image: url(images/white.gif);
  background-repeat: repeat; 
}
#mainbar table tr.urgent td {
  border-top: 2px solid #ff5555;
  border-bottom: 2px solid #ff5555;
  border-left: 1px solid #ff5555;
  border-right: 1px solid #ff5555;
  background-color: #fac8c8;
}
#mainbar table tr.urgent_odd td {
  border-top: 2px solid #ff5555;
  border-bottom: 2px solid #ff5555;
  border-right: 1px solid #ff5555;
  border-left: 1px solid #ff5555;
  background-color: #fac8c8;
}

#mainbar table tr.warning td {
  background-color: #ffe2b9;
}
#mainbar table tr.error td {
  background-color: #ffdde0;
}



#mainbar table tr.odd:hover td {
  background-color: #eeeeee; /*#F0F8FF; */
}
#mainbar table tr.highlight:hover td {
  background-color: #faffb2;
  background-image: url(images/gray.gif);
  background-repeat: repeat; 
}
#mainbar table tr.highlight_odd:hover td {
  background-color: #faffb2;     /*fefff0;*/
  background-image: url(images/gray.gif);
  background-repeat: repeat; 
}
#mainbar table tr.owned:hover td {
  background-color: #e1e1fc;
}
#mainbar table tr.owned_odd:hover td {
  background-color: #e1e1fc;     /*f6f6ff eeeeff;*/
}
#mainbar table tr.closed:hover td {
  background-color: #dedede;
}
#mainbar table tr.closed_odd:hover td {
  background-color: #dedede;     /*eeeeee;*/
}
#mainbar table tr.newowned:hover td {
  background-color: #eeeeff;
  background-image: url(images/gray.gif);
  background-repeat: repeat; 
}
#mainbar table tr.newowned_odd:hover td {
  background-color: #eeeeff;
  background-image: url(images/gray.gif);
  background-repeat: repeat; 
}
#mainbar table tr.assigned:hover td{
  background-color: #d8faa5;
}
#mainbar table tr.assigned_odd:hover td{
  background-color: #d8faa5;
}
#mainbar table tr.assignednew:hover td{
  background-color: #e6fac8;
  background-image: url(images/gray.gif);
  background-repeat: repeat; 
}
#mainbar table tr.assignednew_odd:hover td{
  background-color: #e6fac8;
  background-image: url(images/gray.gif);
  background-repeat: repeat; 
}
#mainbar table tr.urgent:hover td {
  background-color: #faa5a5; 
}
#mainbar table tr.urgent_odd:hover td {
  background-color: #faa5a5;
}
#mainbar table tr:hover td {
  background-color: #eeeeee; 
}

#mainbar table td.thread-subj a {
	display: block;
	width: 100%;
	height: 100%;
}

#mainbar table tr td a {
	color: #555555;
	font-weight:normal;
	text-decoration:none;
}
#mainbar table tr td a:visited {
	color: #555555;
}
#mainbar table tr td a:hover {
	color: #222222;
	font-weight:normal;
	text-decoration:underline;
}
#mainbar table tr td a:active {
	color: #555555;
}
/* This is the end of the mainbar table */

/* Post threading CSS */
.postheader {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	background-color: #4d5d83;
	color: #ffffff;
	padding:2px;
}

.postheader-unread {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	background-color: #ffcc00;
	color: #444444;
	padding:2px;
}

.postbody {
	font-family: arial,sans-serif;  /*"Courier New", "Times new roman";*/
	font-size:14px;
	color: #000000;
	padding: 2px 2px 2px 2px;
	border:1px solid #4d5d83;
	margin-bottom: 10px;
	overflow: auto;
}

.postbody a {
	color: #0000ff;
	text-decoration: underline;
}

.postfooter {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: #ffffff;
	padding:2px;
}

.postthreaded {
	padding-left: 15px;
	border-left: 4px solid #4d5d83;
}

.hiddenreply {
	padding-left: 15px;
	border-left: 4px solid #4d5d83;
	display: none;
}
/* End Post threading CSS */

#footer {
	width:100%;
	background-color:#8d9bc6;
	border-top:1px solid #aebde6;
	border-bottom:5px solid #6b79a5;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}

#footer a {
	color:#3f538f;
}
#footer a:hover {
	color:#1d398f;
}

div.popup {
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    visibility:hidden;
    height:100px;
    width:600px;
}
