/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL 
    v1.2
   ================================
*/

/* ----- General ----- */
body {
/* 	background-image:url('../Images/bg_body.jpg');
	background-repeat:repeat-x;
		background-color:#CCCCCC;*/
background-image:url('../Images/greenleaf.jpg');
background-repeat:repeat;
font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	margin:0;
	padding:0;
	}

div#PageDiv
{
width:99%;
background-image:url('../Images/greenleaf.jpg');
background-repeat:repeat;
margin-left:2px;
}

a {
	color: #ff6600;
	}

table {
	font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

.content {
 	background-color: #ffffff;
	}

/* ----- Header Controls ----- */
div#header {
	background-image:url('../images/bg_head_manager.jpg');
	}
	
div#header {
	background-repeat:no-repeat;
	height:80px;
	width:980px;
	margin:0;
	padding:0;
	}
	
div#header h1, div#header h5 {
	display:none;
	}
		
/* ----- Top Menu Controls ----- */
div#navwrap {
	height: 26px;
	background-color:#ff6600;
	text-align:left;
	width: 980px;
	}

div#navbar {
	margin:0;
	}
	
div#navbar div#banner {
	color:#FFDBC4;
	padding:5 0 0 15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	}

/* ----- 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;
	
 	top: 97px;	
	margin-left: 820px;
	width: 150px;
	z-index:5;
	}
	
div.loginbutton {
	border: solid 1px #FFDBC4;
	background-color: #ff6600;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	}
	
div.loginbutton a {
	color: #FFDBC4;
	text-decoration: none;
	padding: 3px 5px 3px 4px;
	display:block;
	}

div.loginbutton a:hover {
	color: #993300;
	text-decoration: none;
	padding: 3px 5px 3px 4px;
	display:block;
	}
	
div#loginbox {
	/*visibility: hidden;*/
	border: solid 1px #ff6600;
	border-width: 0 1px 1px 1px;
	background-color: white;
	padding: 10px 0 0 20px;
	display:none;
	height: 120px;
	}
	
div#loginbox a {
	color: #ff6600;
	margin-left:3px;
	text-decoration:none;
	}
	
div#loginbox input {
	margin-bottom: 5px;
	}
	
div#loginbox input.textfield {
	width: 120px;
	font-size:10px;
	}
	
/* ----- Info Controls ----- */
div#infowrap {
	background-color:#ffffff;
	height:11px;
	padding:5px;
	}

div#infowrap div#welcome {
	font-weight:bold;
	font-size: 0.8em;
	color: #ff6600;
	text-align:right;
	background-color:White;
	float:right;
/* 	width:100%;*/
	}

/* Bread Crumbs */
div#infowrap div#breadcrumb {
	color: #333333;
	font-size:x-small;
	background-color:White;
	float:left;
	vertical-align:middle;
	}
	
div#breadcrumb span#breadtitle {
	font-size:x-small;
	}

div#breadcrumb span.arrow {
    background-image:url('../images/gridNext.gif');
    background-repeat:no-repeat;
    padding-left:10px;
    padding-top:6px;
    font-size:0px;
    color:White;
    overflow:hidden;
    background-position: 5px;
       }

 div#breadcrumb a {
    text-decoration:none;
    color:#E51837;
    }	

div#breadcrumb a:hover {
    text-decoration:underline;
} 
    	
/* ----- Module Title/Banner Controls ----- */
.ModuleTitle   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    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:#FFFFF0;
	}

.GridAlternatingItems {
	background-color:white;
	}

.GridFooter {
	background-color:#F5F5F5;
	/*text-align:right;*/
	}

.GridItems input, .GridAlternatingItems input, .GridFooter input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.GridPager {
	background-color:#DCDCDC;
	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: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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:#FFFFF0;
	}

.RichListAlternatingItems {
	background-color:white;
	}

.RichListFooter {
	background-color:#DCDCDC;
	text-align:right;
	border-top: #d5d5d5 1px solid;
	padding:2 4 2 4;
	}
	
/* ----- Field List Controls ----- */
.FieldListControl {
/*	border: solid 1px #ebebeb;*/

}

.FieldListControl2
{
	 font-size:0.9em;
}

.FieldListControlCell {
	width:49%;
	vertical-align:top;	
	}

.FieldListControlPadCell {
/*	width:2%;*/
	}

.RowTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	}
	
.FieldListLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:right;
    width:150px;
    background-color:#dcdcdc;
    border:solid 1px #dcdcdc;
	}    

.FieldListLabelReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:right;
    width:150px;
    background-color:#bcbcbc;
    border:solid 1px #bcbcbc; 
	}

.FieldListDatabox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
    background-color:#ffffff;
    border:solid 1px #cccccc;
	}

.FieldListDataArea {
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-style: none;
    background-color:#ffffff;
    color:#ffffff;
    width:1px;
	}

.FieldListLabelLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    /*font-weight:bold;*/
    width:150px;
    background-color:#dcdcdc;
    border:solid 1px #ffffff;
    text-align:right;   
	}

.FieldListLabelLabelLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    /*font-weight:bold;*/
    width:150px;
    background-color:#dcdcdc;
    text-align:Left;   
	}
.FieldListLabelText {
	font-family: Verdana, 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,.button
{
	background-color:#DCDCDC;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
	}
	.ButtonOrange,.buttonorange
{
	background-color:Orange;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana, 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,.ErrorLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
    color:Red;
    
    width:80%;
    background-color:Transparent;
	}
	
.errorlabelBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
    color:Red;
    
    width:80%;
    background-color:Transparent;
	}

