.hide {
	display: none;
}

.main {
	width: 771px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #ffffff;
}

.mainW {
	width: 995px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #ffffff;
}

.page {
	width: 771px;
}

.pageW {
	width: 995px;
}

.select {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #0000FF;
}

.header {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.details {
	font-family: Verdana; font-size : 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;;
	font-size: 11px;
}

.footer {
	font-family: Verdana; font-size : 10px;
	color: #0033cc;
	text-decoration: none;
	text-align: center;;
	font-size: 10px;
}

.link {
	font-size: 10px;
	font-family: Verdana;
}

.link_warn {
	font-size: 10px;
	font-family: Verdana;
	color: #ff3366;
}

.link_content {
	font-size: 10px;
	font-family: Verdana;
	color: #00ffff;
}

.linkAlignRight {
	font-size: 10px;
	font-family: Verdana;
	text-align: right
}

.linkAlignCenter {
	font-size: 10px;
	font-family: Verdana;
	text-align: center
}

.box {
	border: 2px #990000 solid;
}

.row1 {
	font-family: Verdana; font-size : 10px;
	color: #000066;
	text-align: center;;
	font-size: 10px;
}

.row2 {
	font-family: Verdana; font-size : 10px;
	color: #336633;
	text-align: center;;
	font-size: 10px;
}

.smalltextfield {
	font-size: 10px;
}

.user_alert {
	font-family: Verdana;
	font-size : 10pt;
	color: red;
	text-align: left;

}

/*****************************************
* Basic Style
*****************************************/
a {
	font-family: Verdana; text-decoration : none;
	color: #0033FF;
	font-weight: normal;;
	text-decoration: none;
}

a:hover {
	font-family: Verdana; text-decoration : underline;
	color: #FF0000;;
	text-decoration: underline;
}

body {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
}

td {
	font-family: Verdana;
	font-size: 10pt;
	color: #111111;
}

table {
	border-collapse: collapse;
	border-width: 0;
}

img {
	border: 0;
}

input {
	font-size: 9pt;
}

select {
	color: #cc9966;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/*****************************************
* Banner Style
*****************************************/
.BannerTd {
	background-color: #fafffa;
	filter: progid :         DXImageTransform .         Microsoft .   
		 
		 
		Gradient(startColorStr =            '#fafffa', endColorStr =         
		 '#ffffff', gradientType =           '0');
}

/*****************************************
* Menu Style
*****************************************/
.NavTd {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #dbebea;
}

.NavTd2 {
	border-top: 2px solid #9999a9;
	border-bottom: 1px solid #999999;
	background-color: #dbebea;
	height: 22px;
}

/*****************************************
* Dropdown Menu Style
*****************************************/
#nav,#nav ul {
	border: 0px solid #ffffff;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 100%;
	font-family: Verdana; float : left;
	width: 1000px;;
	float: left;
}

/* all list items */
#nav li {
	border: 0px solid #ffffff;
	position: relative;
	float: left;
	width: 150px;
}

/* second-level lists */
#nav li ul {
	border: 0px solid #ffffff;
	position: absolute;
	left: -1000px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100px;
}

/* third-and-above-level lists */
#nav li ul ul {
	left: -1000px;
}

#nav li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font: 1em Verdana, Arial;
	margin: 0;
	background: #dbebea;
	text-shadow: 0px 1px 1px rgb(250, 250, 250);
}

#nav a {
	border: 0px solid #ffffff;
	cursor: pointer;
	display: block;
	color: #000000;
	padding: 2px 4px 4px 8px;
	margin: 1px 0;
}

#nav a:hover {
	border: 1px solid #cccccc;
	margin: 0;
	background-color: #ffeeee;
	text-decoration: none;
	color: #23a556;
	text-shadow: 0px 0px 3px rgb(250, 250, 250);
}

#nav li a {
	border: 1px solid #f1f1f1;
	padding: 2px 4px 4px 7px;
}

#nav a.encl {
	background: #f1f1f1 url(encl.gif) center right no-repeat;
}

#nav a.encl:hover {
	background: rgb(100, 100, 100) url(enclover.gif) center right no-repeat;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul,#nav li.iehover ul ul,#nav li.iehover ul ul ul,#nav li.iehover ul ul ul ul
	{
	left: -1000px;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul,#nav li.iehover ul,#nav li li.iehover ul,#nav li li li.iehover ul,#nav li li li li.iehover ul
	{ /* lists nested under hovered list items */
	left: auto;
}

/** Support for the "iehover-fix.js" **/
#nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid :         DXImageTransform .         Microsoft .   
		    Alpha(style =         0, opacity =         0);
}

/*****************************************
* Sortable Table Style
*****************************************/
.sort-table {
	font: Icon;
	border: 2px Solid ThreeDShadow;
	background: Window;
	color: WindowText;
}

.sort-table thead { //
	background: #E6E5D2;
}

.sort-table td {
	padding: 2px 5px;
	font-family: Verdana; font-size : 11px;
	color: #111111;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;;
	font-size: 12px;
}

.sort-table thead td {
	font-size: 110%;
	color: #333333;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor: default;
}

.sort-table thead td:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding: 3px 4px 1px 6px;
}

