


body
{
	background-repeat:repeat-x;
	background-position:center top;
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.poll_bar
{
	background-color:Navy;
	color:#fff;
	background:url(../images/poll_bar.jpg) repeat-x;
	padding-left:4px;
	margin-bottom:5px;
}

*{
	outline:none;
}
/*.content_text li
{
	width:100px;
}*/
.redtext
{	
	font-size:11px;
	color:red;
	line-height:16px;
}
.greentext
{
	font-size:11px;
	color:green;
	line-height:16px;
}

.maintext
{
	font-size:11px;
	color:#595959;
	line-height:16px;
}

.maintext_small
{
	font-size:9px;
	color:#595959;
/*	line-height:14px;*/
}

.maintext_bold
{
	font-size:11px;
	color:#595959;
	font-weight:bold;
}
/*sol menü üstü küçük linkler*/
.mini_link, .mini_link a
{
	font-size:10px;
	color:#595959;
	line-height:16px;
	text-decoration:none;
}
.mini_link a hover
{
	font-size:10px;
	color:#595959;
	line-height:16px;
	text-decoration:underline;
}
/*sol menü üstü küçük linkler end*/

.content_text , .content_text_static
{
	font-size:11px;
	color:#595959;
	line-height:16px;
	/*font-weight:bold;*/
}
.content_text img
{
	margin-top:4px;
	margin-bottom:4px;
	padding:3px;
	/*border:1px solid #bebebe;*/
}
.content_text page_list.ul
{
	list-style-type:none;
	list-style-image:url(list_icon.png);
}

.content_text #accordion_menu
{
	margin-left:0px;
}
.content_text a
{
	font-size:11px;
	color:#595959;
	line-height:16px;
	text-decoration:none;
}
.content_text a:hover
{
	font-size:11px;
	color:#595959;
	line-height:16px;
	text-decoration:underline;
}

.newstext
{
	font-size:11px;
	color:#595959;
	line-height:13px;
	padding:4px 0 4px 0;
	/*font-weight:bold;*/
}
.kampanyalar_title
{
	font-size:11px;
	color:#00368A;
	line-height:13px;
	font-weight:bold;
	text-decoration:none;
}
.kampanyalar_footer
{
	font-size:11px;
	color:#FF0000;
	line-height:13px;
	font-weight:bold;
	text-decoration:none;
}

.content_title
{
	color:#DE2F4A;
	font-size:14px;
	font-weight:bold;
}

.content_title_sub
{
	color:#DE2F4A;
	font-size:12px;
	font-weight:bold;
}

#content_menu
{
	list-style:none;
	font-size:12px;
	color:#3C3C3C;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0 0 0 15px;
	line-height:22px;
}
#content_menu a{
	font-weight:bold;
	color:#3C3C3C;
	text-decoration:none;
}
#content_menu a:hover{
	font-weight:bold;
	color:#e03d56;
	text-decoration:none;
}
#content_menu #selected
{
	color:#DE2F4A;
	list-style-image:url(../images/icons/list_icon.png);
}

#content_menu #selected a
{
	color:#e03d56;
	list-style-image:url(../images/icons/list_icon.png);
}

.hand
{
	cursor:pointer;
}

.hr
{
	border-bottom:1px dashed #dedede;
}

/*loading screen*/
#global {
    position: fixed;
    z-index:9000000000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    
    background-color:#000000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;	        
}

#global_inside{
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 300px;
     height: 300px;
     margin-top: -150px; /* half of the height */
     margin-left: -150px; /* half of the width */
     text-align:center;
     color:#fff;
     font-size:14px;
     font-weight:bold;
     z-index:9000000001;
}
* html #global {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px'); 
}
/*loading screen end*/

.watermark
{
	color:#dedede;
}


/*************************************************/
input[type=text],input[type=password]
{
	padding:3px 0px 0px 3px;
	/*padding:3px;*/
    color:#595959;
    font-size:11px;	
    border: solid 1px #dcdcdc;
}
textarea
{
	padding:3px;
    color:#595959;
    font-size:11px;	
    border: solid 1px #dcdcdc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;    
}
.CustomComboBoxStyle .ajax__combobox_textboxcontainer input 
{
	padding:3px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    color:#595959;
    font-size:11px;
    border-right: 0px none;
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button {
    background-color: #dcdcdc;
    border: solid 1px #dcdcdc;
    cursor:pointer;
}
.ajax__combobox_itemlist {
    color:#595959;
    font-size:11px;
}



/*grid*/
.main_grid
{
	border:1px solid #e4e4e4;
	width:100%;
	border-collapse:collapse;	
}
.main_grid th
{
	text-align:left;
	height:25px;
	background-color:#e3dddd;
}
.alternate_row
{
	background-color:#ebe4e4;
}
.main_grid th,.main_grid th a
{
	color:#002e6c;
}
.main_grid td,.main_grid th
{
	border:none;
	/*border-right:1px solid #e4e4e4;*/
	padding:2px;
}

.HeaderFooter
{
    font-weight: bold;
}
.HeaderFooter a:link
{
    color:#000; 
    text-decoration:none
}
.HeaderFooter a:visited
{   
    color:#000; 
    text-decoration:none
}
.HeaderFooter a:hover
{
    color:#000; 
    text-decoration:underline
}
.HeaderFooter a:active
{
    color:#000; 
    text-decoration:underline
}

/*grid end*/

/*fieldset*/
fieldset
{
	border:1px solid #e4e4e4;
	padding:10px;
	margin-bottom:10px;
}
legend
{
	margin-bottom:10px;
}
/*fieldset end*/





.tips
{   
	font-size:11px;
	color:#595959;
	line-height:16px;
	 
	text-decoration:none;
	background-color:#ffffff; 
	padding:1px 3px 1px 3px;
}

.tips_2
{
	
}
.home_login_box
{
	padding-left:3px; 
	background:url(../images/bg/login_input.png); 
	width:196px; 
	height:18px; 
	background-repeat:no-repeat;	
}

.mini_table
{
	background:url(../images/bg/mini_table.jpg) repeat-x;
	border:1px solid #e4e4e4;
	width:100%;
	border-collapse:collapse;	
	padding:0px 16px 16px 16px;
}
.mini_table div
{
	background-color:#000066;
	width:20px;
	height:20px;
	float:left;	
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	position:relative;
	top:-5px;
}

.sayfa_ici_kucuk_baslik
{
	color:#de2f4a;
	font-weight:bold;
}

.visible_false
{
	display:none;
}
.visible_true
{
	display:block;
}
/*******************************/
.ModalInactive
{
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.ModalPopup
{
	background-color:#e9e9e9;
	width:690px;
}
.ModalHeader
{
	background-color:#a0a0a0;
	color:#FFFFFF;
	font-size:16px;
	cursor:move;
	height:30px;
	font-weight:bold;
	width:680px;
	padding-top:8px;
	padding-left:13px;
}
/******************************* end/
