/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL 
    v1.2
   ================================
*/   

/* ----- General ----- */
body 
{
	background-color: #F5F4F6;
	margin: 0;
	background-image:url('../images/cont_bg.jpg');
	background-repeat:repeat-x;
	background-position: 0px 192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

a {
	color: #333333;
	}

h3 {
	/*color:white;*/
	}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

.content {
	background-image:url("../images/contwrap_bg.gif");
	background-repeat:repeat-x;
	padding-right: 50px;
	}

.content td#LeftPane {
	background-image:url("../images/leftcol_bg.gif");
	background-repeat:no-repeat;
	background-color: #CBCCCE;
	padding-top: 45px;
	padding-bottom:20px;
	text-align:center;	
	}

.content td#ContentPane {
	background-image:url("../images/h1_bg.gif");
	background-repeat:no-repeat;
	padding: 8px 10px;
	}

.content td#RightPane {
	text-align:center;
	padding-top: 45px;
	}
/* ----- Header Controls ----- */
div#header {
	background-image:url('../images/header_bg.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #E0DFDB;
	height: 120px;
	width:100%;
	}

div#header img {
	margin: 30px 0 0 30px;
	}
		
div#header h1, div#header h5{
	display:none;
	}	

/* ----- Top Menu Controls ----- */
div#navwrap 
{
	background-image:url('../images/menu_bg.jpg');
	background-repeat:repeat-x;
	height: 30px;
	}

div#navbar {
	margin-left:10px;
	}
		
/* ----- Global Login ----- */
.LoginTitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	}

.LoginTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: black 1px solid;
	width:200px;
	}

div.globallogin 
{
	position:absolute;
	left:100%;
 	top: 120px;	
	margin-left: -165px;
	width: 165px;
	z-index:5;
	}
	
div.loginbutton {
	padding: 9px 12px 9px 60px;
	margin: 0 0 0 6px;
	height: 30px;
	}
	
div.loginbutton a {
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	}

div.loginbutton a:hover {
	text-decoration: underline;
	display:block;
	}

div.loginbutton a img {
	margin-right:4px;
	}
	
div#loginbox {
	/*visibility: hidden;*/
	border: 1px solid #ffffff;
	border-width: 0 1px 1px 1px;
	background-color: #F5F4F6;
	padding: 10px 0 0 20px;
	display:none;
	height: 120px;
	}
	
div#loginbox a {
	margin-left:3px;
	text-decoration:none;
	}
	
div#loginbox a:hover {
	text-decoration:underline;
	}
	
div#loginbox input {
	margin-bottom: 5px;
	}
	
div#loginbox input.textfield {
	width: 120px;
	font-size:10px;
	}
	
/* ----- Info Controls ----- */
div#infowrap {
	height:16px;
	padding:4px;
	}

div#infowrap div#welcome {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	float:right;
	width:200px;
	}

div#infowrap div#breadcrumb {
	color: #333333;
	}
	
div#breadcrumb span#breadtitle {
	color:#696969;
	}

div#breadcrumb span.arrow {
    background-image:url('../images/gridNext.gif');
    background-position: 5px 5px;
    background-repeat:no-repeat;
    width:13px;
    }

 div#breadcrumb a {
    text-decoration:none;
    }	

div#breadcrumb a:hover {
    text-decoration:underline;
    }

/* ----- Module Title/Banner Controls ----- */
.ModuleTitle   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #333333;
	}

.ModuleTitle hr {
	color:#dcdcdc;
	}

.ModuleBanner {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold; 
    border-bottom: solid 1px #333333;
    text-align:center;
	}

/* ----- Grid Controls ----- */
.GridControl {
	width:100%;
	}

.GridHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

.GridItems {
	background-color:ivory;
	}

.GridAlternatingItems {
	background-color:white;
	}

.GridFooter {
	background-color:whitesmoke;
	/*text-align:right;*/
	}

.GridItems input, .GridAlternatingItems input, .GridFooter input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.GridPager {
	background-color:gainsboro;
	text-align:right;
	}

/* ----- Grid Alpha Pager Controls ----- */
.GridPageControl {
	text-align:center;
	}

.GridDataPagerControl {
	text-align:right;
	}

.GridPageNormal {
	background-color: white;
	font-size:10px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	}

.GridPageSelected {
	background-color: white;
	font-size:10px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	}

/* ----- Grid Filter Control ----- */
.GridFilterDropDown {
	border-right: black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	}
	