.sort-table thead td [_sortType=None]:active {
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	padding: 2px 5px;
}

.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px;
}

.sort-arrow .descending {
	background-image: url( "../images/downsimple.png" );
}

.sort-arrow .ascending {
	background-image: url( "../images/upsimple.png" );
}

.FormTag {
	font-family: Verdana;
	font-weight: bold;
	color: #003399;
	text-align: left;
}

/*****************************************
* Button Style
*****************************************/
.btn-submit {
	border-top-color: #FAA880;
	border-left-color: #FAA880;
	border-bottom-color: #95370A;
	border-right-color: #95370A;
	background-color: #F55B11;
	color: white;
	font: bold 14px Verdana;
	line-height: 20px;
}

.btn-border {
	border: 1px solid #333333;
	width: 80px;
}

.btn-nav {
	background-color: #D7E0EB;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #788FAC;
	border-right: 1px solid #788FAC;
	color: #333333;
	font-family: Verdana; font-weight : bold;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	width: 60px;;
	font-weight: bold;
}

/*****************************************
* Form Style
*****************************************/
.textBoxName {
	border: 1px solid #ffffff;
	border-left: 10px solid #ffffff;
	background-color: #c3c3d5;
	font-weight: bold;
	margin: 8px 0 2px 0;
	color: #036;
	width: 120px;
}

.textBoxName2 {
	border: 1px solid #ffffff;
	border-left: 10px solid #ffffff;
	background-color: #c3d3f5;
	font-weight: bold;
	padding: 3 3 3 3;
	margin: 8px 5 2px 5;
	color: #039;
	width: 100px;
}

.textInputField {
	height: 20px;
	font-size: 10px;
	color: #333333;
	font-family: Verdana;
	width: 145px;
}

.ltsep {
	font: 70% Verdana;
	color: #1F1F1F;
	padding: 0 1px;
}

.textTitle2 {
	font-weight: bold;
	padding: 3 3 3 3;
	margin: 8px 5 2px 5;
	color: #039;
}

/*****************************************
* Other Style
*****************************************/
SELECT {
	height: 18px;
	font-size: 11px;
	color: #333333;
	font-family: Verdana; scrollbar-face-color : #CEB397;
	scrollbar-arrow-color: #6A6A6A;;
	scrollbar-face-color: #CEB397;
}

.submit {
	font-family: Verdana; font-size : xx-small;
	background: #CEB397 border :         1px;;
	font-size: xx-small;
}

.LoginBox {
	color: #ff3366;
	width: 150px;
	font-size: 10pt;
}

.loginbutton {
	background-image: url(../images/loginBtn.gif);
	width: 65;
	height: 13;
	border: none;
	font-weight: bold;
	cursor: hand;
}

.pagelist {
	font-family: Verdana; font-size : 14px;
	color: #0000FF;;
	font-size: 14px;
}

}
.pagelist a:visited {
	color: #0000FF;
	text-decoration: none;
}

.pagelist a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.filterName {
	font-family: Verdana; font-size : 14px;
	color: #003399;
	font-weight: bold;;
	font-size: 14px;
}

.filterBox {
	font-family: Verdana; font-size : 11px;
	color: #0000FF;
	background-color: #F2F2F2;;
	font-size: 11px;
}

.error {
	color: #EE0000;
	font: bold 10pt Arial;
}

.usersession_Text_large {
	font-family: Verdana; font-size : 115%;
	font-weight: bold;
	color: #3344BF;;
	font-size: 115%;
}

.usersession_Text_medium {
	font-family: Verdana; font-size : 101%;
	font-weight: bold;
	color: #BF44BF;;
	font-size: 101%;
}

.FormTagBG {
	font-family: Verdana; font-size : x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c3d3f5;
	text-align: left;;
	font-size: x-small;
}

.useredit {
	color: #ff3366;
	text-align: left;
	font-size: 10pt;
}

.appedit {
	color: #ff3366;
	text-align: right;
	font-size: 10pt;
}

.companyedit {
	color: #ff3366;
	text-align: right;
	font-size: 10pt;
}

.message {
	font-size: 10pt;
	color: #ff6600;
}

.loginForm {
	font-size: 9pt;
	color: #3c3c3c;
}

.app_name {
	font-family: Verdana; font-size : 9pt;
	color: #ff3366;;
	font-size: 9pt; color : #ff3366; } .newSubCompUI {
	font-family: Verdana;
	border-right: #ccffff thin solid;
}

.newSubCompUI {font-family:"Arial";border-right:#ccffffthinsolid
	border-top: #ccffff thin solid;
	font-size: 9pt;
	border-left: #ccffff thin solid;
	border-bottom: #ccffff thin solid;
	background-color: #ccffff;
}

.newCompUI {
	font-family: Verdana;;
	border-right: #ccffff thin solid;
	border-top: #ccffff thin solid;
	font-size: 9pt;
	border-left: #ccffff thin solid;
	border-bottom: #ccffff thin solid;
	background-color: #ccffff;
}

.rights_table {
	background-color: #FFFF99;
}

#user_rights {
	position: relative;
	width: 300px;
	background-color: #ccffcc;
}
-->
}
