BODY {scrollbar-face-color: #DEE3EF; 
scrollbar-shadow-color: #66DB0F; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: #B5C7DD; 
scrollbar-darkshadow-color: #B5C7DD; 
scrollbar-track-color: #B5C7DD; 
scrollbar-arrow-color: #999999}


/* Default CSS başladı */

.icerikDefault {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #323153;

   }
  
.konu_baslik {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  color: #333333;

   }

 
.menu_baslik {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #2C2121;
  font-weight: bold; 


   }
   
.OwMenu {
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;

   }
   
   .OwTextTablo_td {		/* Top right image if themebox has no title */
	height: 12px;
	background-color: #F3F3F3;
	background-position: right top;
	border: 1px solid #F9F9F9; 

}

/* Default CSS bitti */



.OwThemenavlog { 
margin-top:25; 
padding:10px; 
background-color: #c6c9d1; 
border: 1px solid #000000; 
}

/* start navbar menu styles */ 
div.menubar, 
div.menubar a.menubutton, 
div.nav_menu, 
div.nav_menu a.nav_menuitem { 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 9pt; 
font-style: normal; 
font-weight: bold; 
color: #000000; 
} 

div.menubar { 
border-top: 0px inset transparent; 
border-right: 0px inset #000000; 
border-bottom: 0px outset transparent; 
border-left: 0px inset #000000; 
text-align: left; 
padding-top: 0px; 
padding-right: 2px; 
padding-bottom: 2px; 
padding-left: 2px; 
} 

div.menubar a.menubutton { 
background-color: transparent; 
border: 0px solid #e0e0e0; 
color: #000000; 
cursor: pointer; 
left: 0px; 
margin: 0px; 
padding: 2px 6px 2px 6px; 
position: relative; 
text-decoration: none; 
top: 0px; 
z-index: 100; 
} 

div.menubar a.menubutton:hover { 
background-color: #5050f0; 
border: 0px solid #5050f0; 
color: #000000; 
} 

div.menubar a.menubuttonactive, 
div.menubar a.menubuttonactive:hover { 
background-color: #5050f0; 
border: 0px solid #5050f0; 
color: #ffffff; 
/* left: 1px; 
top: 1px; */ 
} 

div.nav_menu { 
background-color: #e0e0e0; 
border: 1px solid #000000; 
left: 0px; 
padding: 0px 1px 1px 0px; 
position: absolute; 
margin-top: -3px; 
visibility: hidden; 
z-index: 101; 
} 

div.nav_menu a.nav_menuitem { 
color: #000000; 
cursor: pointer; 
display: block; 
padding: 3px 1em; 
text-decoration: none; 
white-space: nowrap; 
} 

div.nav_menu a.nav_menuitem:hover, div.nav_menu a.menuitemhighlight { 
background-color: #5050f0; 
color: #ffffff; 
} 

div.nav_menu a.nav_menuitem span.menuitemtext {} 

div.nav_menu a.nav_menuitem span.menuitemarrow { 
margin-right: -.75em; 
} 

div.nav_menu div.menuitemsep { 
border: 1px inset #e0e0e0; 
margin: 4px 2px; 
} 
/* end navbar menu styles */










.OwTheme { width: 100%; height: 100%;}
.OwThemePage { background-color: #ffffff;}

A:link {color: midnightblue; text-decoration: none }
A:visited {color: #0B6C45; text-decoration: none  }
A:hover	{color: red; text-decoration: underline }
A:active {color: midnightblue; text-decoration: none }

/* Start FORM elements */

form {
	margin: 0px;
}

select {
	background: transparent;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border:  1px solid #A8B2BB;
}

.textbox {
	border: 1px solid #31659c;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 12px;
	margin-bottom: 5px;
}

.button {
	height: 20px;
	margin-bottom: 5px;
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6E3019;
	background-color: lightblue;
	color: #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* image Login/Logout buttons  */
.imgLogout {
	background-image: url('logout.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 67px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.imgLogin {
	background-image: url('login.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 59px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Turn the 'Use graphical buttons' off to use this button css */
.btnLogin {
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6E3019;
	background-color: #99B2D1;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}

/*	Start menu css  */
div.menu {
    width:157px;
    padding:0;
    margin:0;
    border:0px none;
}

div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000066;
    text-decoration: none;
}

div.menu a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000066;
    text-decoration: none;
}

div.menu h4 {
	margin:0;
	padding:0;
	text-align:left;
	font-weight: normal;
}

div.menu h4 a {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000066;
    text-decoration: none;
}

div.menu h4 a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000066;
    text-decoration: none;
}

div.menu h4 a:active {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000066;
    text-decoration: none;
}

html>body div.menu a {width:auto;}
html>body div.menu a:visited {width:auto;}
html>body div.menu h4 a {width:auto;}
html>body div.menu h4 a:active {width:auto;}
html>body div.menu h4 a:visited {width:auto;}

div.menu a:hover {background:#CCCCCC;color:#000066;text-decoration: none;}
div.menu h4 a:hover {background:#CCCCCC;color:#000066;text-decoration: none;cursor: default;}
/*	End menu css  */

/*	Start NavBar css  */
div.NavBar {
	display:inline;
	width:auto;
	margin:0;
	border:0px none;
	padding-bottom: 3px;
	padding-left: 5px
}

div.NavBar a {
	display:inline;
	margin:0;
	color:#000066;
	text-decoration: none;
	height: 15px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.NavBar a:hover {
    display:inline;
	background:#CCCCCC;
	color:#000066;
	text-decoration: none;
}

div.NavBar a:visited {
	display:inline;
	margin:0;
	color:#000066;
	text-decoration: none;
	height: 15px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.NavBar a:active {
	display:inline;
	margin:0;
	color:#000066;
	text-decoration: none;
	height: 15px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.NavBar img {
    display:inline;
	margin-right: 5px;
}
html>body div.NavBar {width:auto;}
/* --------------------	End NavBar css --------------------- */

/*	Start ThemeBlock  */

.OwThemeBlock {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
/*	border: 1px solid #003399; */
}

.OwThemeBlock_sh_tr {		/* Top right image if themebox has no title */
	height: 22px;
	background-color: #ffffff;
	background-image:  url('../../tr.gif');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px
}
.OwThemeBlock_sh_tl{		/* Top left image if themebox has no title */
	height: 22px;
	background-image:  url('../../tl.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px
}

.OwThemeBlock_sh_tc {		/* Top center image if themebox has no title, this one tiles horizontal */
	height: 22px;
	background-image:  url('../../tc.gif');/* orta dar bg */
	background-repeat: repeat-x;
	margin: 0px 9px; background-position-y:50%
}

.OwThemeBlock_tr {		/* Top right image */
	background-color: #ffffff;
	background-image:  url('owthm1_C6_R1.jpg');/* sağ köşe */
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px
}
.OwThemeBlock_tl{		/* Top left image */
	height: 89px;
	background-image:  url('owthm1_C1_R1.jpg');/* sol köşe */
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px
}

.OwThemeBlock_tc {		/* Top center image, this one tiles horizontal */
	height: 89px;
	background-image:  url('owthm1_C5_R1.jpg');/* orta geniş bg */
	background-repeat: repeat-x;
	margin: 0px 10px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 7px; background-position-y:1%
}

.OwThemeBlock_tc h4 {
	font-size: 12px;
	font-weight : bold;
	color : #000000; /* farklı renk #0fffff #003060 */


	margin: 0px;
	padding-bottom : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.OwThemeBlock_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url('../../ml.gif');
	background-repeat: repeat-y;
	background-position: left top
}
.OwThemeBlock_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url('../../mr.gif');
	background-repeat: repeat-y;
	background-position: right top
}
.OwThemeBlock_content {		/* Content background goes here */
	height: auto;
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
/*	background-image: url(../../tle.gif);
	background-repeat: repeat;
	background-position: left top; */
}

.OwThemeBlock_br {		/* Bottom right image */
	margin: 0px;
	background-image: url('../../br.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.OwThemeBlock_bl {		/* Bottom left image */
	margin: 0px;
	background-image: url('../../bl.gif');
	background-repeat: no-repeat;
	background-position: left bottom
}
.OwThemeBlock_bc {		/* Bottom center image. This one tiles horizontal */
	height: 21px;
	margin: 0px 9px;
	background-image: url('../../bc.gif');
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px; background-position-y:50%
}

.OwThemeblockMinMax { /* this is the click area and positioning for the min/max icon */
	background-color: #FFFFFF;
	width:13px;  /* this is the click area, usually the size of the icon */
	height:13px;  /* this is the click area, usually the size of the icon */
	margin-top:3px;  /* this is the positioning from the top of the themebox */
	margin-right:0px; 
	padding:0px; 
}

/* Hide for IE Mac \*/
* html .OwThemeBlock {height: 1%;}
* html .OwThemeBlock_content {height: 1%;}
/* End Hide */

/*  End ThemeBlock  */

/* codebox header */
.OwThemeCodeboxHead { /* Header cell for Codebox  */
    font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#0066FF; 
	background-color :#EEEFF4; 
	font-weight :bold
}

/* theme changer */
.OwThemeChanger{
	height: 42px;
	width: 148px;
	background-image: url('../../blank.gif');
	background-repeat: no-repeat; 
	background-position:  center 50%;
}

/* header styles */
.OwThemeHeader { width: 100%; background-color: #BFCAD7; background-image: url('h_bg.jpg')}
.OwThemeHeader_menu {background-image: url('../../hback.jpg')}
.OwThemeHeader_menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	
}
.OwThemeHeader_menuText a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.OwThemeHeader_menuText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
	text-align: center;
}
.OwThemeHeader_menuText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.OwThemeHeader_menuText a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
	text-align: center;
}
.OwThemeHeader_menuTextN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.OwThemeHeader_menuTextN a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.OwThemeHeader_menuTextN a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
	text-align: center;
}
.OwThemeHeader_menuTextN a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.OwThemeHeader_menuTextN a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
	text-align: center;
}
.OwThemeNavBar { width: 100%; background-image: url('t_bg.jpg');}

.OwThemeBlock_title { width: 100%; height: 11; background-color: lightblue; background-image: url('t_bg.jpg')}
.OwThemeBlock_subTitleCell {background-color: #C4D1E6; background-image: url('t_bg.jpg')}
.OwThemeBlock_forumCategoryCell {background-color: lightblue; background-image: url('t_bg.jpg')}

.OwThemeSmallBlock { border: 1px solid #C0CCDA;}
.OwThemeFooterBlock { border: 1px solid #C0CCDA; background-image: url('t_bg.jpg')}

/* ----------------- PM Toast Styles -------------------------- */
.OwThemeToast {
	border:1px solid #A6B4CF;
	border-right: 1px solid #455690;
	border-bottom: 1px solid #455690;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:-120px;
	right:10px;
	width:181px;
	height:111px; 
}
.OwThemeToast_header_left {
	border-top:1px solid white;
	border-left:1px solid white;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:0px;
	background-image:url('Grad.jpg');
	background-repeat: repeat-x;
	text-align:center
}
.OwThemeToast_header_img_left {
	background-image: url('mail.jpg');
	background-repeat: no-repeat
}
.OwThemeToast_title {
	border-top:1px solid white;
	padding-top:4px;
	padding-left:5px;
	padding-bottom:0px;
	font-family:arial;
	font-size:12px;
	background-image: url('Grad.jpg');
	background-repeat: repeat-x
}
.OwThemeToast_header_right {
	border-top:1px solid white;
	padding-right:2px;
	padding-bottom:0px;
	border-right:1px solid #CFDEF4;
	background-image: url('Grad.jpg');
	background-repeat: repeat-x;
	text-align:right
}
.OwThemeToast_header_img_right {
	background-image: url('x.jpg');
	background-repeat: no-repeat;
	cursor: hand
}
.OwThemeToast_content_left {
	background-color:#728EB8;
	border-left:1px white solid;
}
.OwThemeToast_content {
	border-top:1px solid #728EB8;
	cursor:hand;
	border-bottom:1px solid #B9C9EF;
	padding-top:4px;
	padding-left:5px;
	font-family:arial;
	font-size:12px;
	background-image: url('Grad2.jpg');
	background-repeat: repeat-x
}
.OwThemeToast_content_right {
	background-color:#B9C9EF;
	border-right:1px #CFDEF4 solid;
}
/* ----------------- END PM Toast Styles -------------------------- */


/*--------------------------------- START EVENT/CALENDAR STYLES ----------------------------------*/
TD.NON 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#C0C0C0; 
	font-weight :normal
}
TD.TOP 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#0000FF; 
	font-weight :bold
}
TD.Some 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	font-weight :normal
	}
TD.Today 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :lightsteelblue; 
	font-weight :normal
}
TD.Day 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#FFFFFF; 
	background-color :gainsboro; 
	font-weight :normal
}
TD.Selected 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :plum; 
	font-weight :normal
}
TD.HL 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	font-weight :normal
}
TD.NON2 
{
	cursor: crosshair;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :lightgrey; 
	font-weight :normal
}
A.NOEVENT:link
{
    COLOR: #000000;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:visited
{
    COLOR: #000000;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:hover
{
    BACKGROUND-COLOR: lavender;
    COLOR: #000000;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.EVENT:link
{
    COLOR: navy;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:visited
{
    COLOR: navy;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:hover
{
    BACKGROUND-COLOR: CCFFFF;
    COLOR: navy;
    CURSOR: help;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.MONTH:link
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:visited
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:hover
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline
}
A.NORMAL:link
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:visited
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:hover
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.createdby
{
    FONT-STYLE: italic;
    TEXT-ALIGN: right
}
.bluetext
{
    COLOR: #336699
}
.month
{
    FONT-WEIGHT: bold
}
.eventname
{
    FONT-WEIGHT: bold
}
a.Title:link {color:navy; text-decoration: underline; cursor: hand}
a.Title:visited {color: steelblue; text-decoration: underline}
a.Title:hover   {color: FFFFCC; text-decoration: underline; cursor: hand}

/*--------------------------------- END EVENT/CALENDAR STYLES ------------------------------------*/

.hidden {
	DISPLAY: none
}
.OwThemeIM {
	border:1px solid #A6B4CF;
	border-right: 1px solid #455690;
	border-bottom: 1px solid #455690;
	width:200px;
	background-color: #C6D8F2;
	filter: Alpha(Opacity=90);
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
 }