.GridFilterEditDataBox {
	border-right:  black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
/* ----- Grid Search Control ----- */
.GridSearchDataBox {
	border-right: black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* ----- Grid Sort Control ----- */
.GridSortDataBox {
	border-right: black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	}
	
/* ----- RichList Controls ----- */
.RichListControl {
	width:100%;
	border-right: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
    border-left: #d5d5d5 1px solid;
    border-bottom: #d5d5d5 1px solid;
	}

.RichListHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2 4 2 4;
	}

.RichListItems {
	background-color:ivory;
	}

.RichListAlternatingItems {
	background-color:white;
	}

.RichListFooter {
	background-color:gainsboro;
	text-align:right;
	border-top: #d5d5d5 1px solid;
	padding:2 4 2 4;
	}
	
/* ----- Field List Controls ----- */
.FieldListControl {
	/*border: solid 1px #ebebeb;*/
}

.FieldListControlCell {
	width:49%;
	vertical-align:top;	
	}

.FieldListControlPadCell {
	width:2%;
	}

.RowTitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
	}
	
.FieldListLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:right;
    width:150px;
    background-color:#dcdcdc;
    border:solid 1px #dcdcdc;
	}    

.FieldListLabelReq {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:right;
    width:150px;
    background-color:#bcbcbc;
    border:solid 1px #bcbcbc; 
	}

.FieldListDatabox {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
    background-color:#ffffff;
    border:solid 1px #cccccc;
	}

.FieldListDataArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width:450px;
    background-color:#ffffff;
    border:solid 1px #cccccc;
	}

.FieldListIcon {
	vertical-align:bottom;
	}

.FieldListCheckBox {
	border-style:none;
	}

.FieldListHidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border-style: none;
    background-color:#ffffff;
    color:#ffffff;
    width:1px;
	}

.FieldListLabelLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
    /*font-weight:bold;*/
    width:150px;
    background-color:#dcdcdc;
    border:solid 1px #ffffff;
    text-align:right;   
	}

.FieldListLabelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
    width:300px;
    background-color:#ececec;
    border:solid 1px #ffffff;
	}

.FieldListPicture {
	margin-left: 20;
	border: solid 1px #333333;
	}

/* ----- Button Controls ----- */
.Button {
	background-color:gainsboro;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
	}
	
div.buttonwrap  {
	margin:10px 0 10px 0;
	}
	
div.spotbuttonred, div.spotbuttonblue, div.spotbuttongreen {
	background-repeat:no-repeat;
	background-position: right center;
	padding: 5px 0 5px 0;
	display:inline;
	/*margin-right:10px;*/
	}
	
div.spotbuttonred div, div.spotbuttonblue div, div.spotbuttongreen div {
	padding: 5px 0 5px 10px;
	margin-right: 10px;
	margin-top:1px;
	display:inline;
	background-repeat:no-repeat;
	background-position: 0px 1px;
	}
	
div.spotbuttonred a, div.spotbuttonblue a, div.spotbuttongreen a {
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	}
	
/* ----- red ----- */
div.spotbuttonred {
	background-image:url("../images/button_red_corner.gif");
	}
	
div.spotbuttonred div {
	background-image:url("../images/button_red_bg.gif");
	}

/* ----- blue ----- */
div.spotbuttonblue {
	background-image:url("../images/button_blue_corner.gif");
	}
	
div.spotbuttonblue div {
	background-image:url("../images/button_blue_bg.gif");
	}
	
/* ----- green ----- */
div.spotbuttongreen {
	background-image:url("../images/button_green_corner.gif");
	}
	
div.spotbuttongreen div {
	background-image:url("../images/button_green_bg.gif");
	}
	
div.spotbuttongreen a {
	color: #333333;
	}
	
/* ----- Miscellaneous Controls ----- */
.errorlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
    color:Red;
    width:80%;
    background-color:Transparent;
	}

/* ----- LinkList Controls ----- */
.LinksListHeader {
	Font-Size:small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	background-color:#0000FF;
	color:white;	
	}

/* ----- Footers ----- */
.footercontent {
	/*border-top: 1px solid #999999;*/
	}

div#footer {
	background-image:url('../images/foot_bg.jpg');
	height:41px;
	}
	
div#footer div {
	margin: 8px 0 0 10px;
	}
		
div#footer div.right {
	float: right;
	margin: 8px 10px 0 0;
	}	




