/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	stcvrstyles.css
	Styles definitions file for StoreCarver applications suite.
	Copyright 2005 by Gary Pajor / New Media Now, LLC
	All rights reserved.
	www.storecarver.com
	Please email support@storecarver.com for terms of use.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

body {
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #ffffff;
}
a {
	text-decoration: underline;
	color: #0000ff;
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
}
a:visited { color: #0000ff; }
a:active { color:#000099; }
a:hover { color:#000099; }

p,td,th,input,h1,h2,h3,h4,li,dd,ol,ul,tt,pre,samp {
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
}

.size11 { font-size: 11px; }


div.alertBoxWidget {
	width: 500px;
	margin: 10px 0;
}

div.alertBoxWidget_error div { border: 1px solid #f30; }
div.alertBoxWidget_warn div { border: 1px solid #f93; }
div.alertBoxWidget_success div { border: 1px solid #3c6; }

div.alertMsgeTab {
	width: 100px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin: 0 400px 0 0;
	
}
div.alertMsgeBox {
	width: 500px;
	background-color: #fff;
	text-align: left;
	padding: 5px 10px;;
}
div.alertBoxWidget_success div.alertMsgeTab { background-color: #e6f2f0; border-width: 1px 1px 0px 1px; }
div.alertBoxWidget_warn    div.alertMsgeTab { background-color: #fdd07d; border-width: 1px 1px 0px 1px; }
div.alertBoxWidget_error   div.alertMsgeTab { background-color: #fddddd; border-width: 1px 1px 0px 1px; }



.tabletitle, .splashtabletitle {
	color:#000099;
	font-size: 12px;
	background-color: #babbe4;
	border: 1px solid;
	border-color: #9999ff #000099 #000099 #9999ff;
	padding: 3px;
}

/* --- Splash -------------- */
/* See .splashtabletitle above */
.splashbody {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	margin-left: 100px;
	padding: 10px;
	border: solid 1px #babbe4;
}
/* --- End Splash -------------- */

.mcAdmHeader {
	color: #006600;
	background-color: #eeffec;
	font-weight: bold;
	text-align: center;
	border: 1px solid #009900;
	
}
.mcAdmHeader a {
	font-size: 11px;
}

.titlebar {
	background-color: #000066; /* 333366 ORIG 000099 */
	text-align: left;
	color: #f8f8ff; /* dddddd */
	vertical-align: top;
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
}

.titlebarright {
	background-color: #000066; /* ORIG 000099 */
	text-align: right;
	color: #ffffff;
	vertical-align: top;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
}


.legal { font-size:10px; text-align:center; }

a.headerurl, a.headerurl:active, a.headerurl:visited {
	color: #ffcc33;
	text-decoration : underline;
	font-weight: bold;
	font-size : 12px;
}
a.headerurl:hover {	color: #ffffcc; }

a.small {
	text-decoration: underline;
	color: #0000ff;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
}
a.small:visited { color: #0000ff; }
a.small:active, a.small:hover { color:#000099; }



/* ---------- Found set status/results ----------------------------- */
/*Info about found set, e.g. '# records found: 8" */
.fset { font-size: 11px; }


/*------ Log In table ----------------- */
.logintable { border: #9999cc 1px solid; }
.loginfldlabel { font-size: 11px; }
.loginfldvalue { font-size: 12px; }
.loginsubbut {
	font-size: 11px;
	padding: 2px;
	background-color: #efefe7;
}


/*------ Setup Wizard panel ----------------- */
.setupwizardpanel {
	color: #000; 
	background-color: #99cc99;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	border-top: 1px solid #333366;
	padding: 3px;
}
.setupwizardpanel a { font-size: 11px; }



/*------ Main menu bar ----------------- */
.mmenbar {
	background-color: #6666cc;
	border-top: 1px solid #000000; /* ORIG 4D7FB2 */
	border-bottom: 1px solid #000000;
	padding: 7px 0px;
}
a.mmenbaritem, a.mmenbaritem:active, a.mmenbaritem:visited {
	color: #dcdcdc;
	text-decoration: none;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
	/*font-weight: bold;*/
}
a.mmenbaritem:hover { color: #ffffff; text-decoration: underline; }


/*------ User info bar ----------------- */
.userinfobar {
	color: #ccccff; 
	background-color: #003399; /* ORIG eeeeee */
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	border-top: 1px solid #333366; /* 666699 ORIG efefe7 */
	/*border-bottom: 1px solid #dddddd;*/
}
.userinfoitem { font-size: 11px; }

a.userinfoitem, a.userinfoitem:active, a.userinfoitem:visited {
	color: #ccccff;
	text-decoration: none;
}
a.userinfoitem:hover {	color: #ffffff; }

a.logoffcommand, a.logoffcommand:active, a.logoffcommand:visited {
	color: #ccccff;
	text-decoration: none;
	font-size: 11px;
	/*font-weight:bold;*/
}
a.logoffcommand:hover {	color: #ffffff; }

/*------ Client Admin Site Stats bar ----------------- */
.sitestatsbar {
	color: #cc9;
	background-color: #039; /*3366cc*/
	font-size: 11px;
	text-align: center;
}
/*------ User info bar ----------------- */

/*------ Breadcrumb nav ----------------- */
.brdcrumb {
	color: #330099;
	background-color:#f0f0ff;
	font-size:11px;
	font-family:verdana,arial,helvetica,sans-serif;
	padding: 4px 0px 4px 30px;
}
td.brdcrumb a {
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
}
td.brdcrumb a:visited {
	color: #000000;
	font-weight:bold;
}
td.brdcrumb a:active { 
	color:#330099;
	font-weight:bold;
}
td.brdcrumb a:hover {
	text-decoration:underline;
	color:#330099;
	font-weight:bold;
}



/*
-----------------------------------------------------------------
	Forms
-----------------------------------------------------------------
*/


form { margin-top: 5px; }
/*form { align: center;}*/ /* NS needs form alignment */

/* dark blue / white text theme */
.formtitle {
	color:#ffffff;
	font-size: 12px;
	background-color: #6666cc; /* #330099; */
	border: 1px solid;
	border-color: #9999ff #000000 #000000 #9999ff;
	padding: 3px;
}

.formsubtitle {	
	background-color: #f0f0ff; /* f5f5f5 BEC7EA E4F2FF DCE7F6 C6D8F0 c1cddd cdd9e9*/
	font-size: 11px;
	border-top: 1px solid #bbbbbb;
}

.forminfo {
	color: #003399;
	background-color: #fefeee; /* fff4cf f6fefa */
	border: solid 1px #cccc99; /* cccc99 33cc66 */
	padding: 5px;
}


/* field label and value */
.flabel { 
	font-size: 11px;
	background-color: #bec7ea;
	text-align: right;
	vertical-align: top;	
}
.flabelreq {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	background-color: #bec7ea;
	text-align: right;
	vertical-align: top;	
}

/* Field description, e.g. used within field label */
.fdesc { color: #0000cc; }

.fvalue, .fvaluecenter { background-color: #f5f5f5; }
.fvaluecenter { text-align: center;}

.formsubhead {
	color: #669933; /* 6b8e23 669933 3333cc 000099 */
	background-color: #fffffe; /*effbfb fffbf1 fffffe/ */
	font-size: 12px;
	font-weight: bold;
	border: solid #dcdcdc;
	border-width: 0 0 1px 1px;
	padding: 6px 0px 1px 10px;
}

.formsubhead2 {
	color: #3333cc;
	background-color: #f7f7f7; /*effbfb fffbf1 fffffe/ */
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 1px 17px;
	border: solid #bbb;
	border-width: 0 0 1px 0;
}


/* 	Field value description/directive, for text appearing
	above/below field value input elements. Text describes value
	to be entered, or what the current value(s) represent(s), or
	other info relevant to the value shown or to be entered.
*/
.fvd { font-size: 11px; color:#666666; }

/*	Formats drop-down list of client types to search in simple
	client search form appearing at top of 'Clients' submenu panel
*/
.clientsrchtypes { font-size: 11px; color:#000099; }

/* submit button */
.subbut {
	font-size: 11px;
	background-color: #dddddd;
	color: #000066;
	padding: 1px;
}
.deletewarning { 
	background-color: #ffcc00;
	font-weight: bold;
	border: 1px solid #ff6633;
}

.warningheader {
	font-weight: bold;
	font-size : 16px;
	font-family : arial,helvetica,sans-serif;
}

.warningtext { color: #ff0000; }


/*
-----------------------------------------------------------------
	Sub Menus
-----------------------------------------------------------------
*/

.submenusplashtitle {
	color:#333333;
	font-size: 12px;
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #eeeeee #aaaaaa #aaaaaa #eeeeee;
	padding: 3px;
}

/* See .submenusplashtitle above */
.submenusplashbody {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	margin-left: 100px;
	padding: 10px;
	border: solid 1px #000066;
}

td#leftsubmenu {
	color: #000;
	background-color: #ffe;
	width: 160px;
	font-family: ;
	border-right: 1px solid #000099;
}
div.leftsubmenutitle {
	background-color: #006;
	color: #fff;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: solid #ffffcc;
	border-width: 0px 0px 0px 0px;
	padding: 7px 1px;
	margin: 0px;
}
div.leftsubmenugrptitle {
	background-color: #eec;
	color: #003333;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;
	border-top: solid 1px #cc6;
	border-bottom: solid 0px #cc6;
	padding: 2px;
	margin: 2px 5px;
}
div.leftsubmenucmdgroup {
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px 0px 10px 0px;
}
div.leftsubmenucmdgroup a {
	color: #003399;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display:block;
}
div.leftsubmenucmdgroup a:visited { color: #039; }
div.leftsubmenucmdgroup a:active { color: #000; }
div.leftsubmenucmdgroup a:hover { color: #339900; text-decoration: underline;}



/*
-----------------------------------------------------------------
	Main Body Segment
-----------------------------------------------------------------
*/

#mainbody { padding: 0px 0px 0px 10px; }


/*--------
Control Options box:
e.g. embedded in form: "Make additional edits below,
or click here to select another object to edit"
----------*/
td.controloptions {
	color: #000;
	background-color: #ffe;
	border-bottom: solid 1px #cc6;
	padding: 4px;
}
