/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	trxstyles.css
	Styles definitions file for TRX TuitionRx applications suite.

	Copyright 2003 by Gary Pajor / New Media Now
	All rights reserved.
	www.sitetoolz.com
	Please email support@sitetoolz.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,code,samp {
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
}

.size11 { font-size: 11px; }

.erroralerttab {
	font-weight: bold;
	background-color: #fddddd;
	border: solid #ff3300;
	border-width: 1px 1px 0 1px;
	
}
.erroralertmsge { background-color: #ff3300; }

.warnalerttab {
	font-weight: bold;
	background-color: #fdd07d; /*ffcc99*/
	border: solid #ff9933;
	border-width: 1px 1px 0 1px;
}
.warnalertmsge { background-color: #ff9933; }
.successalerttab {
	font-weight: bold;
	background-color: #e6f2f0;
	border: solid #33cc66;
	border-width: 1px 1px 0 1px;
}
.successalertmsge { background-color: #33cc66; }


.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 -------------- */


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


/*------ Main menu bar ----------------- */
.mmenbar {
	background-color: #6666cc;
	border-top: 1px solid #000000; /* ORIG 4D7FB2 */
	border-bottom: 1px solid #000000;
}
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; /*#330099*/
	background-color:#f0f0ff; /*dadfe6*/
	font-size:11px;
	font-family:verdana,arial,helvetica,sans-serif;
	/*font-weight:bold;*/
}
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 { 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; /*dadfe6 babbe4;*/
	text-align: right;
	vertical-align: top;	
}

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


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

.submenusplashtitle {
	/* color:#333333;
	font-size: 12px;
	background-color: #efefe7; */
	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;
}


.leftsubmenu {
		background-color:#ffffff;
}

.submenuheader {
	background-color: #cccc99; /*ffcc00*/
	/*background-color: #cccc99;*/ /* E8EDD9 eeeecc */
	color: #000066;
	border: 1px solid;
	border-color: #aaaaaa #f5f5f5 #aaaaaa #eeeecc;
	/*border-color: #aaaaaa #f5f5f5 #cccc33 #eeeecc;*/
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}

.submenugrpheader {
		color: #00008b; /* 330099 */
		font-size: 12px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-weight: bold;
}

.submenuitemsblock {
	background-color: #f5f5dd; /* eeeec7 fefece ffe27d ffe073     FCF1C6*/
	/*background-color: #eeeecc; */ /* ffffee F9FEEA ffcc66 ffffe0*/
	border: 1px solid;
	border-color: #ffffff #ffffe0 #708090 #ffffe0;
	padding: 5px;
	/*width: 13em; */ /* needed for Opera browsers, overridden via script */
}

td.submenuitemsblock a  {
	text-decoration:underline;
	color:#003399;
	font-size:13px;
	font-family:verdana,arial,helvetica,sans-serif;
}
td.submenuitemsblock a:visited  { color: #003399; }
td.submenuitemsblock a:active  { color:#000099; }
td.submenuitemsblock a:hover  { text-decoration:underline; color:#009900; }

.leftgutter {
	background-color: #660099;
}