.ErrorArea
{
 background-color:#33ff99;
  border-width:0px;
  height:0px;
  border-color:White;
}

	
/* ----- Resources Module ----- */	

Div.FileListUpload
{
width:400px;
height:360px;
background-color:White;
float:left;
}

div.FolderListUploadBlock
{
background-color:#f7f7f7;
height:320px;

}
Div.FileListGridUpload
{
float:left;	
width:550px;
height:370px;
background-color:#f7f7f7;
}

/* ----- Popup files/folders ----- */	

	
Div.FolderListSearch
{
width:250px;
height:400px;
background-color:White;
padding-right:5px;
 float:left;
 text-align:left;	
}

div.FolderListSearchUpload
{
background-color:White;
width:380px;
height:390px;
float:left;
}


div.FolderListSearchUploadBlock
{
background-color:White;

width:500px;
height:380px;
padding-right:20px;
 float:left;
}




/* ----- LinkList Controls ----- */
.LinksListHeader {
	Font-Size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	background-color:#0000FF;
	color:white;
	}

/* ----- Footers ----- */
.footercontent {
/*  background-color:Lime;*/
 vertical-align:top;
	}

div#sponsorsfooter {
	clear:both;
	padding:0px;
	margin: 0 auto 0 auto;
	border: 1px solid #999999;
	
	border-top-width:0;
	}
	
div#sponsorsfooter div {
	float:left;
		padding: 0 0 0 10px;
	font-size:12px;
	font-weight:bold;
	}

div#sponsorsfooter img {
	border:0;
	margin-right:8px;
	}
	
div#footer {
	width: 980px;
	vertical-align:top;
	height:51px;
	text-align:center;
	background-image:url('../Images/bg_footer_manager.jpg');
	background-repeat:no-repeat
	}
	
div#footer div.links {
	color: #ff6600;
	 padding-top:5px;
	}
	
div#footer a {
	color: #ff6600;
	text-decoration:none;
	}
	
div#footer a:hover {
	text-decoration:underline;	
	}
	
div#footer div.addresses {
	margin-top: 8px;
	}

div.afterwrapperlinks {
	color: #999999;
	margin-top: 8px;
	text-align:center;
	}
	
div.afterwrapperlinks a {
	color: #999999;
	text-decoration:none;
	}
	
div.afterwrapperlinks a:hover {
	color: #333333;
	text-decoration:underline;
	}
div.Querypanel 
{
 float:left;
 margin-right:5px;	
}

div.QuerySavePanel
{
	margin-top:16px;
	padding-top:5px;
	margin-left:5px;
	padding-left:5px;
	border: 1px solid #999999;
	background-color:Silver;
	height:303px;
	float:none;

}
div.Clear
{
float:none;	
clear:both;
}

.DupeDivFloatLeft
 {
	float:left;
	width:480px;
	font-size:0.8em;
	background-color:Silver;
 }	
 
 .DupeDivFloatLeft1
 {
		float:left;
 }
 
 
 .DupeDivFloatLeftHead
 {
	float:left;
	width:480px;
	font-size:0.9em;
	background-color:Orange;
 }	

.DupeDivFloatLeftHead1
{
		float:left;
		font-size:0.9em;
}
.QuerySQL
{
 font-size:0.80em;
}

.QueryLabel
{
 margin-top:2px;
  width:70px;
  float:left;
  text-align:right;
 
}
.QuerySave
{
 font-weight:bold;
 margin-right:10px;
 margin-top:15px;
 text-align:right;
 float:right;	
 width:245px;
}


.Exportdetails
{
 background-color:Silver;
 margin-left:7px;
 padding-left:3px;
 margin-bottom:5px;
 font-size:0.8em;
 width:290px;
 border: 1px solid #999999;
}

.Exportsearch
{
 font-size:0.8em;	
}

.Expclass1
{
 width:286px;
 Clear:both;
  font-size:0.85em;
}

.Expclass2
{
 width:265px;
 float:left;
}
.Expclass3
{
 width:18px;
 float:right;
}
.ExportCountDiv
{
 font-size:0.8em;	
}


.exportEditorIn
{
 margin-left:7px;
 padding-left:3px;
 margin-bottom:5px;
 padding-bottom:5px;
 font-size:0.9em;
 background-color:Silver;
 border: 1px solid #999999;
 width:292px;
}
div.ExportSavePanel
{
	margin-left:7px;
	padding-left:5px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;

	font-size:0.9em;
	border: 1px solid #999999;
	background-color:Silver;
	height:180px;
	width:290px;
	float:none;

}
.DalimUtils
{
 float:left;
 background-color:Silver;
  width:300px;
  height:200px;
   padding-left:10px;
   padding-top:10px;
 margin-left:10px;
 
}
.SendUtils
{ float:left;
width:175px;
	
}
/* Product view */

.NewBrandExt

{
	 border:#3B5A82 1px solid;
	 background-color:Silver;
	 padding: 5px 5px 5px 5px;
	 height:80px;
}

.InvisibleBox
{
	/*visibility: hidden;*/
	border: solid 0px #ffffff;
	border-width: 0 0px 0px 0px;
	background-color: white;
	padding: 0 0 0 0px;
	width:10px;
	display:none;
}

