/*
    Default Elements
*/
body, html
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    
}
html { height:100%; }
h1, h2, h3, h4, h5, h6
{
    margin:0;
    padding:0;
}
h2
{
    font-size:16px;
}
h3
{
    font-size:14px;
}
h4
{
    font-size:12px;
}
p
{
    margin:0;
    padding:5px 0;
}
a img
{
    border:0;
}
th
{
    font-weight:normal;
    text-align:left;
}
ul
{
    list-style-type:square;
    list-style-position:inside;
    margin:0;
    padding:0 0 8px 0;
}
li
{
    margin:0;
    padding:0;
}

/*
    Main & Header Elements
*/
#baseDiv 
{
    margin:0 auto;
    height:300px;
    width:890px;
}
#langDiv
{
    color:#00a9a9;
    text-align:right;
    font-size:10px;
    padding-top:2px;
    padding-right:2px;
    height:10px;
}
#langDiv select
{
    font-size:8px;
}
#logoDiv 
{
    height:80px;
    width:150px;
    float:left;
}
#headerDiv 
{
    height:80px;
}
#headerRightDiv
{
    height:80px;
    width:740px;
    float:right;
}
/*
    Inside Header Elements
*/
#headerTopDiv
{
     background:url('/Images/header_title.jpg') left top no-repeat;
     height:40px;
     padding-top:12px;
}
#headerBotDiv
{
    height:28px;
}
#utilDiv
{
    float:right;
    text-align:right;
    color:#00a9a9;
}
#tabDiv
{
    height:28px;
    width:740px;
    font-size:15px;
    font-weight:bold;
}
/*
    Content Elements
*/
#contentDiv
{
    background:url('/Images/main_bg.jpg') left top repeat-x;
    width:870px;
    padding:0 10px;
    margin:0 !important;
    margin-top:-3px; /* For IE6 users */
}
#cleftDiv
{
    width:638px;
    position:relative;
    float:left;
}
#crightDiv
{
    width:221px;
    position:relative;
    float:right;
}
/*
    Footer Elements
*/
#footerDiv
{
    border-top:1px solid #a8e8e8;
    height:30px;
    color:#00a9a9;
}
#copyrightDiv
{
    height:20px;
    width:150px;
    padding:4px 0 0 4px;
    position:relative;
    left:0;
    top:0;
}
#botnavDiv
{
    height:20px;
    width:882px;
    padding:4px 4px 0 0;
    position:relative;
    /*right:0;*/
    top:-24px;
    text-align:right;
}
/*
    Main Navigation Tabs
*/
.tabActiveLeft {
	background:url("/images/tab_active_left.jpg") right bottom no-repeat;
	float:left;
	height:30px;
	width:5px;
	margin-top:-2px;
}
.tabActiveText 
{
    background:url("/images/tab_active_bg.jpg") left bottom repeat-x;
	float:left;
	height:18px;
	padding-top:12px;
	margin-top:-2px;
}
.tabActiveRight {
	background:url("/images/tab_active_right.jpg") left bottom no-repeat;
	float:left;
	height:30px;
	width:5px;
	margin-right:4px;
	margin-top:-2px;
}
.tabLeft {
	background:url("/images/tab_left.jpg") left bottom no-repeat;
	float:left;
	height:30px;
	width:5px;
	margin-top:-2px;
}
.tabText 
{
    background:url("/images/tab_bg.jpg") left bottom repeat-x;
	float:left;
	height:20px;
	padding-top:10px;
	margin-top:-2px;
}
.tabRight {
	background:url("/images/tab_right.jpg") right bottom no-repeat;
	float:left;
	height:30px;
	width:5px;
	margin-right:4px;
	margin-top:-2px;
}


#messageresult {
	width: 100%;
	margin: 0 0 0 5px;
	padding: 1px 0 0 0;
}
#messageresult .ButtonPanel
{
 Width:100%;
 height:1px;
 vertical-align:middle;
}

#messageresult .rowbuttoncell
{
 height:100%; 
 vertical-align:top;
 width:140px;
 text-align:right;
	margin: -34px 0px 0px 460px;
	padding: 2px 3px 3px 5px;

}
#messageresult .rowbuttoncell a{
 color: #33ccff;
 font-size: 12px; 
}
#messageresult .item {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	
    height:39px;
    width:615px;
    border-bottom:inset 1px silver;   
    
}
#messageresult .item img 
{
 position:absolute;
 
}
#messageresult .messagetext 
{
	margin: 0px 160px 0 57px;
	font-size: 11px;
	line-height: 12px;
	color: #777;
	height:32px;
	width:406px;	
}
#messageresult .datecell 
{
	text-align:right  ;
	vertical-align:middle; 
	 margin: -34px 157px 0 387px;
	font-size: 11px;
	line-height: 12px;
	color: black;
	height:32px;

	}
#messageresult .eventtext 
{
	margin: 0px 230px 0 57px;
	font-size: 11px;
	line-height: 12px;
	color: #777;
	height:32px;
	
}
#messageresult .eventrowbuttoncell
{
 height:100%; 
 vertical-align:top;
 width:140px;
 text-align:right;
	margin: -34px 0px 0px 460px;
	padding: 2px 3px 3px 5px;
}

div.calInfo{
	background-color:#eee;
	text-decoration:none;
	color:#000;
	width:280px;overflow:hidden
}


/*
    div.info:hover{background-color:#ff0}

    -- the span will display just on :hover state
    div.info:hover .deneme{display:block;}   
*/

.deneme
{
	top:0px; left:0px; 	
	border:1px solid #0cf;
	background-color:#cff; color:#000;		
	text-align: center;
	word-wrap: break-word;
	position:relative;
	z-index:600;
	display: none;	
}

.pager1EventsGrid
{
	top:-16px;	
	left:82px;
	position:relative;		
	z-index:1;	
}
.pager2EventsGrid
{
	top:-16px;	
	right:100px;
	position:relative;		
	z-index:1;
	/*background-color:#ddd;*/
}
