body {
  scrollbar-face-color:#EDEDED;
  scrollbar-highlight-color:#CCCCCC;
  scrollbar-3dlight-color:#EDEDED;
  scrollbar-darkshadow-color:#EDEDED;
  scrollbar-shadow-color:#CCCCCC;
  scrollbar-arrow-color:#CCCCCC;
  scrollbar-track-color:#EDEDED;
}
body {
  background:#EFEFEF;
  background-image:url("images/bg.gif");
  margin:  0px;
  spacing: 0px;
  padding: 0px;
}
body,td,th,p,div,input,select,textarea, a {
  font-family: Arial,Tahoma,Verdana,Helvetica;
  font-size:12px;
  color:#000033;
}
a, a:visited {
	color:#000033;
	text-decoration:underline;
}
a:hover {
	color:#AA0000;
	text-decoration:none;
}
.no-style {
	background-color:none;
	background-image:none;
	margin:  0px;
	spacing: 0px;
	padding: 0px;
	color:none;
}
.comment {
	font-size:10px;
}
.mandatory-sign {
	color:#CC0000;
	font-size:10px;
}

/* ======= Home Page Settings ======= */
.home-text-td {
	background-image:url("images/bg-home-text.jpg");
	width:253px;
	height:203px;
}
.home-text {
	font-weight:bold;
	color:#FFFFFF;
	padding-right:15px;
	font-size:13px;
}
td.selected-bg {
	background-image:url("images/bg-selected.gif");
	background-repeat:repeat-x;
	width:569px;
}
.selected-pic {
	border:1px #073263 solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
}

.content {
	width:770px;
	height:305px;
	background-image:url("images/bg-inner-page.gif");
	vertical-align:top;
}
.inner-p {
	padding:20px;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}

.bottom {
	background-image:url("images/bg-bottom-in.jpg");
	text-align:center;
}

a.copyrights, a.copyrights:visited {
	color:#A00000;
	text-decoration:underline;
	font-size:10px;
}
a.copyrights:hover {
	color:#333333;
	text-decoration:none;
	font-size:10px;
}
.copyrights {
	color:#333333;
	text-decoration:none;
	font-size:10px;
}

/* ======= Form Settings ======= */

form {
	spacing: 0px;
	margin: 0px;
	padding: 0px;
}
textarea {
  width: 275px;
  height: 35px;
  color:#000000;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-arrow-color:#3b5b81;
  scrollbar-track-color:#FFFFFF;
}
input {
  width: 225px;
  color:#000000;
}
.input_focus {
  border:1px #FFAA00 solid;
}
textarea {
  height:80px;
  width:80%;
}
input,textarea,select {
  border:1px #3b5b81 solid;
}
._focus {
  border:1px #FFAA00 solid;
}
.big-textarea {
  border:1px #3b5b81 solid;
  height: 250px;
}
.big-textarea_focus {
  border:1px #FFAA00 solid;
  height: 250px;
}
.small-textarea {
  width: 225px;
}
.small-textarea_focus {
  width: 225px;
  border:1px #FFAA00 solid;
}
.small-text-input {
  width: 125px;
}
.small-text-input_focus {
  width: 125px;
  border:1px #FFAA00 solid;
}
.small-text-field {
  width: 65px;
  direction:ltr;
}
.small-text-field_focus {
  width: 65px;
  direction:ltr;
  border:1px #FFAA00 solid;
}
.no-border-checkbox {
  border:0px;
  width:20px;
  background: none;
}
.edit-button {
  width: 100px;
  background-color:#CCCCCC;
  border:1px #3b5b81 solid;
  color:#3b5b81;
  font-weight:bold;
  font-size:11px;
  height:20px;
  padding-right:5px;
  padding-left:5px;
}
.delete-button {
  width: 100px;
  background-color:#CCCCCC;
  border:1px #AA0000 solid;
  color:#AA0000;
  font-weight:bold;
  font-size:11px;
  height:20px;
  padding-right:5px;
  padding-left:5px;
}

li { list-style : url("images/li.gif")}

#HideOnPrint { display:block }
#DisplayOnPrint { display:none }
#pPrintLink { display:block }
#pBackLink { display:none }
