



/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 10px;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif;
}

H1
{
	font-weight: normal;
	font-size: 15px;
	margin: 12px 0px 0px;
	color: royalblue;
	font-family: Arial, Helvetica, sans-serif;
}


H2
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H3
{
	font-weight: bold;
	font-size: 11px;
	color: #589294;
	padding-bottom: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 8px 0px 0px;
}
H4
{
	font-weight: bold;
	font-size: 10px;
	color: cadetblue;
	padding-bottom: 2px;
	margin: 3px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
}
H5
{
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 3px 0px 0px;
	color: cadetblue;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

P
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0.5em;
	margin: 0px;
	color: #333333;
	line-height: 15px;
	padding-top: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkred;
}


A:link
{
	color: darkblue;
	text-decoration: none;
}

A:visited
{
	color: #996633;
	text-decoration: none;
}

A:hover, A:active
{
	color: darkorange;
	text-decoration: underline;
}


SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	font-size: 10px;
	margin: 0px 0px 0px -10px;
	color: dimgray;
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: square;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: #ffda7c;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* ================================
    CSS STYLES FOR THE KOBİMASTER PORTAL
    v1.0, 10/2004
   ================================
*/

/* PORTAL ADMİN */
/* Used for all admin pages the unselected tabs */
.AdminTopBg
{
	background-color: whitesmoke;
}

.AdminTopLine
{
	background-color: gainsboro;
}
.AdminTopHead
{
	font-size: medium;
	color: #ffc080;
	font-family: Arial, Tahoma;
}


.LineNormal
{
	background-color: white;
}

.LineAlternate
{
	background-color: #f5f5f5;
}


/* text style for the unselected tabs */
.Separator
{
	font-size: 10px;
	color: #939393;
	font-family: Verdana, Helvetica, sans-serif;
}


/* used for selected portal tabs */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: darkslategray;
	font-family: Verdana, sans-serif, Helvetica,;
	text-decoration: none;
}

A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active
{
	color: darkslategray;
	text-decoration: none;
}

A.SelectedTab:hover
{
	color: darkcyan;
	text-decoration: none;
}

/* used for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 10px;
	color: darkcyan;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active
{
	color: darkcyan;
	text-decoration: none;
}
A.OtherTabs:hover
{
	color: darkslategray;
	text-decoration: none;
}


/* used for top banner links */
.BannerTopLink
{
	font-size: 9px;
	color: #e2f1f4;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.BannerTopLink:link, A.BannerTopLink:visited, A.BannerTopLink:active
{
	color: #e2f1f4;
	text-decoration: none;
}

A.BannerTopLink:hover
{
	color: #e2f1f4;
	text-decoration: none;
}



/* .................................... */
/* PORTAL CONTENT MENU*/
/* Used for Portalcontnt menü and product categories */
.ContentMenu
{
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

A.ContentMenu:link, A.ContentMenu:visited, A.ContentMenu:active
{
	color: #0b7992;
	text-decoration: none;
}

A.ContentMenu:hover
{
	color: black;
}


/* Used for Selected Portalcontent menü and product categories */
.ContentSelectedMenu
{
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

A.ContentSelectedMenu:link, A.ContentSelectedMenu:visited, A.ContentSelectedMenu:active
{
	color: #0b4f68;
	text-decoration: none;
}

A.ContentSelectedMenu:hover
{
	color: black;
}



/* Used for Portalcontent menü and product categories */
.ContentSubMenu
{
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

A.ContentSubMenu:link, A.ContentSubMenu:visited, A.ContentSubMenu:active
{
	color: mediumblue;
	text-decoration: none;
}

A.ContentSubMenu:hover
{
	color: #4646f7;
}
/* .................................... */



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */

.ModuleHead
{
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.Message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 10px;
	color: seagreen;
	font-family: Verdana, Helvetica, sans-serif;
}


/* text style for  link buttons used in the module */
.ModuleCmdButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

A.ModuleCmdButton:link, A.ModuleCmdButton:visited, A.ModuleCmdButton:active
{
	color: teal;
	text-decoration: underline;
}
A.ModuleCmdButton:hover
{
	color: darkslategray;
	text-decoration: underline;
}




/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: #589294;
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: cadetblue;
	font-family: Verdana, Helvetica, sans-serif;
}


/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 15px;
	font-family: Tahoma, Verdana, sans-serif;
}

/* used for portal note,desc vs.. */
.Small
{
	font-weight: normal;
	font-size: 10px;
	color: #4f4f4f;
	line-height: 12px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	word-wrap:break-word;
}

/*Used for inactive description */
.Pasif
{
	font-weight: normal;
	font-size: 10px;
	color: #9b9b9b;
	font-family:  Tahoma,Verdana,Helvetica,  sans-serif;
	word-wrap:break-word;
}

/*Used for Discussion Board  */
.DiscussSmall
{
	font-weight: normal;
	font-size: 10px;
	color: dimgray;
	line-height: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*Used for Discussion Board  */
.DiscussDescrip
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	line-height: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
	color: #2f6b5d;
	text-decoration: none;
}
A.CommandButton:hover
{
	color: seagreen;
	text-decoration: underline;
}


.date
{
	margin-top: 9px;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listBullet
{
	font-size: 10px;
	color: #a6a6a6;
}
.listItem
{
	padding-right: 0em;
	padding-left: 0.5em;
	padding-bottom: 0em;
	padding-top: 0em;
}

.Thumbnail 
{
  cursor: pointer; 
}

/*PORTAL GRID*/
/* used for Portal Grid  styles */

.GridHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
	color: #f7f7f7;
	background-color: #4a3c8c;
}

.GridFooter
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #f7f7f7;
	height: 18px;
}

.GridPager
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #f7f7f7;
	height: 18px;
}

.GridItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #4A3C8C;
	background-color: #ECECEF;
	height: 18px;
}

.GridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: #4A3C8C;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #F7F7F7;
	height: 18px;
}

.GridSelectedItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: Orange;
	background-color: #FBF6DD;
	height: 18px;
}

.GridSpecialItem
{
	font-weight: normal;
	font-size: 11px;
	color: brown;
	font-family: Tahoma, Verdana, sans-serif;
	height: 18px;
	background-color: #fadcfa;
}


/*SHOPPING CART GRID*/
/* used for Portal Grid  styles */

.ShopGridHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 25px;
	color: #F7F7F7;
	background-color: SteelBlue;
}

.ShopGridFooter
{
	font-weight: bold;
	font-size: 11px;
	color: #4A3C8C;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #F7F7F7;
	height: 18px;
}


.ShopGridItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #4A3C8C;
	height: 20px;
	background-color: White;
}

.ShopGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: #4A3C8C;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #FaFaFa;
	height: 20px;
}


/* Product  */
.ProductHead
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}
.ProductDesc
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.ProductListPrice
{
	font-size: 10px;
	color: teal;
	font-family: Verdana, Arial;
}

.ProductPrice
{
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
}



.TableTopCell
{
	border-bottom: #4f4d4b 1pt solid;
}
.TableCell
{
	border-right: #DDEBEC 1pt solid;
	border-left: #DDEBEC 1pt solid;
	border-bottom: #DDEBEC 1pt solid;
}

.ThinTable
{
	border-right: #dde6e1 1px solid;
	border-top: #dde6e1 1px solid;
	border-left: #dde6e1 1px solid;
	border-bottom: #dde6e1 1px solid;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	font-weight: normal;
	font-size: 10px;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalButton
{
	border-right: #dfecf6 1px groove;
	border-top: #dfecf6 1px groove;
	font-size: 10px;
	border-left: #dfecf6 1px groove;
	color: #2a2a2a;
	border-bottom: #dfecf6 1px groove;
	font-family: Verdana, Helvetica, sans-serif;
}
.SiteFooter
{
	font-weight: normal;
	font-size: 9px;
	color: inactivecaption;
	line-height: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}


.Opacity
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}


.Gradient
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#cedce3' , endColorStr= '#ffffff' , gradientType= '1' );
}
.GradientFoot
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' , endColorStr= '#cedce3' , gradientType= '0' );
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
}

.PortalColorPanel
{
	border-right: #dde6e1 1px solid;
	border-top: #dde6e1 1px solid;
	border-left: #dde6e1 1px solid;
	border-bottom: #dde6e1 1px solid;
	background-color: #F7F7F7;
}

.PortalPanel
{
	border-right: #dde6e1 1px solid;
	border-top: #dde6e1 1px solid;
	border-left: #dde6e1 1px solid;
	border-bottom: #dde6e1 1px solid;
}

.PortalPanelHeader
{
	border-right: #dde6e1 1px solid;
	border-top: #dde6e1 1px solid;
	border-left: #dde6e1 1px solid;
	background-color: #f0efff;
}


.ModuleWindow
{
	font-weight: bold;
	margin-left: 0px;
	text-transform: uppercase;
	color: #77b4b7;
}

.ProductModuleWindow
{
	font-weight: bold;
	margin-left: 0px;
	text-transform: uppercase;
	color: #77b4b7;
	background-color: #ececec;
}

.ModuleContent
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	background-color: white;
}
.formboxhead
{
	border-right: #77b4b7 1px solid;
	padding-right: 10px;
	border-top: #77b4b7 1px solid;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 0px;
	text-transform: uppercase;
	border-left: #77b4b7 1px solid;
	color: #589294;
	line-height: 21px;
	border-bottom: #77b4b7 1px solid;
	background-color: #dfedee;
}
.formbox
{
	border-right: #77b4b7 1px solid;
	padding-right: 0px;
	border-top: #77b4b7 0px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	border-left: #77b4b7 1px solid;
	padding-top: 0px;
	border-bottom: #77b4b7 1px solid;
}

