.border {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.mainborder{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: bold;
	font-weight: normal;
}

.textbanner {
	font-family: Arial;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
}
.text1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.text2 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.text3 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.text4 {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

TEXTAREA, SELECT {font-family: Arial; font-size: xx-small;}


.textHsearch {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.textSearchSmall {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.text11 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.textSearchMedium {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

a.browse:link {  text-decoration: none; color:#990000;}
a.browse:visited {  text-decoration: none; color:#990000;}
a.browse:hover {  text-decoration: underline; color:#990000;}
a.browse:active {  text-decoration: none}

.maintable2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

a.b2:link {  text-decoration: none; color:#333333;}
a.b2:visited {  text-decoration: none; color:#333333;}
a.b2:hover {  text-decoration: underline; color:#990000;}
a.b2:active {  text-decoration: none}

a.b3:link {  text-decoration: none; color:#990000;}
a.b3:visited {  text-decoration: none; color:#990000;}
a.b3:hover {  text-decoration: underline; color:#990000;}
a.b3:active {  text-decoration: none}

.borderBOX {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}


/*Global standards compliant float clearers*/
#contentInner:after, .pageBlock:after, .flyinner:after, .panebody:after, .intro div:after, .dynWrap:after, .dsnBod:after, fieldset:after, ul:after, .flipnav:after, .flipact:after, .zPostEntry:after, .zLinkSearch:after, .zPostHdr:after, .zPostBod:after, .zPostFtr:after, .chooseFtr:after, .zLinkList li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*Global Explorer float clearers*/
div, fieldset, ul, .zLinkList li {display: inline-block;}

/*\*/
* html div, * html fieldset, * html ul, * html .zLinkList li {height: 1%;}
div, fieldset, ul, .zLinkList li {display: block;}
/**/

/*Form Element styles*/
.formEl {
	margin: 0 0 8px 0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

/*pagination modifiers*/
.resultsBody .pageBlock {
	padding: 6px 8px 4px 8px;
}

input.txt {
	background-color:#f7f7f7;
	color: #232323;
	border:1px solid #dddddd;
	font-size:11px;
	padding: 1px 0;
}

input.txt {
	background-color:#f7f7f7;
	color: #232323;
	border:1px solid #dddddd;
	font-size:11px;
	padding: 1px 0;
}

textarea {
	background-color:#f7f7f7;
	border:1px solid #dddddd;
	color: #232323;
	font-size:11px;
	font-family: Arial,sans-serif;
	line-height:1.4;
	width:100%;
	height:60px;
	clear:left;
	margin: 0 0 6px;
}

* html textarea {
	float:none;
}

#contentWrap select {
	font-size:11px;
	font-family:arial, sans-serif;
}

button, input.submit, input.apply, input.update, input.delete, input.go, a.submit {
	background-color:#fff;
	border-top:1px solid #d7d7d7;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #d7d7d7;
	font-size:11px;
	color:#666;
	padding: 1px 3px 2px;
	line-height:13px;
	cursor:pointer;
}