@charset "utf-8";
/* CSS Document */

		
table.case tr td a {
color:#999999;
text-decoration:none;
font-weight: normal;
text-align: left;
height: 30px;
background-color:transparent;
padding: 0px 10px 0px 10px;
line-height: 30px;
font-size: 14px;
cursor: pointer; 
margin:0px;
}

table.case tr td a:hover {
color:#FFFFFF;
text-decoration:none;
font-weight: normal;
text-align: left;
height: 30px;
background-color:transparent;
padding: 0px 10px 0px 10px;
line-height: 30px;
font-size: 14px;
cursor: pointer; 
margin:0px;
}

/*------- CUSTOM WIDTH FOR FIRST COLUMN -------*/

table tr td.first {
width:350px;
text-align:left;
vertical-align:middle;
}

table tr td.second {
width:390px;
text-align:left;
vertical-align:middle;
}

table tr td.last {
width:150px;
text-align:left;
vertical-align:middle;
}
				
h2 {
text-align: left;
font-weight: normal;
font-size:11px;
color: #666666;
margin: 5px 0px 15px 0px;
}

#container {
margin: 20px auto 0px auto;
width: 860px;
padding-bottom:30px;
}

#caselist {
background-color:#262524;
padding:20px;
color:#CCCCCC;
font-size:10px;
}


/* -------------- screen.css -------------------

body{
	background: #969391;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
}
#main{
	width: 904px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#header{
	width: 902px;
	height: 70px;
	background: url(../img/nav_shadow.png) no-repeat;
	padding-bottom: 60px;
}
#nav{
	padding-top: 15px;
}
#nav ul{
	list-style: none;
    display: inline;
	float: right;
}
#nav ul li{
	color: #f75307;
    display: inline;
	padding: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.5px;
	text-align:center;
}
#nav ul li img{
text-align:center;
}
#nav ul li a{
/*	float: left;
	color: #f75307;
	text-decoration:none;
}
#nav ul li{
/*	color:#293e6b;
}
#nav ul #separator{
	margin: 0 0 -13px 0;
}
#nav ul li a:hover, #nav ul li:hover{
	text-decoration: none;
	color:#ff6f40;
	cursor:pointer;
}
#nav ul li.active a{
	text-decoration: none;
}

img {
	border: 0;
}
#footer{
	height: 40px;
	width: 904px;
	margin-top: 60px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	background-color: transparent;
	background-image: url(../img/sep_horizontal.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}
#footer p{
	padding-top: 5px;
	font-size: 11px;
	color: #4c4e55;
	float: right;
}
*/