.formbtngray
{
	border-right: steelblue 1px solid;
	padding-right: 4px;
	border-top: steelblue 1px solid;
	padding-left: 4px;
	padding-bottom: 2px;
	font: 10px Verdana;
	border-left: steelblue 1px solid;
	color: #333333;
	padding-top: 2px;
	border-bottom: steelblue 1px solid;
	background-color: #ffffff;
	text-decoration: none;
}
A.formbtngray:link, A.formbtngray:visited, A.formbtngray:hover, A.formbtngray:active
{
	font: 600 10px Verdana,Geneva,Arial;
	color: steelblue;
	text-decoration: none;
}



A.MenuBtn
{
	border-right: #c5c5c5 1px solid;
	padding-right: 4px;
	border-top: #c5c5c5 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=Gainsboro);
	padding-bottom: 2px;
	margin-left: 1px;
	border-left: #c5c5c5 1px solid;
	color: #64677d;
	margin-right: 1px;
	padding-top: 2px;
	border-bottom: #c5c5c5 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: #ceceea;
	text-decoration: none;
}

A.MenuBtn:link, A.MenuBtn:active, A.MenuBtn:visited
{
	border-right: #c5c5c5 1px solid;
	padding-right: 4px;
	border-top: #c5c5c5 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=Gainsboro);
	padding-bottom: 2px;
	margin-left: 1px;
	border-left: #c5c5c5 1px solid;
	color: #64677d;
	margin-right: 1px;
	padding-top: 2px;
	border-bottom: #c5c5c5 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: #ceceea;
	text-decoration: none;
}

A.MenuBtn:hover
{
	border-right: #858585 1px solid;
	padding-right: 4px;
	border-top: #858585 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=#f1f0ff);
	padding-bottom: 2px;
	margin-left: 1px;
	border-left: #858585 1px solid;
	color: #64677d;
	margin-right: 1px;
	padding-top: 2px;
	border-bottom: #858585 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: gainsboro;
	text-decoration: none;
}




A.SelectedMenuBtn
{
	border-right: #858585 1px solid;
	padding-right: 4px;
	border-top: #858585 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=#f1f0ff);
	padding-bottom: 2px;
	margin-left: 1px;
	border-left: #858585 1px solid;
	color: #64677d;
	margin-right: 1px;
	padding-top: 2px;
	border-bottom: #858585 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: gainsboro;
	text-decoration: none;
}

A.SelectedMenuBtn:link, A.SelectedMenuBtn:active, A.SelectedMenuBtn:visited
{
	border-right: #858585 1px solid;
	padding-right: 4px;
	border-top: #858585 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=#f1f0ff);
	padding-bottom: 2px;
	margin-left: 1px;
	border-left: #858585 1px solid;
	color: #64677d;
	margin-right: 1px;
	padding-top: 2px;
	border-bottom: #858585 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: gainsboro;
	text-decoration: none;
}

A.SelectedMenuBtn:hover
{
	border-right: #c5c5c5 1px solid;
	padding-right: 4px;
	border-top: #c5c5c5 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=Gainsboro);
	padding-bottom: 2px;
	margin-left: 1px;
	border-left: #c5c5c5 1px solid;
	color: #64677d;
	margin-right: 1px;
	padding-top: 2px;
	border-bottom: #c5c5c5 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: #ceceea;
	text-decoration: none;
}

.FormButton
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-size: 11px;
	border-left: #ffffff 1px solid;
	color: dimgray;
	border-bottom: #ffffff 1px solid;
	font-style: normal;
	font-family: verdana, tahoma, arial;
	background-color: lightsteelblue;
	text-decoration: none;
}

A.formbtn
{
	border-right: darkgray 1px solid;
	padding-right: 5px;
	border-top: darkgray 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c0c0dc,endColorStr=white);
	padding-bottom: 2px;
	border-left: darkgray 1px solid;
	color: #5b5b85;
	padding-top: 2px;
	border-bottom: darkgray 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
}

A.formbtn:link, A.formbtn:active, A.formbtn:visited
{
	border-right: darkgray 1px solid;
	padding-right: 5px;
	border-top: darkgray 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#bdbde7,endColorStr=white);
	padding-bottom: 2px;
	border-left: darkgray 1px solid;
	color: darkslateblue;
	padding-top: 2px;
	border-bottom: darkgray 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: #ceceea;
	text-decoration: none;
}

A.formbtn:hover
{
	border-right: #5b5b85 1px solid;
	padding-right: 5px;
	border-top: #5b5b85 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#bdbde7,endColorStr=#f1f0ff);
	padding-bottom: 2px;
	border-left: #5b5b85 1px solid;
	color: #4d4d4d;
	padding-top: 2px;
	border-bottom: #5b5b85 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: gainsboro;
	text-decoration: none;
	height: 10;
}





.Rotator
{
  border:solid 0px black; 
  cursor:default; 
}

.RotatorTime
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:gray; 
}

.RotatorHeadline
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:#1E3787; 
  white-space:nowrap;
}


