﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #fff;
	margin:0;
}

#KMLogo {
	position:absolute;
	margin-top:18px;
}

#HeaderBar {
	background:url(images/MenuBar-bg.gif) repeat-x;
	
}
.HeaderBar {
	padding-top:30px;
}
.HeaderBar a:link, .HeaderBar a:visited, .HeaderBar a:active {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	padding:0 20px 0 10px;
	background:url(images/bar-sep.gif) right center no-repeat;
}

.HeaderBar a:hover {
	text-decoration:underline;
}

#HeaderBarSearch
{
	background:url(images/MenuBar-bg.gif) repeat-x;
	padding-right:10px;
}

#ULink  {
	padding-left:60px;
}

#ULink a:link, #ULink a:visited, #ULink a:active {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0 10px 3px 10px;
	text-decoration:none;
}

#ULink a:hover {
	text-decoration:underline;
}

#ULink img {
	padding-bottom:2px;
}




/*Modal Popup*/
.ModalBackground
{
	background-color: #C0C0C0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ModalPopup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: #C0C0C0;
	padding: 3px;
	width: 250px;
}

.ModalPopup p {
    padding: 5px;
}



A.BtnImage
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
}

A.BtnImage:link, A.BtnImage:active, A.BtnImage:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	text-decoration: none;
}

A.BtnImage:hover
{
	border: #bebebe 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #303030;
	text-decoration: none;
}



.Bold
{
	font-weight: bold;
}


.Underline
{
	text-decoration: underline;
}

.Red
{
	color: #FF0000;
}


.HeadLine
{
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.LightBorder
{
	border-bottom: solid 1px #e1e1e1;
}



.ListImage
{
	border: 1px solid #DADADA;
	margin: 2px;
}


.SelectedListImage
{
	border: 1px solid #FFA86F;
	margin: 2px;
}

/* KATALOG MODÜLÜ */

#CatalogModule {
padding: 5px 0 10px 0;
}

#CatalogModule #CatalogName {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #6390d3;
font-weight: bold;
padding: 0 0 2px 2px; 
}

#CatalogModule #CatalogName A {
color: #6390d3;
}

#CatalogModule #CatalogName A:Hover {
color: #557eba; text-decoration:underline;
}

#CatalogModule #CategoryList {
padding: 0 0 7px 2px;
}

#CatalogModule .Category {
background-image: url(images/cat_icon.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
line-height: 14px;
}


#CatalogModule .CategoryName {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color:#494949;
}

#CatalogModule A.CategoryName {
color: #494949;
}

#CatalogModule A.CategoryName:Hover {
color: #569221;
text-decoration:underline;
}

#CatalogModule #CategorySep {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #d8ff8b;
padding: 0 3px 0 0;
}

#CatalogModule .CatalogSep {
border: none;
}

.ModuleContent
{
	padding: 5px;
	border:#e0e0e0 1px solid;
		
			
}
.ModuleContent1
{
	padding: 5px;
	border-right:#e0e0e0 1px solid;
		border-left:#e0e0e0 1px solid;
			border-bottom:#e0e0e0 1px solid;
			border-top: 0px;
			
}
