body {
	background-color: #b9b9b9;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

P,DIV,TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

H1,H2,H3,H4 {
	font-family: Arial, Helvetica, sans-serif;
}

DIV.container {
	overflow: auto;
}

DIV.FieldContainerDIV {
	overflow: auto;
}

INPUT.inputSmall {
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	background: url(images/layout/inputSmallBG.png);
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	margin-top: 3px;
	width: 46px;
}
INPUT.inputSmallCancel {
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	background: url(images/layout/inputSmallCancelBG.png);
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	margin-top: 3px;
	width: 46px;
}
.buttonDIV {
     height: 20px;
	 z-index: 50px;
	 width: 930px; 
	 text-align:right;
}

.buttonDIV2{
	text-align:right;
	padding-right: 22px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	
}
.help {
	background: #ffffcc;
	border: 1px solid #eae9e9;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	margin-bottom: 25px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #555555;
}

.help2 {
	background: #ffffcc;
	border: 1px solid #666;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	margin-bottom: 25px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: red;
	text-align: left;
}

.help2 p.close {
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 18px;
}	

.FontRequired {
	color: #990000;
}

.mainbackground {
	width: 950px;
	float: middle;
	overflow: visible;
	align: center;
	background: #ffffff url(images/layout/content_bg.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}



.menu {
	width: 950px;
	height: 20px;

	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: bold;
}

.menu A {
	color: #000000;
	font-weight: bold;
	text-decoration: bold;
}

.Banner {
	padding-top:18px;
	padding-bottom:37px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
}

.maincontent {
	width: 935px;
	padding-bottom: 10px;
	overflow: auto;
}

.Footer {
	width: 950px;
	height: 19px;
	background: #ffffff url(images/layout/footer_bg.gif);
	background-repeat: no-repeat;
}

DIV.HomeOptions {
	width: 405px;
	float: left;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-top: 15px;
	overflow: auto;
}
DIV.HomeOptionsLeft {
	width: 450px;
	float: left;
	text-align: left;
	overflow: visible;
	padding-left: 10px;
}

DIV.HomeOptions2 {
	width: 405px;
	float: left;
	text-align: left;
	padding: 2px 10px 10px 10px;
	margin-left: 20px;
	overflow: auto;
	margin-top: 15px;
	background: #ffffcc;
	border: 1px solid #eae9e9;
}

DIV.HomeOptionsRight {
	width: 450px;
	float: left;
	text-align: left;
	margin-left: 20px;
	overflow: visible;
	height: 500px;
	

}
.HomeButtonLink {
margin-bottom: 6px;
}

.Inactive {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
}

.Active {
	color: #0F5C92;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}

.contentTable {
	width: 900px;
}

A.pageLink {
	color: white;
	font-size: 14px;
	background: #0f5c92 url(images/layout/submit_btn_back.gif);
	border-bottom: 2px solid #9f2627;
	height: 23px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

A:hover .pageLink {
	color: white;
	font-size: 14px;
	background: #0f5c92;
	border-bottom: 2px solid #9f2627;
	height: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 2px 2px 3px;
}

A.SearchBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #ffffff url(images/layout/SearchBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-right: 2px solid #b2cadb;

	
}
INPUT.SearchBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #b2cadb url(images/layout/SearchBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
    width: 200px;
    height: 42px;
	
}
INPUT.GoBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #b2cadb url(images/layout/GoBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	height: 42px;
    width: 200px;


	
}

A.GoBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #ffffff url(images/layout/GoBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	
}
A.NewBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #444444;
	background: #ffffff url(images/layout/NewUserBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #c6c6c6;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	
}
.TextContent{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
INPUT.PrintBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #b2cadb url(images/layout/PrintBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
    width: 200px;
    height: 42px;
	
}

A.PrintBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #ffffff url(images/layout/PrintBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 8px;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	
}

INPUT.SaveBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #b2cadb url(images/layout/SaveBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
    width: 200px;
    height: 42px;
	
}
A.SaveBtn {
	color: white;
	font-size: 16px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.04em;
	color: #074773;
	background: #ffffff url(images/layout/SaveBtBG.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-right: 2px solid #b2cadb;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
    width: 200px;
	
}
.fieldscontainer {
	width: 900px;
}

