/* 
================================
 Container Styles for DotNetNuke
================================
*/


/* standart container */
.st_title_con {width: 100%;height:32px; background: url(st_container.html) repeat-x bottom; }
.c_st_title {padding-left:30px; width:80%;text-align: left; background: url('st_ustsol.html') no-repeat left middle; }
.c_st_help {margin-top:8px;width: 19%;padding-right:20px;}
.c_st_title {
	padding:7px 5px 4px 25px;
}


/*  sk container */
.sk_title_con {width: 100%;height:44px; background: url(sk_container.html) repeat-x bottom; }
.c_sk_title {padding-top:20px;text-align: left;}
.c_sk_help {margin-top:8px;padding-right:20px;text-align:right;}
.c_sk_ic_left {width:30px; height: 44px; background: url(sk_ustsol.html) no-repeat;background-position: bottom }
.c_sk_ic_right {width:16px; height: 44px; background: url(sk_ustsag.html) no-repeat right; }


/* bos container */
.title_con {width: 100%;height:32px; background: url(container.gif) repeat;}
.c_title {margin-left:30px;margin-top:7px;width: 80%;float:left;text-align: left; background: url(container.gif) repeat;}
c_help {float:right;margin-top:8px;width: 19%;padding-right:20px;}


/* default */
.container-page {margin-top:5px auto; margin:5 0 0 0; padding:5px;}
.c_content {padding:10px;}
.c_padding {padding:0px;}
.c_footer {width: 100%;margin-bottom:10px;}
.c_foo_add {width:100%;padding-left:20px;}
.c_foo_set {width:100%;text-align: right;padding-right:20px;}
.spacer_con {height: 5px; width:100%; position:relative;}

/* text */
.title{font-family: Arial, Helvetica;font-weight: normal;font-style: normal;color: #000000;font-size: 14px;line-height: 15px;}
.bs_title{font-family: Arial, Helvetica;font-weight: bold;font-style: normal;color: #000000;font-size: 15px;line-height: 18px;}


.Normal , .NormalDisabled {

   color: #222222;					/* yazi rengi */
	font-size:12px;
   line-height:18px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   font-style:normal;
}

           



A:link, A:visited, A:active             
/* HTTP linkli yazilar, tiklanmis linkli yazilar, Sayfa yuklenirken gorunen linkli yazilar */
{    
	color: #0099ff;					/* yazi rengi */
   text-decoration:none;  	
}
A:hover    /* Mouse Over */
{
   text-decoration:    underline;
	color: #0099ff;					/* yazi rengi */
	
}