/* Default text style is Verdana 8 point */
body, td, p, li, ul {font-family: "Verdana"; font-size: 8pt; color: #333333;}

/* Default link is black with orange hover */
a:link, a:visited
{
	font-weight: bold;
	color: #034a85;
	text-decoration: none;
	font-size: 10px;

}
a:hover
{
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;

}

/* white text (used on tabs) */
.white, a.white:link, a.white:visited, a.white:active
{
 font-weight: normal; color: #FFFFFF; text-decoration: none;
}
a.white:hover
{
 font-weight: normal; color: #FFFFFF; text-decoration: underline;
}
.whitebold, a.whitebold:link, a.whitebold:visited, a.whitebold:active
{
 font-weight: bold; color: #FFFFFF; text-decoration: none;
}
a.whitebold:hover
{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 100%;

}

/* Used by area links at top of page */
.area, a.area:link, a.area:visited, a.area:active
{
  font-weight: bold; color: #333333; text-decoration: none;
}
a.area:hover
{
  color: #333333; font-weight: bold; text-decoration: underline;
}
a.black:link, a.black:visited, a.black:active
{
 font-weight: normal; color: #000000; text-decoration: none;
}
a.black:hover
{
 font-weight: normal; color: #000000; text-decoration: underline;
}

/* Used by for frontpage announcements*/
.announcementblack, a.announcementblack:link, a.announcementblack:visited, a.announcementblack:active
{
 font-weight: normal; color: #000000; text-decoration: none;
}
a.announcementblack:hover
{
 font-weight: normal; color: #FF6600; text-decoration: underline;
}
a.tinygrey:link, a.tinygrey:visited, a.tinygrey:active
{
 font-size: 10px; font-weight: normal; color: #666666; text-decoration: none; font-family: "Arial";
}
a.tinygrey:hover
{
 font-size: 10px; font-weight: normal; color: #FF6600; text-decoration: underline; font-family: "Arial";
}

/* Tiny white text with orange hover on links */
.tinywhite, a.tinywhite:link, a.tinywhite:visited, a.tinywhite:active
{
 font-size: 10px; font-weight: normal; color: #CCCCCC; text-decoration: none; font-family: "Arial";
}
a.tinywhite:hover
{
 font-size: 10px; font-weight: normal; color: #FF6600; text-decoration: underline; font-family: "Arial";
}


/* Small grey text with orange hover on links */
.smallgrey
{
 font-size: 10px; font-weight: bold; color: #034A85; text-decoration: none;
}
a.smallgrey:link, a.smallgrey:visited, a.smallgrey:active
{
 font-size: 10px; font-weight: bold; color: #034A85; text-decoration: none;
}
a.smallgrey:hover
{
 font-size: 10px; font-weight: bold; color: #990000; text-decoration: none;
}

/* Small black text with orange hover on links */
.smallgrey_nohover, a.smallgrey_nohover:link, a.smallgrey_nohover:visited, a.smallgrey_nohover:active, a.smallgrey_nohover:hover
{
 font-size: 10px; font-weight: normal; color: #666666; text-decoration: none;
}
a.smallblack:link, a.smallblack:visited, a.smallblack:active
{
 font-size: 10px; font-weight: normal; color: #333333; text-decoration: none;
}
a.smallblack:hover
{
 font-size: 10px; font-weight: normal; color: #FF6600; text-decoration: underline;
}
a.orange:link, a.orange:visited, a.orange:active, a.orange:hover
{
 font-weight: bold; color: #FF6600; text-decoration: none;
}

/* purple text (SWiSHmax) */
.purple, a.purple:link, a.purple:visited, a.purple:active, a.purple:hover
{
 font-weight: bold; color: #660099; text-decoration: none;
}

/* dark purple text (SWiSH2) */
.darkpurple, a.darkpurple:link, a.darkpurple:visited, a.darkpurple:active, a.darkpurple:hover
{
 font-weight: bold; color: #330066; text-decoration: none;
}
a.blue:link, a.blue:visited, a.blue:active, a.blue:hover
{
 font-weight: bold; color: #0000CC; text-decoration: none;
}
a.red:link, a.red:visited, a.red:active, a.red:hover
{
 font-weight: bold; color: #FF0000; text-decoration: none;
}
a.green:link, a.green:visited, a.green:active, a.green:hover
{
 font-weight: bold; color: #99CC00; text-decoration: none;
}

/* grey text (SWiSHstudio) */
.grey, a.grey:link, a.grey:visited, a.grey:active, a.grey:hover
{
 font-weight: bold; color: #666666; text-decoration: none;
}
 
/* brightblue text (SWiSHstudio) */
.lightblue, a.lightblue:link, a.lightblue:visited, a.lightblue:active, a.lightblue:hover
{
 font-weight: bold; color: #00CCFF; text-decoration: none;
}

/* Used by titles in content pages */
.title, a.title:link, a.title:visited, a.title:active
{
 font-size: 10pt; font-weight: bold; color: #333333; text-decoration: none;
}
a.title:hover
{
 font-size: 10pt; font-weight: bold; color: #FF6600; text-decoration: underline;
}

.bigtitle
{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-weight: bold;


}

.greytitle
{
  font-size: 8pt;
  color: #999999;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Input fields and selection boxes */
input, select
{
 font-size: 11px;
 font-family: Verdana,Arial,Helvetica
}

form
{
  margin-bottom: 0px;   
}
.bgmavi {
	background-image: url(images/dcd_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* blue text (SWiSHpix) */
.blue {
	font-weight: bolder;
	color: #0066CC;
	text-decoration: none;
	font-size: 9px;

 } 


/* Used by area links at top of page */
.black {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 9px;

 } 
.menuic {
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 10px;

}
.altmavi {
	border: 1px solid #333333;
	background-color: #4B8CB4;
}


/* green text (SWiSHpix) */
.green { 
 font-weight: bold; color: #009933; text-decoration: none;
 } 


/* orange text (SWiSHlite) */
.orange { 
 font-weight: bold; color: #FFFF99; text-decoration: none;
 } 



/* Small black text with orange hover on links */
.smallblack { 
 font-size: 10px; font-weight: bold; color: #333333; text-decoration: none;
 } 
.dcdgroupalt {
	background-image: url(images/dcd_r4_c2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.solbg {
	background-image: url(images/dcd_r1_c1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sagbg {
	background-image: url(images/dcd_r1_c11.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.yardimbg {
	background-image: url(images/yardim.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gricevre {
	border: 1px solid #CCCCCC;

}
.solbeyaz {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.altbeyaz {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.elilegoster {
	cursor: hand;
}


/* red text (SWiSHsites) */
.red {
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
	font-size: 10px;
	border-top: 0px solid #DD0000;
	border-right: 1px solid #DD0000;
	border-bottom: 0px solid #DD0000;
	border-left: 0px solid #DD0000;


 } 


/* Tiny grey text with orange hover on links */
.tinygrey { 
 font-size: 10px; font-weight: normal; color: #666666; text-decoration: none;
 } 
