/* CSS Document */

/* <![CDATA[ */

body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #006699;
	background-repeat: repeat;
	background-position: left top;
	font-size: 12pt;
	}
a:link {
	color: #003366;
}
a:active {
	color: #003366;
}
a:hover {
	color: #33CC00;
}
a:visited {
	color: #003366;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	color: #006699;
	padding: 0px;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #006699;
}
h2 {
	color: #003366;
	font-size: 24px;
	font-weight: bold;
}

#header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 10px;
	border: 1px solid #000000;
	}
#header table {
	width: 100%;
	margin: 0px;
}
#header .logo {
	font-size: 24px;
	font-weight: bold;
	padding: 8px;

}
#header .profile {
	text-align: right;
	padding: 8px;

}
#header .profile .name {
	font-weight: bold;

}
#header .profile .links {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;

}
#header .profile a, #header .profile a:active, #header .profile a:visited {
	background-color: #006699;
	border: 1px solid #006699;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 12px;
	margin: 4px;
}
#header .profile a:hover {
	background-color: #0099FF;

} {

}
#tabs {
    background:#FFFFFF url("../images/bg_tab.gif") repeat-x bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-left-color: black;
	border-bottom-width: 0px;
}

#main {
	min-width:700px;
	overflow: auto;
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	padding: 20px;
	}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}
	
/*Min width fixer for datagrid div*/

#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 10%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }

.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 */


/* ]]> */

/* TAB CSS */

#header-tabs {
	height: 43px;
	width:90%;
	font-size:18px;
	line-height:normal;
    }
#header-tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header-tabs li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header-tabs a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:#6288B7;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header-tabs a {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover {
  color:#003366;
  }
#header-tabs #current {
  background-image:url("../images/left_on.gif");
  border-width:0;
  }
#header-tabs #current a {
  background-image:url("../images/right_on.gif");
  color:#003366;
  padding-bottom:5px;
  }
#overview {
	padding-top:8px;
}
  
#settings-button {
	float: right;
}
.form {
	background-color: #DEDEDE;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #999999;
	text-align: left;
}
.form .textfield {
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 75%;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.form .menu {
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.form .buttons {
	padding-top: 8px;
	padding-bottom: 8px;

}
.button-save a, .button-save a:active, .button-save a:visited {
	background-color: #990000;
	border: 1px solid #990000;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;

}
.button-save a:hover {
	background-color: #FF0000;

}
.button-cancel a, .button-cancel a:active, .button-cancel a:visited {
	background-color: #666666;
	border: 1px solid #666666;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;

}
.button-cancel a:hover {
	background-color: #999999;
}
.rule-line {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 14px;
	background-color: #FFFFFF;
	font-weight: normal;
}
.rule-desc {
	width: 90%;
	margin-left: 20px;
}
.form-field-short {

	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
.form-step-title {
	font-size: 24px;
}
.form-field-desc {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	height: 30px;
	line-height: 32px;
	font-weight: normal;
	font-size: 12px;
}
#title-settings {
	font-size: 12px;
	float: right;
	text-align: right;
}

.title-blue {
	width: 100%;
	background: url(../images/nt.gif) repeat;
	text-align: left;
}
.title-blue .content {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #99CCFF;
	padding-left: 10px;

}
.title-blue .content-link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #99CCFF;
}
.title-blue .top div { background: url(../images/tl.gif) no-repeat top left; }
.title-blue .top { background: url(../images/tr.gif) no-repeat top right; }
.title-blue .bot div { background: url(../images/bl.gif) no-repeat bottom left; }
.title-blue .bot { background: url(../images/br.gif) no-repeat bottom right; }
.title-blue .top div, .title-blue .top, .title-blue .bot div, .title-blue .bot {
width: 100%;
height: 10px;
font-size: 1px;
}
.title-blue .action {
	float: right;
	padding-right: 10px;
}
.title-blue .action a, .title-blue .action a:active, .title-blue .action a:visited {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #34669C;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.title-blue .action a:hover {
	background-color: #99CCFF;
}
.title-red {
	width: 100%;
	background: url(../images/red-nt.gif) repeat;
	text-align: left;
}
.title-red .content {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #FF9999;
	padding-left: 10px;

}
.title-red .content-link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #FF9999;
}
.title-red .top div { background: url(../images/red-tl.gif) no-repeat top left; }
.title-red .top { background: url(../images/red-tr.gif) no-repeat top right; }
.title-red .bot div { background: url(../images/red-bl.gif) no-repeat bottom left; }
.title-red .bot { background: url(../images/red-br.gif) no-repeat bottom right; }
.title-red .top div, .title-red .top, .title-red .bot div, .title-red .bot {
width: 100%;
height: 10px;
font-size: 1px;
}
.title-red .action {
	float: right;
	padding-right: 10px;
}
.title-red .action a, .title-red .action a:active, .title-red .action a:visited {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #640204;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.title-red .action a:hover {
	background-color: #FF9999;
}
.title-green {
	width: 100%;
	background: url(../images/green-nt.gif) repeat;
	text-align: left;
}
.title-green .content {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #00FFCC;
	padding-left: 10px;

}
.title-green .content-link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #00FFCC;
}
.title-green .top div { background: url(../images/green-tl.gif) no-repeat top left; }
.title-green .top { background: url(../images/green-tr.gif) no-repeat top right; }
.title-green .bot div { background: url(../images/green-bl.gif) no-repeat bottom left; }
.title-green .bot { background: url(../images/green-br.gif) no-repeat bottom right; }
.title-green .top div, .title-green .top, .title-green .bot div, .title-green .bot {
width: 100%;
height: 10px;
font-size: 1px;
}
.title-green .action {
	float: right;
	padding-right: 10px;
}
.title-green .action a, .title-green .action a:active, .title-green .action a:visited {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #047674;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.title-green .action a:hover {
	background-color: #00FFCC;
}
.title-gray {
	width: 100%;
	background: url(../images/gray-nt.gif) repeat;
	text-align: left;
}
.title-gray .content {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	padding-left: 10px;

}
.title-gray .content-link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}
.title-gray .title-pad {
	padding-bottom: 5px;
}
.title-gray .top div { background: url(../images/gray-tl.gif) no-repeat top left; }
.title-gray .top { background: url(../images/gray-tr.gif) no-repeat top right; }
.title-gray .bot div { background: url(../images/gray-bl.gif) no-repeat bottom left; }
.title-gray .bot { background: url(../images/gray-br.gif) no-repeat bottom right; }
.title-gray .top div, .title-gray .top, .title-gray .bot div, .title-gray .bot {
width: 100%;
height: 10px;
font-size: 1px;
}
.title-gray .action {
	float: right;
	padding-right: 10px;
}
.title-gray .action a, .title-gray .action a:active, .title-gray .action a:visited {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #646664;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.title-gray .action a:hover {
	background-color: #CCCCCC;
}

