﻿/* GENERIC */
/* background color for the content part of the pages */
Body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 0px;
	background-color: #FFF;
}
H1 {
	font-weight: normal;
	font-size: 20px;
	margin: 6px 0px 0px;
	color: #333333;
	font-family: 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;
}
P {
	padding: 0px;
	font-size: 11px;
	padding-bottom: 4px;
	margin: 0px;
	line-height: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
TFOOT, THEAD {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: maroon;
}
TH {
	font-family: Verdana, Helvetica, sans-serif;
}
A:link, A:visited, A:active {
	color: #2d8dce;
	text-decoration: none;
}
A:hover {
	color: #353535;
	text-decoration: underline;
}
SMALL {
	font-size: 8px;
}
BIG {
	font-size: 14px;
}
BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}
li {
	font-size: 11px;
	color: #404040;
	font-family: Tahoma;
	list-style-type: disc;
}
UL LI {
	list-style-type: square;
}
UL LI LI {
	list-style-type: circle;
}
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 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: lavender;
	height: 1px;
}
/* ================================
    CSS STYLES FOR THE KOBİMASTER PORTAL
    v1.0, 10/2004
   ================================
*/
/* PORTAL ADMİN */
/* Used for all admin pages the unselected tabs */
.RightPaneStyle {
	background-color: #ffffff;
}
.ContentPaneStyle {
	background-color: #ffffff;
}
.LeftPaneStyle {
	background-color: #ffffff;
}
.AdminTopBg {
	background-color: #f5f5f5;
}
.AdminTopLine {
	background-color: #dcdcdc;
}
.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: 11px;
	color: #cb4d51;
	font-family: tahoma;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active {
	color: #cb4d51;
	text-decoration: none;
}
A.SelectedTab:hover {
	color: #16657D;
	text-decoration: none;
}
/* used for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 11px;
	color: #16657D;
	font-family: tahoma;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
	color: #16657D;
	text-decoration: none;
}
A.OtherTabs:hover {
	color: #cb4d51;
	text-decoration: none;
}
/* used for top banner links */
.BannerTopLink {
	font-size: 10px;
	color: #bb0000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.BannerTopLink:link, A.BannerTopLink:visited, A.BannerTopLink:active {
	color: #4d4d4d;
	text-decoration: none;
}
A.BannerTopLink:hover {
	color: #bb0000;
	text-decoration: underline;
}
/* .................................... */
/* PORTAL CONTENT MENU*/
/* Used for Portalcontnt menü and product categories */
.ContentMenu {
	font-size: 11px;
	color: #444444;
	font-family: Verdana, Tahoma, sans-serif;
}
A.ContentMenu:link, A.ContentMenu:visited, A.ContentMenu:active {
	color: #444444;
	text-decoration: none;
}
A.ContentMenu:hover {
	color: #85ac0e;
	text-decoration: underline;
}
.ContentMenuSeparator {
	border: #e1e1e1 1px dotted;
	height: 26px;
	padding-left: 7px;
}
/* Used for Selected Portalcontent menü and product categories */
.ContentSelectedMenu {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
}
A.ContentSelectedMenu:link, A.ContentSelectedMenu:visited, A.ContentSelectedMenu:active {
	color: #666666;
	text-decoration: none;
}
A.ContentSelectedMenu:hover {
	color: #85ac0e;
	text-decoration: underline;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.ModuleHead {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Trebuchet MS, Arial, Tahoma;
	color: #3f3f4d;
}
.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: 11px;
	color: #2e8b57;
	font-family: Tahoma, 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: #404040;
	text-decoration: underline;
}
A.ModuleCmdButton:hover {
	color: #000000;
	text-decoration: underline;
}
/* GENERAL */
/* style for module titles */
.Head {
	font-weight: bold;
	font-size: 12px;
	color: #287cb8;
	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: #287cb8;
	font-family: Verdana, Helvetica, sans-serif;
}
/* text style used for most text rendered by modules */
.Normal {
	font-weight: normal;
	font-size: 11px;
	color: #4f4f4f;
	font-family: Tahoma, Verdana, sans-serif;
}
.Validater {
	font-weight: bolder;
	font-size: 12px;
	color: red;
	font-family: Verdana, sans-serif;
}
/* used for portal note,desc vs.. */
.Small {
	font-weight: normal;
	font-size: 10px;
	color: #e2f1f4;
	line-height: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*Used for inactive description */
.Pasif {
	font-weight: normal;
	font-size: 10px;
	color: #9b9b9b;
	line-height: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/*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: #2a5c8e;
	text-decoration: underline;
}
A.CommandButton:hover {
	color: #287cb8;
	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;
}
.Thumbnail2 {
	cursor: pointer;
	border: #c5c5c5 1px solid;
}
.Thumbnail2:hover, .Thumbnail2:focus {
	cursor: pointer;
	border: palegreen 1px solid;
}
/*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 */
.ShopGrid {
	border: #d3d3d3 1px solid;
	background-color: #ffffff;
}
.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  */
A.ProductHead {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, arial;
	text-decoration: none;
	padding-bottom: 0px;
	color: #4E8C48;
}
A.ProductHead:link, A.ProductHead:visited, A.ProductHead:active {
	color: #4E8C48;
}
A.ProductHead:hover {
	color: #888888;
}
.ProductDesc {
	color: black;
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 13px;
}
.ProductListPrice {
	font-size: 11px;
	color: #8d8d8d;
	font-family: Tahoma Verdana, Arial;
	font-weight: bold;
	text-decoration: line-through;
}
.ProductPrice {
	font-size: 12px;
	color: #D32E00;
	font-family: Tahoma Verdana, Arial;
	font-weight: bold;
}
.ProductListItem {
	border: lightgrey 1px dotted;
}
.TableTopCell {
	border-bottom: #4f4d4b 1pt solid;
}
.TableCell {
	border: #DDEBEC 1pt solid;
	border-top: #DDEBEC 0pt solid;
}
.ThinTable {
	border: #dde6e1 1px solid;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	border: #d8d8d8 1px solid;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.MarkedTextBox {
	font-size: 10px;
	border: solid 1px #b0b0b0;
	color: gray;
	background-color: #f5f5f5;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalButton {
	border: #dfecf6 1px groove;
	font-size: 10px;
	color: #2a2a2a;
	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: #dde6e1 1px solid;
	background-color: #F7F7F7;
}
.PortalPanel {
	border: #dde6e1 1px solid;
}
.PortalPanelHeader {
	border: #dde6e1 1px solid;
	background-color: #f0efff;
}
.ModuleWindow {
	padding: 0px;
	font-weight: bold;
	border: #eaeaea 0px solid;
	background-color: #ffffff;
}
.ProductModuleWindow {
	font-weight: bold;
	padding: 0px;
	border: #eaeaea 0px solid;
	background-color: #ffffff;
}
.ModuleContent {
	padding: 0px;
	background-color: white;
	border-left: #e1e1e1 1px solid;
	border-right: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}
.formboxhead {
	border: #b0c4de 1px solid;
	padding: 1px;
	font-weight: bold;
	color: #287cb8;
	line-height: 21px;
	background-color: #ededff;
	font-size: 12px;
}
.formbox {
	border: #b0c4de 1px solid;
	padding: 5px;
	margin-top: -1px;
}
A.PagerBtn {
	border: #c5c5c5 1px solid;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #c0c0dc url('_btn_back.gif') repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 10;
	margin: 0 1px 0 1px;
}
A.PagerBtn:link, A.PagerBtn:active, A.PagerBtn:visited {
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}
A.PagerBtn:hover {
	border: #6ab94b 1px solid;
	background: gainsboro url('btn_back.gif') repeat-x;
	color: #4d4d4d;
	text-decoration: none;
}
A.SelectedPagerBtn {
	border: #6ab94b 1px solid;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: gainsboro url('btn_back.gif') repeat-x;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 10;
	margin: 0 1px 0 1px;
}
A.SelectedPagerBtn:link, A.SelectedPagerBtn:active, A.SelectedPagerBtn:visited {
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}
A.SelectedPagerBtn:hover {
	border: #c5c5c5 1px solid;
	color: #5b5b85;
	background: #c0c0dc url('_btn_back.gif') repeat-x;
	text-decoration: none;
}
A.MenuBtn {
	border: #c5c5c5 1px solid;
	padding: 2px 3px 3px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #c0c0dc url('_btn_back.gif') repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 14;
	margin: 0 2px 0 2px;
}
A.MenuBtn:link, A.MenuBtn:active, A.MenuBtn:visited {
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}
A.MenuBtn:hover {
	border-left: 1px solid #6ab94b;
	border-right: 1px solid #6ab94b;
	border-top: 1px solid #6ab94b;
	border-bottom: 1px solid #ffffff;
	background: gainsboro url('btn_back.gif') repeat-x;
	color: #4d4d4d;
	text-decoration: none;
}
A.SelectedMenuBtn {
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #ffffff;
	padding: 2px 3px 3px 3px;
	font-weight: bold;
	font-size: 10px;
	background: gainsboro url('btn_back.gif') repeat-x;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 14;
	margin: 0 2px 0 2px;
}
A.SelectedMenuBtn:link, A.SelectedMenuBtn:active, A.SelectedMenuBtn:visited {
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}
A.SelectedMenuBtn:hover {
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #ffffff;
	color: #5b5b85;
	background: #c0c0dc url('_btn_back.gif') repeat-x;
	text-decoration: none;
}
.submit {
	color: #2b333c;
}
.submit, .submit-disabled {
	border-left: 3px double #acb5b5;
	border-right: 3px double #acb5b5;
	border-top: 3px double #c4cccc;
	border-bottom: 3px double #6f7777;
	background: #fefefe url('btn_back.gif') repeat-x;
	font: normal normal normal bold 9px verdana;
}
.submit:hover, .submit:focus {
	border: 3px double;
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}
.submit:visited {
	color: #2b333c;
}
A.formbtn {
	padding: 5px 4px 2px 5px;
	font-weight: bold;
	font-size: 9px;
	background: #fafafa url('_btn_back.gif') repeat-x;
	color: #333333;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	height: 19px;
}
A.formbtn:link, A.formbtn:active, A.formbtn:visited {
	border: #e1e1e1 1px solid;
	padding: 2px 5px 2px 5px;
	color: #333333;
	background-color: #fafafa;
	text-decoration: none;
}
A.formbtn:hover {
	border: #96bb27 1px solid;
	padding: 2px 5px 2px 5px;
	background: #dcdcdc url('btn_back.gif') repeat-x;
	color: #111111;
	text-decoration: none;
}
A.MultiPageTabs {
	border: #d3d3d3 1px solid;
	padding: 4px 2px 0px 2px;
	font-size: 11px;
	background: #ceceea url('tab_bg.gif') repeat-x;
	color: #1c1c1c;
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
	height: 30;
	margin: 0 1px 0 1px;
}
A.MultiPageTabs:link, A.MultiPageTabs:active, A.MultiPageTabs:visited {
	color: #1c1c1c;
	text-decoration: none;
}
A.MultiPageTabs:hover {
	border-bottom-color: White;
	color: #5b5b85;
	background: #fefefe url('slct_tab_bg.gif') repeat-x;
	text-decoration: none;
}
A.MultiPageSelectedTabs {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid White;
	padding: 4px 2px 0px 2px;
	font-size: 11px;
	background: #ceceea url('slct_tab_bg.gif') repeat-x;
	color: #1c1c1c;
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
	height: 30;
	margin: 0 1px 0 1px;
}
A.MultiPageSelectedTabs:link, A.MultiPageSelectedTabs:active, A.MultiPageSelectedTabs:visited {
	color: #1c1c1c;
	text-decoration: none;
}
A.MultiPageSelectedTabs:hover {
	color: #5b5b85;
	text-decoration: none;
}
.MultiPageTabLayer {
	position: relative;
	z-index: 95;
}
.MultiPageContent {
	border: #d3d3d3 1px solid;
	padding: 14px 6px 6px 6px;
	text-decoration: none;
	position: relative;
	top: -1px;
	left: 1px;
	z-index: 90;
}
/*CALENDAR STYLED*/
.picker {
	background-color: #ffffff;
	border: 1px Lavender solid;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,monospace;
	cursor: pointer;
}
.calendar_button {
	border: none;
	cursor: pointer;
}
.calendar td {
	font-size: 10px;
}
.calendar_title {
	font-weight: bold;
	background-color: #D7D7E5;
}
.day {
	width: 15px;
	cursor: pointer;
	text-align: center;
	border: 1px #FFFFFF solid;
}
.dayhover {
	width: 15px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border: 1px #FFFFFF solid;
}
.dayheader {
	width: 15px;
	text-align: center;
	border: 1px white solid;
	font-weight: bold;
	background-color: #FFFFFF;
}
.othermonthday {
	color: #999999;
	background-color: white;
}
.selectedday {
	width: 15px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503;
	border-style: solid;
	font-weight: bold;
}
.weekendday {
	width: 15px;
	cursor: pointer;
	text-align: center;
	border: 1px white solid;
	color: Red;
}
.todayday {
	width: 15px;
	cursor: pointer;
	text-align: center;
	border: 1px white solid;
	color: #ffffff;
	background-color: LightSteelBlue;
}
.calendar {
	border-collapse: collapse;
	border: 1px Black solid;
	background-color: #FFFFFF;
	cursor: default;
}
.month {
	margin: 0px 5px 5px;
	background-color: WhiteSmoke;
}
.nextprev {
	cursor: pointer;
	height: 20px;
	vertical-align: center;
	padding: 0px 5px 0px 5px;
}
/*WIZARD STYLE*/
.Wizard {
	background-color: #F7F6F3;
	border: Solid 1px #CCCCCC;
	font: normal normal normal 0.8em normal Verdana;
}
.WizardStep {
	border: Solid 0px #CCCCCC;
	color: #5D7B9D;
}
.WizardSideBar {
	background-color: #7C6F57;
	border: Solid 0px #CCCCCC;
	font: normal normal normal 0.9em normal Verdana;
}
.WizardHeader {
	background-color: #5D7B9D;
	border: Solid 1px #CCCCCC;
	font: normal bold normal 0.9em normal Verdana;
	color: White;
}
/*AutoComplete flyout */
.AutoCompleteListElement {
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
	text-align : left;
	list-style-type : none;
}
/* AutoComplete highlighted item */
.AutoCompleteHighlightedListItem {
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-size: 11px;
	font-family: Tahoma;
}
/* AutoComplete item */
.AutoCompleteListItem {
	background-color: window;
	color: windowtext;
	padding: 1px;
	font-size: 11px;
	font-family: Tahoma;
}
.maintab {
	padding-left: 1px;
}
/* Özel CSS TANIMLARI */
/* used for top banner links */
.FlashLink {
	font-size: 11px;
	color: #bb0000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.FlashLink:link, A.FlashLink:visited, A.FlashLink:active {
	color: #4d4d4d;
	text-decoration: none;
}
A.FlashLink:hover {
	color: #bb0000;
	text-decoration: underline;
}
.maintab {
	padding-left: 1px;
}
.DesktopModuleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: 700;
	padding-top: 1px;
}
.NewsTable {
	width: 260px;
}
.NewsTitle {
	font-family: Tahoma, Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #2d8dce;
	font-weight: 700;
}
.NewsSummary {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #6d6d6d;
	padding-top: 3px;
}
A.DetailLink:link {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #8aab16;
	text-decoration: none;
}
A.DetailLink:hover {
	color: #2d8dce;
	text-decoration: underline;
}
.glidecontentwrapper {
	position: relative; /* Do not change this value */;
	width: 270px;
	height: 100px; /* Set height to be able to contain height of largest content shown*/;
	border: none;
	overflow: hidden;
	padding-left: 5px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/
.glidecontent {
	/*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */;
	background: white;
	padding: 10px;
	visibility: hidden;
	width: 280px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/
.glidecontenttoggler {
	/*style for DIV used to contain toggler links. */
width: 80px;
	margin-top: 3px;
	text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontenttoggler a {
	/*style for every navigational link within toggler */
display: -moz-inline-box;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	display: inline-block;
	margin-right: 0px;
	background-image: url('passive_dot.gif');
}
.glidecontenttoggler a.selected {
	/*style for selected page's toggler link. ".selected" class auto generated! */
background-image: url('active_dot.gif');
}
.glidecontenttoggler a:hover {
	background-image: url('hover_dot.gif');
}
.glidecontenttoggler a.toc {
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next {
	/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
}
/* Dynamic Content order */
.group1 {
	visibility: hidden;
	margin-bottom: 10px;
}
h2 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 22px;
	color: #EC7C00;
	font-weight: normal;
	margin-bottom: -5px;
}
h5 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #555555;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	color: #b40202;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	color: #668800;
	margin-bottom: 0px;
	font-weight: normal;
}
.NormalContent {
	font-size: 13px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
}
.NormalContent ul, li {
	font-size: 13px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	margin-left: -25px;
}
.ContentBox {
	padding: 5px 20px 10px 10px;
}
#SmartLinkBox {
	background-color: #fafafa;
	padding: 3px 3px 3px 7px;
	margin-bottom: 2px;
}
#SmartLink {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #444444;
	padding-left: 15px;
}
#PSpacer {
	height: 10px;
}
#SmartLink A:link, A:active, A:visisted {
	color: #2d8dce;
	text-decoration: none;
}
#SmartLink A:hover {
	color: #659100;
	text-decoration: underline;
}
#ArrGreen {
	position: absolute;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #6F9300;
}
.Grid {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #333333;
}
.GridMainTitle {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #2e8de0;
	padding-left: 10px;
	font-weight: bold;
}
.GridSubTitle {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #659100;
	font-weight: normal;
}
.GridRow1 {
	background-color: #FBFBFB;
	text-align: center;
}
.GridRow2 {
	background-color: #F3F3F3;
	text-align: center;
}
.GridDataCell {
	font-size: 13px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	padding-left: 10px;
	text-align: left;
}
.GridDescCell {
	font-size: 13px;
	color: #555555;
	font-family: Arial, Tahoma, Verdana;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}
#SmartBox {
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #eaeaea;
}
#SmartBoxContent {
	background-color: #fafafa;
	padding: 10px;
	font-size: 13px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
}
.jsclass body .randomcontent {
	/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}
#SearchTags {
	text-align: left;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	padding: 0px 10px 5px 10px;
	line-height: 20px;
	text-align: justify;
}
#SearchTags A {
	margin-right: 5px;
	white-space: nowrap;
}
A.TagStyle1 {
	font-size: 13px;
	color: #777777;
}
A.TagStyle2 {
	font-size: 11px;
	font-weight: bold;
}
A.TagStyle3 {
	font-size: 11px;
}
.Anket {
	text-align: left;
}
.Anket input {
	background-color: white;
	border: none;
}
.Anket ul {
	list-style: none;
}
.Anket li {
	list-style: none;
	display: block;
	text-align: left;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}
.Anket li label {
	float: right;
	margin-right: 5px;
}
.Anket .AnketButon {
	width: 75px;
	height: 25px;
	float: left;
	margin-top: 5px;
	border: 1px #c7c7c7 solid;
	cursor: pointer;
}
.siteler ul li {
	list-style: none;
}
.siteler li a {
	font-size: 12px;
	font-weight: bold;
}
