div.container {
    background-color: #eee;
    border: 1px solid red;
    margin: 5px;
    padding: 5px;
    color: #990000;
    text-align:left;
}
div.container ol li {
    list-style-type: disc;
    margin-left: 20px;
}
div.container {
    display: none
}
/* CSS Document */

.centerPanelRightBg{
    background-image:url(../images/login/centerPanelRightgif.gif);
    height:228px;
    background-repeat:repeat-x;
}
/*#signInButton{
background-image:url(../images/login/signInButton.png);
width:118px;
height:38px;
color: #fff;
font-size: 0;
background-repeat:no-repeat;
}*/
a.signInButton:link, a.ksButton:visited
{
    display: block;
    background-color: transparent;
    background-image:url(../images/login/signInButton.png);
    background-repeat: no-repeat;
    width: 118px;
    height: 38px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    
}
.footer{
    background-image:url(../images/login/agentFooter.gif);
    background-repeat:repeat-x;
    height:50px;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#ffff66;
    text-align:center;
}

.pageHeader2{
    background-image:url(../images/csAgent/pageHeader2.gif);
    background-repeat:no-repeat;
    height:103px;
    width:352px;
    font-family:Tahoma,Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#333;
}
.menu th{
    background-image:url(../images/login/agentToolBar1.gif);
    background-repeat:no-repeat;
    height:56px;
    width:132px;
    font-family:Tahoma,Verdana, Geneva, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
    text-align:center;
}

.menu th:hover{
    background-image:url(../images/login/agentToolBar2.gif);
    background-repeat:no-repeat;
    height:56px;
    width:132px;
    font-family:Tahoma,Verdana, Geneva, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.tableBorder th{
    background-color:#3d3d3d;
    color:#FFFFFF;
    
    font-family:Tahoma,Verdana, Geneva, sans-serif;
    font-size:12px;
    text-align:center; 
}
.tableBorder td{
    color:#ffff66;
    text-align:center;
    font-family:Tahoma,Verdana, Geneva, sans-serif;
    font-size:12px;
    text-indent:5px;
}
.searchApplicant{
    background-color:#77787b;
    font-weight:bold;
    font-family:Tahoma,Verdana, Geneva, sans-serif;
    font-size:11px;
    
}
a.searchButton:link, a.searchButton:visited{
    background-image:url(../images/csAgent/searchButton.png);
    background-repeat:no-repeat;
    background-position:center;
    height:22px;
    width:57px; 
    font-family:Tahoma,Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#3d3d3d;
    text-align:center;
    text-decoration:none;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    
}
a.headerButton:link, a.headerButton:visited{
    text-decoration:none;   
    color:#FFFFFF;
}

.underlinedwhitelink{
   font-family: Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   color : #ffffff;

   text-decoration : underline;
}
.underlinedwhitelink:visited {
   font-family: Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   color : #ffffff;

   text-decoration : underline;
}
.underlinedwhitelink:hover{
   font-family: Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   color : #e8b837;

   text-decoration : underline;
}

.nounderlinedwhitelink{
   font-family: Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   color : #ffffff;
   text-decoration : none;
}
.nounderlinedwhitelink:visited {
   font-family: Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   color : #ffffff;
   text-decoration : none;
}
.nounderlinedwhitelink:hover{
   font-family: Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   color : #e8b837;
   text-decoration : none;
}

/* unvisited link */
a:link {
    color: #ffff66;
}

/* visited link */
a:visited {
    color: #ECEC2E;
}

/* mouse over link */
a:hover {
    color: #FFFFAC;
}

/* selected link */
a:active {
    color: #ffff66;
}

input[type=text] {
    border: solid 1px #808080;
    color: #000;
    height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    width: 181px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline-color: #393939;
    line-height: 22px;
}
input[type=password] {
    border: solid 1px #808080;
    color: #000;
    height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    width: 181px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline-color: #393939;
    line-height: 22px;
}
textarea {
    border: solid 1px #808080;
    color: #000;
    height: 50px;
    padding-left: 10px;
    vertical-align: middle;
    width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline-color: #393939;
    line-height: 22px;
}
select {
    border: solid 1px #808080;
    color: #000;
    height: 25px;
    padding-left: 10px;
    vertical-align: middle;
    width: 193px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline-color: #393939;
    line-height: 22px;
}
div.ui-datepicker{
 font-size:11px;
}
input[type="radio"], label {
  margin-top: -1px;
  vertical-align: middle;
}

.no-close .ui-dialog-titlebar-close {display: none }
.no-close .ui-dialog-titlebar {display: none }

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #858585;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffffff 29%, #f6f6f6 76% );
	background:-ms-linear-gradient( top, #ffffff 29%, #f6f6f6 76% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(29%, #ffffff), color-stop(76%, #f6f6f6) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #f6f6f6 29%, #ffffff 76% );
	background:-ms-linear-gradient( top, #f6f6f6 29%, #ffffff 76% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(29%, #f6f6f6), color-stop(76%, #ffffff) );
	background-color:#f6f6f6;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

