﻿body
{
    margin:0px;
    font-family:Trebuchet MS;
      
}

*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

a
{
    text-decoration:none;
}

#mainTable
{
    width:960px;
    margin:auto;    
}

.contentText
{
   color:#555555;
   font-size:12px;   
}

.lHeight
{
    line-height:5px;    
}

.annoTitle
{
    color:#515151;
    font-size:12px;
    font-weight:bold;
}

.annoContent
{
    color:#777777;
    font-size:11px;    
}

.footerTd
{
    width:320px;
    padding:20px 0px 20px 0px;
    vertical-align:top;   
}

.sCaseImage
{
    border:1px solid #b5b5b5;
    border-bottom:6px solid #b5b5b5;
    padding:1px;
    margin:5px;    
}

.eventsPic
{
    border:1px solid #7e7e7e; 
    padding:1px;    
}

.inputBtn
{
    width:70px;
    height:22px;
    font-size:11px;
    text-align:center;
    padding-top:2px;        
}

.inputText
{
    width:80%;
    height:18px;
    font-size:12px;        
}

hr
{
    height:1px; 
    width:100%; 
    float:left;
}

.inputTextMenu
{
    background:url(../images/inputBg.jpg) repeat-x;
    border:1px solid #ccc;
    height:16px;
    width:80px; 
    font-size:10px; 
    float:left;  
}

.inputBtnMenu
{
    background:url(../images/inputBtn.jpg) no-repeat;
    height:18px;
    width:26px;   
    float:left;  
}
.loginTbl
{
  font-size:11px;
  font-family:Tahoma;
  font-weight:bold;	
  width:100%;
}
/*-----------------------MENU-------------------------------*/

#menuUl
{
    height:40px; float:right;
    list-style:none;
    width:90%; 
}

#menuUl li
{
    float:left;  
}

.menuUpSide
{
    color:#FFF;    
}

.menulinkSub
{
  font-size:11px;      
  float:left;
  padding: 0 0 0 16px;
  height:38px;
  text-shadow: #000 0.1em 0.1em 0.2em;
}  

.menulinkSub span.out
{
  float:left;  
  display:block; 
  padding:9px 20px 4px 6px;
  line-height:10px;   
  height:35px;
}
.menuItemBgdiv
{   
   background: url(../images/menuHoverBg.jpg);  
   border: 1px solid #000; 
   border-bottom: none;    
}
.menulinkSub:hover span
{ 
     color:#000;
}

/*---------------------------*/

.menulink
{
  font-size:11px;      
  float:left;
  padding: 0 0 0 16px;
  height:38px;
  text-shadow: #000 0.1em 0.1em 0.2em;
  cursor:pointer;
}  



.menulink span.out
{
  float:left;  
  display:block; 
  padding:9px 20px 4px 6px;
  line-height:10px;   
  height:35px;  
}
 
.menulink:hover span.out 
{
  background:url("../images/tabRight.png") no-repeat right top;
}
  
.menulink:hover 
{
  background:url(../images/tabLeft.png) no-repeat left top;
  text-shadow: #fff 0.1em 0.1em 0.2em;
}

.menulink:hover span
{ 
     color:#000;
}

.selectedMenuItem  
{ 
   background:url("../images/tabLeft.gif") no-repeat left top;
   text-shadow: #fff 0.1em 0.1em 0.2em;
}

.selectedMenuItem  span.out
{	
   background:url("../images/tabRight.gif") no-repeat right top;
}

.selectedMenuItem  span
{ 
    color:#000
}
/*-------------------------*/


.menuBgDiv
{
    position: absolute; 
    width: 210px;
    display:none;
}

.menuBgTopDiv
{
    background: url(../images/menuTop.gif) no-repeat;     
    width: 100%; 
    height: 17px;    
}

.menuDiv
{
    background: #fff;
    border: 1px solid #000; 
    border-top: none; 
    border-bottom: none;
    padding: 0 10px 0 10px;         
  
}

.menuBgBottomDiv
{	
    background: url(../images/menuBottom.gif) no-repeat; 
    background-position:left bottom;
    width: 100%;
    height: 18px;     
}

.menuContent
{
    width:100%;
}

.menuContent td
{
    height:30px; 
    line-height:30px;  
    background:url(../images/split.jpg) no-repeat bottom;
    padding-left:25px;
}

.menuContent a
{
   font-size:12px;
   color:#666;
   text-shadow: #999 0.1em 0.1em 0.2em;
   display:block;
}

.menuContent a:Hover
{
   font-size:12px;
   color:#333;
   text-shadow: #fff 0.1em 0.1em 0.2em;
}
/*******Pager Style Css*******/
.pager
{	
	padding:5px;
	text-align:right;	
}

.pager .disabled
{
	border:1px solid #ddd;
	color:#999;
	margin-top:0px;
	padding:0px 3px;
	text-align:center;
}

.pager .current
{
	background-color:#666;
	border:1px solid #eee;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:0px 3px;
	text-align:center;
	font-size:13px;
}

.pager span, .pager a
{
	margin: 2px 2px;
}

.pager a
{
	border: 1px solid #c0c0c0;
	padding: 0px 3px;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	color:#000;
	font-size:11px;
}

.pager a:hover
{
	background-color:#666;
	border:1px solid #eee;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:0px 3px;
	text-align:center;
}
/*******End Of The Pager Css****/
