/*
================================
 Container Styles for DotNetNuke
================================
*/



/* bos container */
.container5{background:url(images/middle-bg.png)repeat; width:439px;  margin-top:-30px; height:260px; border-right:1px solid #076db3;}
.container6{background:url(images/middle-bg.png)repeat; width:287px;  margin-top:-30px; height:260px; border-right:1px solid #076db3;}
.container { padding:10px; }
.container3 { padding:10px; margin-top:30px; }
.container1 { padding:10px; margin-top:30px; }
.container_w {margin:0px auto; }
.container_w2 {margin:0px auto; margin-top:1px; color:#0559cc; }
.c_title_w { clear:both; height:10px; color:#000;  }
.c_title_w1 { clear:both; height:31px; }
.c_title_w2 { clear:both; min-height:15px;  padding:15px;}
.c_tit_c {background:#4d4d4d; height:30px;}
.c_tit_c1 {background: url(images/bg_title_c1.jpg) repeat-x left top; height:31px;}
.c_tit_l {background: url(images/bg_title_l.jpg) no-repeat left top; }
.c_tit_r {background: url(images/bg_title_r.jpg) no-repeat right top; margin-left:36px; height:65px}
.c1_title_p { padding:0px 0px 0px 3px;text-align:left;  	background:#05216c; width:250px; line-height:30px;
	}
.c3_title_p { padding:0px 0px 0px 3px;text-align:left;  	background:#05216c; width:250px; line-height:30px;
	}
.c2_title_p {
    padding: 8px 13px 6px 15px;
    text-align: left;
    width: 156px;

 }

.c_content td{ padding:0px; padding-left:1px; clear:both; color:#fff; }
.c_content { padding:0px; padding-left:10px; clear:both; color:#fff; margin-top:-10px;}
.c2_content {  clear:both; margin-left:2px; margin-right:0px; color:#0559cc; padding-bottom:0px; margin-top:30px;}

.SubHead {color:#aba5a5; font-size:12px;}
.c_footer {clear:both; margin-left:11px; margin-right:11px;}
.c_foot_c {background: url(images/foot_c.png) repeat-x left top; padding-top:3px; padding-bottom:42px; margin-right:5px;}
.c_foot_l {background: url(images/foot_l.png) no-repeat left top;}
.c_foot_r {background: url(images/foot_ar.png) no-repeat right top; padding-left:15px; padding-right:15px; margin-left:7px;}
.c_foo_add {padding-left:20px; text-align:left; width:55%;;float:left;}
.c_foo_set {padding-right:20px; text-align: right; width: 10%;float:right;}

/* text */
.c3_title{font-family: Calibri, Helvetica; font-style: normal; font-weight:bold; color: #001459; font-size: 18px; padding:1px 0px 1px 1px;   }
.c1_title{font-family: Calibri, Helvetica; font-style: normal; font-weight:bold; color: #b81c1c; font-size: 14px;  }
.c2_title{font-family: Calibri, Helvetica; font-style: normal; font-weight:bold; color:#fff; font-size:18px; position: relative; 
 }


.Normal , .NormalDisabled { color:#0559cc;
    font-family: Calibri, Tahoma, Helvetica;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    word-spacing: 0;  }

.container .c_content .c1_text div  div.Normal , .container .c_content .c1_text div  div.NormalDisabled {
	color:#000;
}

.container .c_content .c1_text div div.Normal , .container .c_content .c1_text div  div.NormalDisabled {
	color:#000;
}


           
/* HTTP linkli yazilar, tiklanmis linkli yazilar, Sayfa yuklenirken gorunen linkli yazilar */
A:link, A:visited, A:active  {text-decoration:none;color:#00AEEF;font-size: 12px;font-family:Segoe UI, Arial, Verdana, Calibri, Arial, Helvetica; font-weight: bold;font-style: normal;}
    /* Mouse Over */
A:hover{text-decoration:none; color:#da0303; font-size: 12px;font-family:Segoe UI, Arial,  Verdana, Calibri, Arial, Helvetica; font-weight:BOLD; font-style: normal; }




.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 18px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}