/* This is the standard CSS sheet of the Online DID */
html {
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 100%;
}
body {
margin:0; 
padding:0 10px 0 10px; 
height:100%; 
background: url(../images/didbanner.gif) 0% 0% no-repeat;
}

#container {
	min-height: 100%;
	_height: 100%;
}	

.error {
  margin: 0px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  background: #ffebe8; 
  font-weight: bold;
}

.row {
    clear: both;;  
}
.row .left {
	float: left;
	width: 160px;
	text-decoration: underline;
}
.row .center {
     margin: 10px 0 10px;        
              
}

.opt_error
{
   color: red;
}

/*Navigation*/
	
#menu {
	width: 200px;
	margin-top: 10px;
	}
ul#navigation {
	position: absolute;
	top: 83px;
	left: 0;
	margin: 0;
	padding: 0 0 0 0;
	color:#24618E;;
	list-style: none;
	width: 161px;
    font-size:93%;
}	
#navigation li a {
	text-decoration: underline;
	height: 32px;
	color:#FFF;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#navigation li a:link, #navigation li a:visited {
	color: #24618E;
	display: block;
	background: url(/art/images/menu.gif);
	padding: 8px 0 0 20px;
	}
	
#navigation li a:hover {
	color:#FFF;
	background: url(/art/images/menu.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#navigation li a:active {
	color: #FFF;
	background: url(/art/images/menu.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}

/*Content*/

#content {
    position: absolute;
    top: 83px;
    left: 162px;
    background:#FFF;
    width: 70%;
}

h2.pageheading {
	margin: 0 0 20px;
	padding: 5px 0;
	letter-spacing: -1px;
	color: #000099;
	font-size: 20px;
	border-bottom: 1px solid #000099;
}

.login_box {
  width: 200px;
}

.login_box label {
    color: #000099;
   
}

.login_box input {
border: 1px solid #bdc7d8;
}

/*Tabs*/

#tabs {
    width:60%;
    background:#FFF;
    font-size:93%;
    line-height:normal;
    position: absolute;
    top: 6px;
    left: 350px;
    
}

#tabs ul {
    margin:0;
    padding:0px 10px 0 50px;
    list-style:none;
}

#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:left;
    background:url("/art/images/tableftJ.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}

#tabs a span {
    float:left;
    display:block;
    background:url("/art/images/tabrightJ.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#24618E;
}
    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
    color:#FFF;
}

#tabs a:hover {
    background-position:0% -42px;
}
    
#tabs a:hover span {
    background-position:100% -42px;
}

.add_image {
    color: #FF0000;
    padding-bottom: 3em;
}

.result_cell {
  padding: 1em;
  border: 1px solid #92BED3;
  background: #DDEAF0;
  width: 150px;
}

.search_results {
  font-size: 80%;
  margin: 1em;
}
/* 
================================================
styling for autosuggest begins here
================================================
*/
ul.autosuggest
{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

ul.autosuggest li
{
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul.autosuggest li a:link,
ul.autosuggest li a:visited
{
	display: block;
	padding: 2px;
	text-decoration: none;
	background-color: #eee;
}

ul.autosuggest li a:hover,
ul.autosuggest li a:active
{
	color: #fff;
	background-color: #f30;
}


ul.autosuggest li.highlight a:link,
ul.autosuggest li.highlight a:visited
{
	color: #fff;
	background-color: #f30;
}
td.info_left {
     border: 1px solid white;
     width: 161px
}

