<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
================================
 Container Styles for DotNetNuke
================================
*/



/* bos container */

.containerdov{ padding:8px; }
.container { padding:8px;}
.container_w {margin:0px auto; clear:both;}
.c1_title_w { clear:both;  height: 24px;  }
.c2_title_w { clear:both;  height: 15px;  }
.c2_title_p {padding:0px 15px 0px 10px; text-align:left;}

.c_content {  clear:both;}
.container2_w {margin:0px auto; clear:both; border:1px solid #cccccc; display:inline-block;}

.c_footer {clear:both; padding;:5px 0px;}
.c_foo_add {padding-left:20px; text-align:left; float:left;}
.c_foo_set {padding-right:20px;text-align: right; float:right;}



/* text */
h2, .c2_txtTitle{font-family: Arial, Helvetica;font-weight: bold; font-style:normal;color: #003366; font-size: 14px; line-height:18px;}
.title{font-family: Arial, Helvetica;font-weight: bold; font-style:normal;color: #000;font-size: 16px; line-height:22px;}
.bs_title{font-family: Calibri, Arial, Helvetica;font-weight: bold;font-style: normal;color: #000000;font-size: 22px;}


.Normal , .NormalDisabled {
   color: #333333;					/* yazi rengi */
	font-size:12px;
   line-height:20px;
   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 */
	
}
</pre></body></html>