.mainContainer {
	width: 910px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainContainerTAB {
	width: 920px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #dbe9f3;
	border-bottom: 1px solid #919b9c;
	border-left: 1px solid #919b9c;
	border-right: 1px solid #919b9c;
	border-top: 1px solid #919b9c;
	
}


.mainContainer2 {
	width: 910px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

A.delete {
	color: white;
	font-size: 11px;
	background: #9b181b;
	height: 15px;
	padding: 2px;
	border: 1px solid black;
	font-weight: bold;
	text-decoration: none;
}

A:hover .delete {
	color: white;
	font-size: 11px;
	background: red;
	height: 15px;
	padding: 2px;
	border: 1px solid black;
	font-weight: bold;
	text-decoration: none;
}

.loginBox {
	padding: 40px 20px 20px 20px;
	background: #ffffff url(images/layout/login_bg.png);
	width: 415px;
	height: 197px;
	background-repeat: no-repeat;
	color: #294c63;
}
.loginBox INPUT {

	background: #ffffff ;

}

.loginBox TD {
	font-weight: bold;
	font-size: 16px;
	color: #294c63;
}

.TitleDIV {

	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #ffffff url(images/layout/TitleBG.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	width: 895px;
	align: left;
	margin-bottom: 6px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.03em;
	color: #074773;
	overflow: auto;
	text-align: left;
	text-decoration: none;

}
/* .TitleDIV {
	color: #074773;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background: #eae9e9;
	border: 1px solid #c4c4c4;
	padding-top: 3px;
	padding-left: 4px;
	margin-top: 10px;
	padding-bottom: 2px;
	width: 900px;
	align: left;
	margin-bottom: 6px;
	overflow: auto;
	text-align: left;
	text-decoration: none;
}  */

	
.TitleDIV2 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background: #dbe9f3 url(images/layout/TitleBG2.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 10px;
	width: 896px;
	align: left;
	margin-bottom: 6px;
	font-face: 'arial black';
	font-family: 'arial black';
	letter-spacing: -0.03em;
	overflow: auto;
	text-align: left;
	text-decoration: none;
}
/*
.TitleDIV2 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background: #86b2d0;
	border: 1px solid #0f5c92;
	padding-top: 3px;
	padding-left: 4px;
	margin-top: 10px;
	padding-bottom: 2px;
	width: 900px;
	align: left;
	margin-bottom: 6px;
	overflow: auto;
	text-align: left;
	text-decoration: none;
}
*/
.TitleDIV A {
	text-decoration: none;
}
.TabContainer{
	width: 922px;
	height: 41px;
	align: left;
}
.ActiveTabDIV{
	width: 230px;
	height: 41px;
	font-size: 18px;
	background: url(images/layout/tab_active.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
}
.ActiveTabDIV A{
	
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
}
.InActiveTabDIV{
	width: 230px;
	height: 41px;
	font-size: 18px;
	background: url(images/layout/tab_inactive.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	
}
.InActiveTabDIV A{

	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	
}



.DIVlink {
	text-decoration: none;
}

.TABLEArchive {
	width: 910px;
}

.mainTable {
	border-left: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	padding-left: 25px;
	padding-right: 25px;
	background: #FFFFFF;
}

.FeildRow {
	text-align: left;
	align: left;
	width: 900px;
	padding-bottom: 4px;
	overflow: auto;
}

.field1 {
	float: left;
	padding: 2px;
	width: 120px;
	font-weight: bold;
	text-align: left;
	align: left;
	overflow: auto;
}

.field2 {
	float: left;
	padding: 2px;
	width: 294px;
	text-align: left;
	align: left;
	overflow: auto;
}
.field3 {
	float: left;
	padding: 2px;
	padding-top: 6px;
	width: 210px;
	font-weight: bold;
	text-align: left;
	align: left;
	overflow: auto;
}
.field4 {
	float: left;
	padding: 2px;
	width: 630px;
	text-align: left;
	align: left;
	overflow: visible;
	

}
.field5 {
	float: left;
	padding: 2px;
	padding-top: 6px;
	width: 140px;
	font-weight: bold;
	text-align: left;
	align: left;
	overflow: auto;
}
.field6 {
	float: left;
	padding: 2px;
	width: 700px;
	text-align: left;
	align: left;
	overflow: visible;
}
.field7 {
	float: left;
	padding: 2px;
	padding-top: 6px;
	width: 220px;
	font-weight: bold;
	text-align: left;
	align: left;
	overflow: auto;
}
.field8 {
	float: left;
	padding: 2px;
	width: 620px;
	text-align: left;
	align: left;
	overflow: visible;
	

}
.fieldempty {
	float: left;
	padding: 2px;
	width: 294px;
	text-align: left;
	align: left;
	overflow: auto;
}

.AjaxForm {
	overflow: auto;
}

.AjaxForm2 {
	color: #000000;
	font-size: 14px;
	font-family: arial;
	background: #dae8f2;
	border: 1px solid;
	border-color: #9cbcd2;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

INPUT.inputSAVE {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	background: #0f5c92 url(images/layout/submit_btn_back.gif);
	border: 1px solid;
	border-color: #074773;
	border-bottom: 2px solid #9f2627;
	padding: 4px 5px 4px 6px;
	margin-bottom: 4px;
	margin-top: 4px;
	
}



INPUT {
	color: #000000;
	font-size: 14px;
	font-family: arial;
	background: #e9f4fb;
	border: 1px solid;
	border-color: #9cbcd2;
	padding: 1px 3px 1px 3px;
	margin: 2px 2px 2px 2px;
}

SELECT {
	color: #000000;
	font-family: arial;
	background: #e9f4fb;
	border: 1px solid;
	border-color: #7da3bd;
}

OPTION {
	background: #e9f4fb;
}

form.inplaceeditor-form { /* The form */
	background: #dae8f2;
	padding: 2px;
	height: 30px;
	width: 290px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

form.inplaceeditor-form input[type="text"] { /* Input box */
	background: white;
}

.SlideDown {
	padding: 0px;
	margin: 0px;
	overflow: auto;

}

.SlideDownForm {
	padding: 0px;
	margin: 0px;	
}

.SlideDownForm:hover {
	padding: 0px;
	margin: 0px;	
	background: #fbfcbd;
}
.SlideDownFormEdit {
	padding: 2px;
	margin: 0px;
	background: #fbfcbd;
	border: 1px solid #d0d181;
		
}



form.SlideDownForm input[type="INPUT"] {
background: #ffffff;
}

/* form.SlideDownForm input[type="SUBMIT"] {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	border: 1px solid;
	border-color: #074773;
	border-bottom: 2px solid #9f2627;
	padding: 1px 0px 1px 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	background: #094672;
}
 */

form.SlideDown input[type="BUTTON"] {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	border: 1px solid;
	border-color: #074773;
	border-bottom: 2px solid #9f2627;
	padding: 1px 0px 1px 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	background: #094672;
}


form.SlideDownForm input[type="TEXT"] {
background: #ffffff;
}

form.SlideDownForm input[type="SELECT"] {
background: #ffffff;
}
form.SlideDownForm input[type="OPTION"] {
background: #ffffff;
}


 
/*
form.SlideDownForm input {
background: #ffffff;
}
*/

INPUT.ButtonFragmentEdit{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	background: url(images/layout/inputSmallEditBG.png);
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 1px;
	padding-right: 7px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 46px;
	height: 18px;
}
INPUT.editor_ok_button{ /* Needed for IE */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	background: url(images/layout/inputSmallBG.png);
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 46px;
	height: 18px;
	}


form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
	background: #ffffff;
}

form.inplaceeditor-form input[type="SUBMIT"] { /* The submit button  */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	background: url(images/layout/inputSmallBG.png);
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 5px;
	width: 46px;
	height: 18px;
}



form.inplaceeditor-form{
	background: #fbfcbd;
	border: 1px solid #d0d181; 
}

form.inplaceeditor-form a { /* The cancel link */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	background: url(images/layout/inputSmallCancelBG.png);
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	margin-top: 3px;
	width: 46px;
	height: 18px;
}

.test {
	background: red;
	height: 500px;
	border: 2px solid black;
}
.TabularData{
	border-left: 1px solid #b0cadd;
	border-top: 1px solid #347eb0;
	width:900px;
	background: #d7e8f4;
	text-align: left;
}
.TabularData TH{
	border-right: 1px solid #78bae7;
	border-bottom: 1px solid #347eb0;
	background: #438bbd url(images/layout/TabularDataBg.gif);
	background-repeat: repeat-x;
	padding: 1px;
	color: #074773;
	color: #ffffff;
}
.TabularData TD{
	border-right: 1px solid #78bae7;
	border-bottom: 1px solid #78bae7;
	padding: 2px;
}
.TabularDataSearch{
	border-left: 1px solid #78bae7;
	border-top: 1px solid #347eb0;
	background: #d7e8f4;
	width: 850px;
	text-align: left;
	
}
.TabularDataSearch TH{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #badaf0 url(images/layout/TabularDataBgSearch.gif);
	background-repeat: repeat-x;
	color: #074773;
	color: #ffffff;
}
.TabularDataSearch TD{
	border-right: 1px solid #78bae7;
	border-bottom: 1px solid #78bae7;
}
.DeleteBtn{
	background: url(images/layout/DeleteBtnBG.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 15px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.DeleteMediumBtn{
	background: url(images/layout/DeleteBtnWideBG.png);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	height: 19px;
}
.RemoveBtn{
	background: url(images/layout/DeleteBtnBG.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.ViewBtn{
	background: url(images/layout/ViewBtnBG.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.LinkBtn{
	background: url(images/layout/ViewBtnBG2.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 12px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.LinkMediumBtn{
	background: url(images/layout/ViewBtnBG3.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 14px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.EditBtn{
	background: url(images/layout/ViewBtnBG.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 16px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.SearchPageBtn{
	background: url(images/layout/SearchPageBtn.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 9px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.AddMemberBtn{
	background: url(images/layout/AddMemberBtn.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 11px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.DivTable{
	width: 400px;
	align: left;
}
.DivTableTD{
	float: left;
	line-height: 40px;
	height: 50px;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}
.DivTableTD2{
	float: left;
	line-height: 40px;
	height: 50px;
	padding: 2px 2px 2px 2px;
	padding-top: 12px;
}
div.t-autocomplete-menu ul {
background-color:#54809e;
border:2px solid #1c3f57;
overflow:auto;
margin-top: 0px;
padding:3px 3px;
font-size: 12px;
}
div.t-autocomplete-menu li.selected {
color:black;
font-weight:normal;
background: #8eb7d2;
}
div.t-autocomplete-menu li {
border-bottom:1px solid #295573;
color:white;
cursor:pointer;
list-style-type:none;
margin:0;
padding:0;
}

div.currentSchool {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}