form {
	padding:0px; margin:0px;
}
a,strong {
	color:#000033;
	text-decoration:none;
}
.normal_li ul li{
	list-style:circle !important;
}
.normal_li ul{
	list-style:circle !important;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style-image:url(../images/arrows.gif);
	padding:10px 0px 10px 20px;
	margin:0px;
}

.delbutton{
	background-color:#4B4B4B;
	color:#FFFFFF;padding:5px; 
	text-decoration:none;
    font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size:12px !important;
}
dl {
	font: 12px/15px Arial, Helvetica, sans-serif;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    width: 200px;
    margin-top: -12px;
	margin-left:20px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

li {
	padding:0px;
	margin:0px;
}

.textE {
	background:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 15px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.comboBox
{
	background:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 20px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.textcheckE {
	background:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 19px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.buttonE {
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	border: 1px solid #E8E8E8;
	height:20px;
}
.textareaE {
	background:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #CC0000;
}
.yellow {
	color: #FF9900;
}
.green {

	color: #009933;
}
h1 {
	color:#D10135;
}

.row1 {
	background:#F9F9F9;
}

.row-1 {
	background:#F4F4F4;
}

.dataTh {
	background:#5C5C5C none repeat scroll 0% 50%;
	color:#FFFFFF;
	font-weight:bold;
}
.pagination {
	text-align:center;
}
.pagination .link {
	float:left;
	width:30px;
}
.pagination .link a{
	display:block;
}
.pagination .link a:hover {
	color:#993300;
	text-decoration:none;
}
.pagination .nolink {
	color:#B50432;
	float:left;
	width:20px;
	font-weight:bold;
}
.font12 {
	font-size:12px;
}