@import url(messages.css);
@import url(displaytag.css);
@import url(coolwindow.css);
@import url(tableform.css);


.nowrap 
{
	white-space:nowrap;
}




a, .cmMenu, .cmItem {
    color: #0053A1;
}

a:visited, body#login div#menu a:visited {
    color: #4b0082;
}

div#activeUsers a,div#userStatus a{
	color: #ffffff ;
	font-weight: bold;
	text-decoration: none;
}

a:hover, .cmMenuOver, .cmItemOver {
    background-color: transparent;
    color: #FF9900 !important; 
    text-decoration: underline;
}

a img { border: 0 }

/* 0 means zero regardless of measurement */
body {
    color: #0053A1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;

	scrollbar-face-color:#a7d7f4; 
    scrollbar-shadow-color:#FFFFFF; 
    scrollbar-highlight-color:#FFFFFF; 
    scrollbar-3dlight-color:#FFFFFF; 
    scrollbar-darkshadow-color:#FFFFFF; 
    scrollbar-track-color:#FFFFFF; 
    scrollbar-arrow-color:#FFFFFF;
}

div#menubg {
	position: absolute;
	top: 47px;
	left: 0px;
}	
	
div#activeUsers {
    position: absolute;
    left: 860px;
    top: 50px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
	color: #ffffff;
	z-index: 100;
	white-space: nowrap;
	       
}



div#content {
    margin: 0px 10px 50px 10px;
    padding: 10px;
    text-align: left;
}

div#content>p {margin:10px 0px}

div#toolbar {
	position: absolute;
	top: 30px;
	right: 10px;
}

div#footer {
    background: transparent;
    color: #000;
    font-size: 0.9em;
    text-align: left;
    background-image: url("../images/footer.gif");
    background-repeat: repeat-x;
    line-height:18px;
    
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 56px;
    /*width:1003px;*/
    margin: 0px;
    
}

div#footer a, div#footer a:visited {
    background: transparent;
    color: #000;
}

div#footer a:hover {
    background: transparent;
    border-bottom: 1px dashed #FFA500;
    color: #000000;
    text-decoration: none;
    
}


div#header {	
    margin: 51px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height: 16px; /* 14px + 17px + 2px = 33px */
    border-style: hidden;    
    line-height: 14px;
    background-color: transparent;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family: inherit;
    height:24px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height: 14px;}

body#login #content, body#signup #content {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}


div#loginTable th {
    text-align: right;
}

div#menu {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 190px;
    padding: 10px;
    line-height: 17px;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 166px;    
}
/* Again, "be nice to Opera 5". */
body>div#menu {width: 150px;}

div#menu a:visited {
    background: transparent;
    color: black;
}

div#flags {
    position: absolute;
    left: 20px;
    top: 10px;
}

div#userStatus {
    position: absolute;
    left: 700px;
    top: 50px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
	color: #ffffff;
	z-index: 100;
	white-space: nowrap;
}

div#switchLocale {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: .9em;
    line-height: 1.2;
}

div#validators {
    float: right;
}

div.separator {
    border-bottom: 1px solid #81bce5; 
    margin: 10px 0px; 
    width: 90%;
}

div.standardsNote {
    display: none;
}

form, table {
    margin: 0;
    padding: 0;
}


/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form select {
 
}

form textarea {

}


form input.focus, form textarea.focus {
 	background-color: #e1f0fd;
}

form select {
    padding-left: 0px;
}

.textInput, .passwordInput, .fileInput, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #336699
}

.buttonInput, .submitInput, .resetInput, button, .button {

	width: auto;
	margin: 1px;
	BORDER-RIGHT: #7EBF4F 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7EBF4F 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997); BORDER-LEFT: #7EBF4F 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #7EBF4F 1px solid
}



h1 {
    color: #ccc;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font-size: 12px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}


/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th, table.detail td.label {
    text-align: right;
    padding: 0px 3px 0px 0px;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
    padding: 0px;
}

table.detail td label, table.detail td input {
    vertical-align: middle;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail span.buttonBar {
    position: relative;
    top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    border-color: #eee;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}

table.pickList th.pickLabel {
    text-align: center;
    background: transparent;
    color: #666;
}

table.pickList td {
    text-align: center;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 12px;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}


.standardTable {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    padding: 2;
    border-style: solid;
    border-width: 1px;
}

.standardTable_Header {
	color: #000000;
    background-color: silver;
    padding: 3;
    text-align: center;
    border: none;
}

.standardTable_SortHeader {
    background-color: silver;
    color: #000000;
    padding: 3;
    text-align: center;
    border: none;
    font-weight: bold;
}

.standardTable_Footer {
    background-color: #FFFFE0;
}

.standardTable_Row1 {
    background-color: #ffffca;
}

.standardTable_Row2 {
    background-color: #FFFFFF;
}

.standardTable_Column {
}

.standardTable_ColumnCentered {
    text-align: center
}


.help {position:relative;text-decoration:none;font-size:12px;width:16px;text-align:center;border:0px; height:16px; line-height:25px;}
.help:hover {background:#fff;color:#333;text-decoration:none;}
.help span {display: none; text-decoration:none;}
.help:hover span {display:block;text-decoration:none;position:absolute;top:0px;left:25px;width:180px;border:1px solid #ff0000; background:#fff; color:#000;padding:5px;text-align:left;}






