﻿/*Site Structure*/
body,html
{
    font-family:Arial,Verdana, Helvetica, Sans-Serif;
    font-size:11px;
    margin: 0px 0px 0px 0px;
    background-image:url('../siteimages/bg.png');
}
#left
{
    width:460px;
    height:600px;
    float:left; 
    background-image:url('../siteimages/left.png');
    background-repeat:no-repeat;
}
#right
{
    width:500px;
    float:right;
}

.winlt
{
    width:25px;
    height:25px;
    background-image:url('../siteimages/lefttop.png');
    background-repeat:no-repeat;
}
.winlb
{
    width:25px;
    height:25px;
    background-image:url('../siteimages/leftbottom.png');
    background-repeat:no-repeat;
}
.winrt
{
    width:25px;
    height:25px;
    background-image:url('../siteimages/righttop.png');
    background-repeat:no-repeat;
}
.winrb
{
    width:25px;
    height:25px;
    background-image:url('../siteimages/rightbottom.png');
    background-repeat:no-repeat;
}
.winother
{
    background-color:#ffffff;
}
.omenuheader
{
    background-image:url('../siteimages/omenuheader.png');
    background-repeat:no-repeat;
    width:200px;
    height:25px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
.omenuother
{
    background-color:#fd8800;
    text-align:center; 
    width:150px;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
}
.omenufooter
{
    width:200px;
    height:25px;
    background-image:url('../siteimages/omenufooter.png');
    background-repeat:no-repeat;
}
.omenucontent
{
    background-color:#FFFFFF;
}
.omenuayrac
{
    height:5px;
    font-size:5px;
    background-color:#FFFFFF;
}
/*Menu*/
#mainmenuabove
{
	position:absolute;
}
#mainmenuabove ul
{
   list-style-type:none;
   display:block;
   margin-left:0px;
}
#mainmenuabove li
{
 display:block; 
}
#mainmenuabove a
{
    color:#FFFFFF;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    display:block;
    text-decoration:none;
}
#mainmenuabove a:hover
{
   color:White;
   padding-top:5px;
   padding-bottom:5px;
   background-color:#fd8800;

}
#menu
{
    position:absolute;
}
#menu ul
{
   list-style-type:none;
   display:block;
   margin-left:0px;
}
#menu li
{
 display:block; 
}
#menu a
{
    color:#FFFFFF;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    display:block;
    text-decoration:none;
}
#menu a:hover
{
   color:White;
   padding-top:5px;
   padding-bottom:5px;
   background-color:#fd8800;

}
.ayrac
{
    width:5px;
    font-size:5px;
}

a
{
    color:#000000;/*#fd8800*/
}
a:hover
{
    color:#000000;
    text-decoration:none;
}  
.textbox
{
    font-family:Arial,Verdana, Helvetica, Sans-Serif;
    font-size:11px;
    height:14px;
    margin-bottom: 0px;
    border:solid 1px #d2d8e1; 
    background-color:#ffffff;
}
.checkbox
{
   border:solid 1px #d2d8e1; 
}
.button
{
    font-family:Arial,Verdana, Helvetica, Sans-Serif;
    font-size:11px;
    border:solid 1px #6d798a;
    background-image:url('../siteimages/buttonnormal.png');
    font-weight:bold;
    color:#1c2739;
    height: 20px;
}
.button:hover
{
    font-family:Arial,Verdana, Helvetica, Sans-Serif;
    font-size:11px;
    border:solid 1px #6d798a;
    background-image:url('../siteimages/buttonhover.png');
    height:20px;
    font-weight:bold;
    color:#c8d5e6;
}
.dropdown 
{
    font-size:11px;
    font-family:Arial,Verdana, Helvetica, Sans-Serif;
}
.gridviewheader
{
    background-image:url('../siteimages/gridheader.png');
    color:#000000;
    text-align:left;
    height:17px;
}
.gridviewrow
{
    height:17px;
    text-align:left;
    color:#000000;
}
.listbox
{
  font-family:Arial,Verdana, Helvetica, Sans-Serif;
    font-size:11px;
    border:solid 1px #d2d8e1; 
    background-color:#ffffff; 
}
.calendertitle
{
  background-image:url('../siteimages/gridheader.png');
  color:#000000;
  height:25px;
  font-family: Arial,Verdana, Helvetica, Sans-Serif;
  font-size:11px;
  font-weight:bold;
}
.acchdr
{
    background-image:url('../siteimages/omenuheader.png');
	font-family:Arial,Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
    text-align:center;
}
.acchdrselected
{
    background-image:url('../siteimages/omenuheaderselected.png');
	font-family:Arial,Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
    text-align:center;
    color:#FFFFFF;
}
.acccontent
{
   font-size:11px;
   text-align:left;
   font-weight:bold;
}
/*Editör*/
.editorbold
{
    background-image:url('../siteimages/editor/boldn.png');
    height:20px;
    width:20px;
    border:solid 1px #6d798a;
}
.editorbold:hover
{
    background-image:url('../siteimages/editor/boldov.png');   
}
.editoritalic
{
  background-image:url('../siteimages/editor/italicn.png');
  height:20px;
  width:20px;  
  border:solid 1px #6d798a; 
}
.editoritalic:hover
{
    background-image:url('../siteimages/editor/italicov.png');
}
.editorunderline
{
  background-image:url('../siteimages/editor/underlinen.png');
  height:20px;
  width:20px;  
  border:solid 1px #6d798a; 
}
.editorunderline:hover
{
    background-image:url('../siteimages/editor/underlineov.png');
}
.editorleft
{
  background-image:url('../siteimages/editor/leftn.png');
  height:20px;
  width:20px;  
  border:solid 1px #6d798a;
}
.editorleft:hover
{
   background-image:url('../siteimages/editor/leftov.png'); 
}
.editorright
{
  background-image:url('../siteimages/editor/rightn.png');
  height:20px;
  width:20px; 
  border:solid 1px #6d798a; 
}
.editorright:hover
{
   background-image:url('../siteimages/editor/rightov.png'); 
}
.editorcenter
{
  background-image:url('../siteimages/editor/centern.png');
  height:20px;
  width:20px;  
  border:solid 1px #6d798a;
}
.editorcenter:hover
{
   background-image:url('../siteimages/editor/centerov.png'); 
}
.editorhyperlink
{
  background-image:url('../siteimages/editor/hyperlinkn.png');
  height:20px;
  width:20px;  
  border:solid 1px #6d798a;
}
.editorhyperlink:hover
{
   background-image:url('../siteimages/editor/hyperlinkov.png'); 
}

