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

/* global styles */

textarea, input[type="text"], input[type="password"], select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
	margin: 1px;
	padding: 2px;
	line-height: 1em;
}

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

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

.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:4px solid #aaaaaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	margin-bottom: 12px;
}

.windowStyleNormal .windowTitleBar {
	background-image:url(../images/window/window_titlebar.gif);
	background-position: top left;
	border-bottom: 1px solid #aaaaaa;
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	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;
	text-align: left;
	vertical-align: middle;
	font-weight:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.windowStyleNormal .windowContent {
	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;
}

.printviewimage {
	font-size: 11px;
	background: #ffffff;
	text-align: center;
}

/* List Styles */

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

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

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

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

.liststyle .listheadercheckn {
	padding: 5px 3px;
	background: #e9e9e9;
	text-align: center;
	width: 20px;
}

.liststyle .listtext { 
	font-size: 11px;
	padding: 3px;
}

.liststyle .odd { 
	background: #ffffff;
}

.liststyle .even { 
	background: #f0f0f0;
}

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

.liststyle .listRollOverEffect{
	background-color:#ccc;
}

.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 {
	border-right: 3px solid #cc0000;
}

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

/* proposed Solution input */

.commentInput {
	font-size: 11px;
	width: 400px;
	height: 150px;
	background: #ffffff;
	word-wrap: break-word;
	overflow: auto;
	padding: 5px;
	border: 1px solid #B2B8BD;
}

.defaultPOBanner {
	background:url("../images/banners/default/sm_purchaseOrder.png") no-repeat right top;
	height:150px;
	width: 150px;
}

.customPOGifBanner {
	background:url("../images/banners/custom/custom_purchaseOrder.gif") no-repeat center top;
	height:150px;
}

.customPOJpgBanner {
	background:url("../images/banners/custom/custom_purchaseOrder.jpg") no-repeat center top;
	height:150px;
}

.customPOPngBanner {
	background:url("../images/banners/custom/custom_purchaseOrder.png") no-repeat center top;
	height:150px;
}


