/* CSS Document */
@import url("olympus.css");
body {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
a {
	color:#0000FF;
	text-decoration:none;
	border:none;
}
a:hover {
	text-decoration:underline;
	border:none;
	cursor:pointer;
}
img {
	border:none;
}
p {	
	text-align:justify;
}
h3 {
	text-align:center;
	font-size:12px;
}
h2 {
	font-size:13px;
}
h1 {
	font-size:14px;
	text-align:center;
}
div.hidden {
	display:none;
}
div.shown {
	display:block;
}
div.LoginBox {
	text-align:center;
	background-color: #ffffff;
	padding: 25px;
	width: 300px;
	border: 3px solid #55aa22;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 25%;
	left: 35%;
}
div.highlight {
	background-color:#CCCCCC;
	border:1px solid #FFFFFF;
	padding:3px;
	font-size:12px;
}
div.LoginBox th, div.main th {
	text-align:right;
}
div.LoginBox td, div.main td {
	text-align:left;
}
div#menu {
	float:left;
	width:200px;
	list-style:none;
}
div#menu ul {
	margin-left:0;
	list-style:none;
	text-indent:0;
	padding:5px 3px;
}
div#menu ul li {
	list-style:none;
	margin-bottom:5px;
}
div.main {
	width:700px;
	margin-left:210px;
}
div.error {
	width:80%;
	margin:10px auto;
	border:1px #FF0000 solid;
	background:#FFFFCC;
	text-align:center;
	padding:4px;
	margin-bottom:5px;
}
div.success_message, div.success {
	border:#00CC00 1px solid;
	background-color:#FFFFCC;
	width:80%;
	margin:10px auto;
	text-align:center;
	padding:15px 0px;
}
div#summary_left {
	float:left;
	width:350px;
}
div#summary_right {
	width:310px;
	margin-left:355px;
}
div.instructions {
	background-color:#F0FAFF;
	border: 1px dashed #142933;
	padding: 0.5em 2em;
	max-width: 90%;
	width: 600px;
	margin: 1em auto;
}
/**
 * Grid tables are those with the highlight row on hover effect
 */
table.grid {
	margin: 0 auto;
	width: 90%;
}
table.grid tr {
	background-color:#FFFFFF;
}
table.grid tr.error {
	background-color:#FF9999;
}
table.grid tr.error:hover {
	background-color:#660000;
	color:#FFFFFF;
}
table.grid tr:hover {
	background-color:#FF9933;
}
table.grid th {
	text-align:center;
	background-color:#D7D7D7;
	border:1px #FFFFFF solid;
	padding:5px 0;
	font-size:10px;
}
table.grid td {
	text-align:center;
	padding:5px 0;
	border-bottom:1px #CCCCCC solid;
	font-size:10px;
}
/**
 * A table where a row is expected to change color on some event (ie something
 * is selected) 
 */
TABLE.match TR {
	cursor: pointer;
}
TABLE.match TR.match_automatic {
	background-color:#E5E5E5;
}
TABLE.match TR.match_manual {
	background-color:#BFBFBF;
}
TABLE.match TR.match_no {
	background-color:#FFFFFF;
}
TABLE.match TR.match_no_14 {
	background-color:#FFCC66;
}
TABLE.match TR.match_no_30 {
	background-color:#FB0000;
	color:#FFFFFF;
}
TABLE.match TR.voided {
	background-color: black;
	color: white;
}
TABLE.match TR:hover {
	background-color:#FF9933;
	color:#000000;
}
TABLE.match TR.temp_matching {
	background-color: #BEE0FC;
}
TABLE.match TR.temp_matching:hover {
	background-color: #6DE5F7;
}
TABLE.match INPUT[type="checkbox"] {
	display: none;
}
TABLE.match INPUT[type="checkbox"].visible {
	display: inline;
}
div#searchBox {
	padding:7px;
	text-align:center;
	width:60%;
	border:1px solid #000000;
	margin:10px auto;
}
span#TotalBandwith {
	visibility:hidden;
}
div#publicIP_field, div#vlan_field {
	display:none;
}
div.ErrorMsg {
	border:#FF0000 1px solid;
	background-color:#FFFFCC;
	padding:3px;
}
ul.menu li {
	list-style:none;
	padding:0px;
	margin:0;
	text-align:left;
}
ul.menu {
	padding:0px;
	margin-top:20px;
	text-align:left;
}
ul.menu li.titles {
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
}
table.form {
	width: 70%;
	margin: 0 auto;
}
table.form th {
	min-width: 35%;
	text-align:right;
	padding-right: 1em;
}
table.form td {
	text-align:left;
}
table.form td[colspan] {
	text-align: center;             
}
div#curtain {
	width:100%;
	height:100%;
	z-index:7;
	background-color:#FFFFFF;
	opacity: 0.70;
	filter:alpha(opacity=70);
	position:fixed;
	top:0px;
	left:0px;
	display:none;
}
img.icon {
	max-height: 20px;
	max-width: 20px;
	margin: 3px;	
}
img.icon_m {
	max-height: 30px;
	max-width: 30px;
}
img.grayedOut, img[disabled] {
	opacity: 0.4;
    filter: alpha(opacity=40);
}

/*
* Widgets on welcome screens
*/
div.dashboard_info {
	width: 20%;
	border: 2px solid #999999;
	float: left;
	padding: 0;
	margin: 10px 5%;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	height: 200px;
	display: block;

	/* Hoping at some point this will follow a standard */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.dashboard_info h2 {
	color: #FFFFFF;
	background-color: #999999;
	width: 100%;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
div.dashboard_info ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 2em 0 2em;
}
div.dashboard_info ul li {
	margin-bottom: 0.5em;
}

/**
Printer styles
*/
@media print {
	.noprint {
		display: none;
	}
}

img[onclick] {
	cursor: pointer;
}