#main table {
}
#main .spacer {
	height: 20px;
}

#main .table-wrapper {
	width: 95%;
	text-align: left;
	margin-bottom: 30px;
}

#main td {
	padding: 2px;
	font-size: 16px;
	color: #333333;
	margin: 0px;
}
#main .table-header {
	background-color: #EEEEEE;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
#main .table-header a, #main .table-header a:visited, #main .table-header a:active {
	color: #34669C;
	text-decoration: none;
	padding: 2px;

}
#main .table-header a:hover {
	padding: 2px;
	color: #8DC0F3;
	background-color: #34669C;

}
#main .table-row-even {
	background-color: #EEEEEE;
}
#main .table-row {
	background-color: #FFFFFF;
}
#main table .cell {
	font-size: 14px;
	text-align: left;
	
}
#main .table-header-row {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 10px;
}
.form .textfield-short {

	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.form-title {
	background-color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	border: 1px solid #999999;
	text-align: left;
	padding: 8px;
}
.button-other a, .button-other a:active, .button-other a:visited {

	background-color: #009966;
	border: 1px solid #009966;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.button-other a:hover {

	background-color: #00CC99;
}
.login {
	width: 300px;
	margin-top: 50px;
}.login-label {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.login-textfield {
	font-size: 18px;
	color: #003366;
	width: 100%;
	margin-bottom: 10px;
}
.login-error {
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 4px;
	margin-bottom: 10px;
}
.bell {
	float: right;
	clear: none;
	padding-left: 20px;
}
#alerts td {
	text-align: left;
	font-size: 14px;
}


.form .label {
	font-size: 12px;
	width: 150px;
	color: #888888;
	background-color: #BBBBBB;
	text-align: right;
	height: 40px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
.form .cell {
	padding-left: 10px;
}
.form #contact-match {
	background-color: #FFFFFF;
	padding: 10px;
}
.table-outline {
	padding: 10px;
	border: 1px solid #999999;
}
#chatForm {
	padding: 10px;
	background-color:#CCCCCC;
}
#chatForm textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	background-color:#FFFFFF;
	color: #333333;
	padding: 4px;
	overflow: visible;
	height: 40px;
	margin: 0px;
	margin-bottom: 4px;
}
#chatForm select {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	background-color:#FFFFFF;
	color: #333333;
	margin-bottom: 4px;
}
#chatForm input {
	color: #FFFFFF;
	font-weight: bold;
}
#chatForm .submit {
	background-color:#009966;
	font-weight: bold;
}
#chatForm .cancel {
	background-color:#660000;
	font-weight: bold;
}
.completion-bar {
	font-size:8pt;
	color: #FFFFFF
}