
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:link:hover {text-decoration:underline;}
a:visited:hover {text-decoration:underline;}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #ffffff;
}

#container {
	position: relative;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}

.alert {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #e6e6e6;	
}

.defaultBanner {
	background:url("../images/banners/default/sm_login.png") no-repeat center top;
	height:100px;
}

.customGifBanner {
	background:url("../images/banners/custom/custom_login.gif") no-repeat center top;
	height:100px;
}

.customJpgBanner {
	background:url("../images/banners/custom/custom_login.jpg") no-repeat center top;
	height:100px;
}

.customPngBanner {
	background:url("../images/banners/custom/custom_login.png") no-repeat center top;
	height:100px;
}

.centerImage {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/* Window styles */

.windowStyleNormal {
	background-color:#ffffff;
	border:2px solid #aaaaaa;
}

.windowStyleNormal .windowTitleBar {
	background-image:url(../images/window/window_titlebar2.gif);
	background-position: top left;
	border-bottom: 1px solid #aaaaaa;
	background-repeat:repeat-x;
	height:20px;
	line-height:20px;
	position:relative;	/* IMPORTANT */
}

.windowStyleNormal .windowTitleBar .windowTitleInTitleBar {	/* The title text in the title bar */
	padding:1px;
	padding-left:5px;
	font-size:12px;
	color:black;
	vertical-align: middle;
	font-weight:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.windowStyleNormal .windowContent {
	background:url(../images/window/LiveTime_L.gif) top right no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:black;
	position:relative;
	padding:3px;
	text-align: left;
}

.windowStyleNormal .windowContent table {
	position: relative;
}

.windowStyleInline {
	background-color:#eaeaea;
	border:1px solid #aaaaaa;
	position:relative;
}

.windowStyleInline .windowTitleBar {
	background-image:url(../images/window/window_titlebar2.gif);
	background-position: bottom left;
	border-bottom: 1px solid #aaaaaa;
	background-repeat:repeat-x;
	height:4px;
	line-height:4px;
	position:relative;	/* IMPORTANT */
}

.windowStyleInline .windowTitleBar .windowTitleInTitleBar {	/* The title text in the title bar */
	padding:1px;
	padding-left:5px;
	font-size:12px;
	color:black;
	vertical-align: middle;
	font-weight:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.windowStyleInline .windowContent {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:black;
	position:relative;
	padding:3px;
	text-align: left;
}

.windowPane {
	background-color:#ffffff;
	border:1px solid #939393;
	position:relative;
}

.tabline {
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #999999;	
	height: 4px;
	line-height: 0px;
	width: 100%;
	font-size:1px;
}

/* Print View title */

.printviewtitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.printviewhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background:#c9c9c9;
}

.printviewgroup {
	font-size: 11px;
	background:#c9c9c9;
	font-weight: bold;
	text-align: right;
}

.printviewlabel {
	font-size: 11px;
	background:#e9e9e9;
	text-align: right;
}

.printviewtext {
	font-size: 11px;
	background: #ffffff;
	text-align: left;
}

/* List Styles */

.liststyle {
	display: table;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 1;
	empty-cells: show;
	table-layout: auto;
	margin-bottom: 3px;
}

.liststyle .listcolumnbackg {
	padding: 3px;
	border: 1px solid #939393;
	background: url("../images/listcol-n.gif");
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
}

.liststyle .listcolumnbackn {
	padding: 3px;
	background: #e9e9e9;
	border: 1px solid #939393;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
}

.liststyle .listheadercheckg {
	padding: 3px;
	border: 1px solid #939393;
	background: url("../images/listcol-n.gif");
	text-align: center;
	width: 20px;
}

.liststyle .listheadercheckn {
	padding: 3px;
	border: 1px solid #939393;
	background: #e9e9e9;
	text-align: center;
	width: 20px;
}

.liststyle .listtext { 
	font-size: 11px;
	padding: 3px;
	border: 1px solid #939393;
}

.liststyle .odd { 
	background: #ffffff;
}

.liststyle .even { 
	background: #f0f0f0;
}

.liststyle .listbrowser {
	text-align: center;
	padding: 3px;
	border: 1px solid #939393;
	background: #ffffff;
}

.liststyle .sort {
	float: right;
	border: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	display:inline;
}


/* Field properties */

.fieldgroup {
	font-size: 11px;
	background:#c9c9c9;
	font-weight: bold;
	text-align: right;
}

.fieldlabel {
	font-size: 11px;
	background:#e9e9e9;
	text-align: right;
}

.fieldlistheader {
	font-size: 11px;
	background:#e9e9e9;
	text-align: left;
}

.fieldtext {
	font-size: 11px;
	text-align: left;
}

.fielderror {
	font-size: 11px;
	background:#ffffff;
	text-align: left;
	color: red;
}

.fieldpopup {
	font-size: 11px;
}

.fieldrequired {
	color: red;
}

.fieldinput {
	font-size: 11px;
	width: 150px;
}

/* Custom Fields */

.textField {
	font-size: 11px;
}

.dateField {
	font-size: 11px;
}

.popupField {
	font-size: 11px;
}

.selectField {
	font-size: 11px;
}

.messagelabel {
	font-size: 11px;
	font-weight: bold;
}

.messagetext {
	font-size: 11px;
}

/* ------------------------------ 
            list browser        
   ------------------------------*/  

.listBrowser {
	text-align: center;
}

.listBrowser table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 11px;
}

.listBrowser .navLeft {
	width: 40px;
	text-align: left;
}

.listBrowser .navRight {
	width: 40px;
	text-align: right;
}

.listBrowser .roundLeft {
	background: url(../images/status/endcap_left_dark.gif) no-repeat center right;
}

.listBrowser .roundRight {
	background: url(../images/status/endcap_right_dark.gif) no-repeat center left;
}

.listBrowser .results {
	background: url(../images/status/midcap_dark.gif) repeat-x center;
	text-align: center;
}

