/* 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: #666666;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#060C56;
}

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

ol,ul {

}

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

#menu {	
	width:100%;
	padding-top:15px;
	padding-bottom:18px;
	background-color:#060C56;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
/*	background-image:url(/shared/images/menu.gif);*/
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:15px;
	padding-bottom:18px;
	
}
#menu a:hover {
/*	border-bottom:1px solid #ffffff;
	border-left:1px solid #4d5d83;
	border-right:1px solid #7d97d4;*/
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	background-color:#FFFFFF;
/*	background-image:url(/shared/images/a_hover.jpg);*/
}
#menu span#ecelinks {
      color: #EDC35E;
      font-size: 14px;
      margin: 0px;
      padding: 0px;
}

#breadcrumb {
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#EDC35E;
	margin-bottom:40px;
	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;
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:90px;
}

#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;
}

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

.introduction {
	position:absolute;
	left: 200px; top: 150px;
	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 {
	position: absolute;
	top: 160px; left: 20px;
	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:#666666;
	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;
}
#mainbar table.form-table { /* turn off borders on form tables */
	border: 0px
}
#mainbar table td {
	background: #fff;
	color: #444444;
	border: 1px solid #cccccc;
}
#mainbar table td.small {
	font-size: 10px;
}
#mainbar table th {
	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: #fcffcf;
}
#mainbar table tr.highlight_odd td {
	background-color: #fcffcf;     /*fefff0;*/
}
#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: #f7f7f7;
}
#mainbar table tr.closed_odd td {
	background-color: #f7f7f7;     /*eeeeee;*/
}
#mainbar table tr.warning td {
	background-color: #ffe2b9;
}
#mainbar table tr.error td {
	background-color: #ffdde0;
}

#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 */

#footer {
	width:100%;
	background-color:#060C56;
	border-top:0px solid #EDC35E;
	border-bottom:4px solid #EDC35E;
	margin-top: 20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#CCCCCC;
}

#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#CCCCCC;
}

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

