﻿/* NEW STYLES BEGIN */
html
{
	width:100%;  
	height:100%;
	margin: 0;
	padding: 0;
}
body
{
	width:100%;  
	height:100%; 
	min-width:980px;
	max-width:100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11pt;
	
}

.absoluteDivClass
{
	background-color:#F3EFE0;
	position:absolute;
	z-index:9999;
	border:solid 1px black;
}


.smallButtonClose
{
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-color: #f3efe0;
	height: 20px;
	width: 20px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;	
}


.popupbody
{
	width:100%;
	height:100%;
	min-width:100px;
	max-width:100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11pt;
}


/* LOGIN BEGIN */
.loginMain
{
	width:100%;
	text-align:center;
	vertical-align:top;
	margin-top:30px;	
}
/*Mozilla*/
.loginMain
{
	text-align: -moz-center;
}

.loginInfo
{
	background-color:#7486c4;
	height:40px;
	line-height:40px;
	vertical-align:middle;
}

.loginLanguageCell
{
	border-bottom: #c0c0c0 1px solid;
	padding:3px;
	text-align:right;
	
}

.loginLanguageCombo
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	width:80%;
	text-align:left;
}
.loginLanguageCombo td
{
	cursor: hand;
	text-align:left;
	line-height:30px;
	vertical-align:middle;
}


.loginUsernameCell
{
	width:250px;
	vertical-align:top;
	text-align:center;
}
/*Mozilla*/
.loginUsernameCell
{
	text-align:-moz-center;
}

.loginSeperatorCell
{
	text-align: center;
	vertical-align: middle;
	width: 10px;
}
/*Mozilla*/
.loginSeperatorCell
{
	text-align:-moz-center;
}

.loginTcKimlikCell
{
	width:250px;
	vertical-align:top;
	text-align:center;
}
/*Mozilla*/
.loginTcKimlikCell
{
	text-align:-moz-center;
}
.loginSeperator
{
	display: block;
	background-color:#e00034;
	width:2px;
	height:90px;
}

.loginLogoCell
{
	text-align:center !important;		
}
/*Mozilla*/
.loginLogoCell
{
	text-align:-moz-center;
}

.loginK12KDSLogo
{
	background-image: url(../../images/k12kds.gif);
	width:200px;
	height:75px;
	display:block;
	margin-bottom:20px;
	margin-top:20px;
}

.loginButton
{
	background-color: #e00034;
	height: 25px;
	width: 100px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border-right: #9d0034 1px solid;
	border-top: #9d0034 1px solid;
	border-left: #9d0034 1px solid;
	border-bottom: #9d0034 1px solid;
}
/* LOGIN END */

/* MASTER PAGE&MENU STYLES BEGIN */
.menuTable
{
	width:100%;
	height:60px;
}

.menuLogoCell
{
	padding-top:2px;
	height:40px;
	width:107px;
	background-color: #b6bccc;
}
.menuLogo
{ 
	border-bottom: 1px solid #b6bccc;
	/*width:107px;*/
	height:40px;
	display:block;
}
.menuRightCell
{
	padding-top:2px;
	width:40px;
	height:40px;
	display:block;
	background-color: #b6bccc;
}
.menuRightInfo
{
	border-bottom: 1px solid #d1d5e0;
	/*background: #d7def0 url("images/menuBackground.gif") repeat-x top left;*/
	/*padding-top: 2px;*/
	display:block;
	width:100%;
	height:40px;
	text-align:center;	
}

.menuBreadCrumbCell
{
	height: 25px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	background-color: #f8f8ff;
	vertical-align:middle;
}

.breadcrumb
{
	list-style:none;
	padding:0;
	margin: 0;
	height:18px;
}

.breadcrumb .first
{
	/*width:140px;
	background:#ffa800;
	margin-right: 10px;*/
	margin-right: 10px;
	list-style:none;
	
}

.breadcrumb .separator
{
	padding: 0 4px;
	list-style:none;
}

.breadcrumb li
{
	float:left;
	line-height: 18px;
	color: #000;
	list-style:none;
}

.breadcrumb li a,
.breadcrumb li a:hover
{
	font: 12px 'Segoe UI', Arial, 'sans-serif';
	color: #000;
	text-decoration:none;
}

.content
{
	/*width:100%;*/
	padding:5px 10px 0 10px;
}
/* MASTER PAGE&MENU STYLES END */

/* BOTTOM PAGE BEGIN*/
.bottomMainDiv
{
	background-color:#7486c4;
	width:100%;
	height:30px;
	border-top:solid 1px #898183;
}
.bottomlogo
{
	background-image: url(../../images/Bilsalogo.gif);
	width:51px;
	height:27px;
	display:block;
}
.bottomBoldText
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	padding-left:10px;
}
.bottomNormalText
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	padding-left:10px;
}
/* BOTTOM PAGE END*/

/* ENTRY TABLE BEGIN */
td.ltd /* Label Cell style*/
{
	text-align: right;
	padding-right: 5px;
} 
td.ltd .EntryLabel
{
	font-weight: bold;
	color: #696969;
}
td.ltd a
{
	font-weight: bold;
}
td.etd /* Entry Cell style */
{
	padding-left:3px;
	text-align:left;
}
td.atd /* Actionbar Cell style */
{
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
}
/* ENTRY TABLE END */
/* NEW STYLES END */










hr
{
	border-bottom: solid 1px #f5f5f5;
	margin: -2px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
	display: block;
	float: none;
}
/*----------------------------- HEADER ----------------------------*/
.Header
{
	height: 80px;
	width: 100%;
	border: 0;
}
.HeaderBanner
{
	background-image: url(../images/master/top_banner_03.gif);
	height: 58px;
	width: 100%;
	border: 0;
}
.HeaderBannerLeft
{
	background-image: url(../images/master/top_banner_01.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 309px;
	border: 0;
}
.HeaderReconnectFrame
{
	height: 25px;
	width: 150px;
	border: 0;
}
.HeaderReconnect
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../images/master/top_bannerDate.gif);
	position: relative;
	margin-top:2px;
	padding-top: 8px;
	padding-right: 2px;
	height: 25px;
	text-align :right;
}

/* Header Pulldown */
.HeaderPulldown
{
	background-image: url(../images/master/top_banner_down.gif);
	height: 22px;
	width: 100%;
	border: 0;
	vertical-align: middle;
	text-align: left;
}
.HeaderLink
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	text-decoration:none;
	font-size: 11px;
	color: #666;
	cursor: hand;
	margin-left :3px;
	margin-right :3px;
}
.HeaderLink:hover
{
	color: #000;
}
.HeaderPulldownBilsa
{
	background-image: url(../images/master/bilsalittle.gif);
	height: 22px;
	width: 53px;
	border: 0;
	float:right
}
/* --- Header Okul Adı / Dersyili --- */
.HdrOkul
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-indent: 0px;
	position: relative;
	top: 6px;
}
.HdrDersYili
{
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size: 10px;
	color: #000099;
	text-indent: 0px;
	position: relative;
	top: 6px;
}
.HdrModul
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #330066;
	text-indent: 0pt;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
/*---------------------------------------------*/
/* ---------------------- CONTAINER PAGE ------------------*/
.HeaderDiv
{
	float:left;
	clear:both;
}
.MenuDiv
{
	float:left;
	width:180px;
	/* background-image: url(../images/menu/treemenubg.gif);  
	background-repeat:repeat-x;
	background-position:bottom; */
	border-right: #afbbc6 0.75px solid;
	/*direction:ltr;
	margin-left:14px;
	*/
}
.MenuDiv2
{
	float:left;
	width:180px;
	/* background-image: url(../images/menu/treemenubg.gif);  
	background-repeat:repeat-x;
	background-position:bottom; */
	border-right: #afbbc6 0.75px solid;
	/*direction:ltr;*/
}

.verticalMenu
{
	vertical-align:top; 
	height:100%;
	width:20px;
}

.menuScrollDiv
{
	/*height:expression(document.body.clientHeight-500);*/
	/*border:solid 0px black;*/
	/*direction:rtl;*/
	height:100%;
	border:solid 0px black;
	margin:0px;
	width:200px;	
	overflow:auto;
	background-color:#eceae8;
	
	
	/*visibility:hidden;*/
	display:none; 
	position:absolute;
	float:left;	
	/*border:solid 1px blue;*/
}

.ContentDiv
{
	float:left;	
	width:100%;		
	/*height:100%;*/
	/*width:expression(document.body.clientWidth-205);*/
	/*height:expression(document.body.clientHeight-100);*/
    /*overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-x: hidden;
	overflow-y: scroll; 		*/
	/*margin-left: auto;
	margin-right: auto;*/
	/*border:solid 1px black;*/
}

/* --------------------------- MASTER PAGE ------------------------*/
.MainMasterTable
{
	width:100%;
}

.MainMasterTable .header
{
	vertical-align:top;
	height:80px;
	width:100%;
}

.MainMasterTable .content
{
	vertical-align:top;
}

/*
.MasterDivByHeader
{
	text-align: center;
	width: expression(document.body.clientWidth);
	max-height: 100%;
	display: block;
	height: expression(document.body.clientHeight-165);
}
.MasterDiv
{
	
	width: expression(document.body.clientWidth);
	max-height: 100%;
	max-width: 100%;
	display: block;
	height: expression(document.body.clientHeight);
	margin-left:auto;
	margin-right:auto;
	text-align: center;	
}
.MasterContent
{
	background-image: url(../images/master/contentback.gif);
	background-position: 50% bottom;	
	width: 100%;
	height: 98.5%;	
	padding: 1px 1px 1px 1px;
	vertical-align: top;
	background-color: #ffffff;
	border: #a6afb7 3px solid;
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
	background-repeat: repeat-x;	
}
*/

/*----------------------------- CONTENT STYLES  ---------------------------*/

/* ---------  Sayfa Basliklari ve Aciklamalar  ----*/
.PageTitle
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #696969;
	text-indent: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: baseline;
	white-space: nowrap;
}

.PageDescription
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #696969;
	padding-top: 0px;
	text-indent: 10px;
}
/*---------------------------------------------*/

/*------------------ CONTROLS -----------------*/
/*------------------ Content Div --------------*/
.ContentDivCentered
{
	width:100%;
	text-align:center;   
}

.ContentDivLeftJustify
{
	width:100%;
	text-align:left;   
}

/*------------------ Label --------------------*/

.labelDescription
{
	color: #ff0000;
	cursor: pointer;
}

.EntryLabel
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
.EntryLabelBold
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
.EntryLabelSmall
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
.EntryLabelSmallHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: bold;
	color: #696969;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
.EntryLabelSoft
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #696969;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
.LabelHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: underline;
}
.LabelContentHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 1px solid midnightblue;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
	background-color: lavender;
}
.RedLoginLabel
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #e00034;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
}

.RL
{
    color:Red;
    font-family: Tahoma, Verdana, Arial;
    font-size:10px;
}

.GL
{
    color:Green;
    font-family: Tahoma, Verdana, Arial;
    font-size:10px;
}
/*------------------ Link --------------------*/
.LinkLabel
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: hand;
	text-decoration: underline;
}

.LinkLabel:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: hand;
	text-decoration: underline;
}
/*---------------------------------------------*/

/*------------------ Hyperlink --------------------*/
.Hyperlink
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: red;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	cursor: hand;
}

.Hyperlink:hover
{
	text-decoration: underline;
	cursor: hand;
}

.HyperlinkSmall
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000099;
	cursor: hand;
	margin-left: 1px;
	margin-right: 1px;
}

.HyperlinkSmall:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: blue;
	text-indent: 0px;
	cursor: hand;
	margin-left: 1px;
	margin-right: 1px;
}
/*---------------------------------------------*/

/*------------------ Input / TextBox -----------------*/
.EntryInput
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	border: solid 1px #a9a9a9;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #ffffff;
	width: 137px;
}
.EntryInputFocus
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	border:solid 1px #cc9900;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #fffff0;
	width: 137px;
}

.EntryInputLock
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	background-color: #fafad2;
	text-indent: 0px;
	border: solid 1px #a9a9a9;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	width: 137px;
}
.EntryInputLockFocus
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	background-color: #fafad2;
	text-indent: 0px;
	border:solid 1px #cc9900;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	width: 137px;
}

.EntryInputSmall
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	border:solid 1px #a9a9a9;
	background-color: #ffffff;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	width: 137px;
}
.EntryInputSmallFocus
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	border:solid 1px #cc9900;
	background-color: #fffff0;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	width: 137px;
}

/*----------------------------------------------*/

/*------------------ ListBox -----------------*/
.EntryListBox
{
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	overflow:auto;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
/*----------------------------------------------*/

/*------------------ DropDownList -----------------*/
.EntryDropDownList
{
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border:solid 1px #cc9900;
	width: 142px;
}
.EntryDropDownListLock
{
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	background-color: #fafad2;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border:solid 1px #cc9900;
	width: 142px;
}
.SmallDropDown
{
    font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	background-color: #fafad2;
	text-indent: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border:solid 1px #cc9900;
	width: 45px;
}
/*----------------------------------------------*/

/*------------------ CheckBox -----------------*/
.EntryCheckBox
{
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}
.SmallCheckBox input
{
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	width:14px;
	height:14px;
}
.HeaderCheckBox input
{
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	width:14px;
	height:14px;
}
/*----------------------------------------------*/

/*------------------ Radio  -----------------*/
.EntryRadioButton
{
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-left: 1px;
	margin-right: 1px;
}
/*----------------------------------------------*/

/*------------------ RadioButtonList -----------------*/
.EntryRadioButtonList
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
	font-size: 8pt;	
}
/*----------------------------------------------*/

/*------------------ Validator -----------------*/
.EntryValidator
{
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size: 11px;
	color: #ff0000;
	text-indent: 0px;
	text-align: left;
	margin-left: 1px;
	margin-right: 1px;
}

.EntryValidator li
{
	color: #ff0000;
	list-style-image: url('../images/icons/bullet.gif');
}
/*----------------------------------------------*/

/*-------------------- Button ------------------*/
.ButtonOver
{
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 21px;
	width: 88px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}
.Button
{
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 21px;
	width: 88px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}

.ButtonAktifKonu
{
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-style:none; 
	border-width:0; 
	cursor:hand;
	color: #bf2b2e; /* #006699 */
	font-family:Verdana;
	font-size:7pt;
	font-weight:bold;
}

.BagliSoruFilePassive
{
	background-image:url(../images/icons/filepassive.gif); 
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-style:none; 
	border-width:0; 
	height: 24px;
	width: 24px;
	cursor:hand;
	
}

.BagliSoruFileActive
{
	background-image:url(../images/icons/fileactive.gif); 
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-style:none; 
	border-width:0; 
	height: 24px;
	width: 24px;
	cursor:hand;
}


.smallButton
{
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 17px;
	width: 17px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;	
}



.smallButtonOver
{
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 17px;
	width: 17px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}



.IliskilendirmeButton
{
	width: 155px;
	height: 32px;
}

/* Custom Buttons */
.BtnAddOver
{
	background-image: url(../images/btnadd_over.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;
	padding-left: 20px;
}
.BtnAdd
{
	background-image: url(../images/btnadd.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;
	padding-left: 20px;
}
.BtnRemoveOver
{
	background-image: url(../images/btnremove_over.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;
	padding-left: 20px;
}
.BtnRemove
{
	background-image: url(../images/btnremove.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;
	padding-left: 20px;
	padding-left: 20px;	
}
.BtnEditOver
{
	background-image: url(../images/btnedit_over.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;
	font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;
	padding-left: 20px;
}
.BtnEdit
{
	background-image: url(../images/btnedit.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;
	padding-left: 20px;
}
.BtnOver
{
	background-image: url(../images/btnresize_over.gif); /*background-repeat: no-repeat;*/
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
	border-left: #006699 1px solid;
	border-bottom: #006699 1px solid;
}
.Btn
{
	background-image: url(../images/btnresize.gif); /*background-repeat: no-repeat;*/
	background-color: #ffffff;
	height: 19px;
	width: 62px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
	border-left: #006699 1px solid;
	border-bottom: #006699 1px solid;
}

.BtnRounded
{
	background-image: url(../images/btnrounded.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 18px;
	width: 34px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	text-align:center;
	cursor: hand;
	border: 0;
	padding:1px;
	margin:2px;
	display:inline-block;
}
.BtnRounded:hover
{
	color: #000;	
}
.active
{
	color: #990000;
	font-weight: bold;
}

.btnUp
{
	background-image: url(../images/Up.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 22px;
	width: 22px;
}

.btnDown
{
	background-image: url(../images/Down.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 22px;
	width: 22px;
}
/*----------------------------------------------*/
/*------------------ MultiPage (TabStrip Container Style)-----------------*/
.MultiPage
{
	clear:both;
	border-right: #bbbbbb 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	background-image: url(../images/multipage/back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
/*------------------ Container -----------------*/
.Container
{
	clear:both;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 4px;
	border:solid 1px #bbbbbb;
	background-image: url(../images/multipage/back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
/*----------------------------------------------*/

/* ------------------ FieldSet -------------------*/
/* Baslik Ile Kullanim */
.FieldSet
{
	border-width: 1px;
	border-style: solid;
	border-color: #afbbc6;
	font-family: Tahoma,Verdana, Arial;
	font-size: 11px;
	margin: 1px 0px 2px 0px;
	display: block;
	padding: 0px 5px 0px 5px;
	background-image: url(../images/fieldsetBack.gif);
}

.FieldSet legend
{
	font-family:Tahoma,Verdana, Arial;
	font-size:12px;
	background-color: #afbbc6;
	color: #cc6600;
	font-weight: bold;
	padding: 1px 5px;
	margin: 4px 3px 2px 3px;
	top: -2px;
	border: solid 1px #afbbc6;
}

/* Basliksiz Kullanim */
.FieldSetNoLegend
{
	border-width: 1px;
	border-style: solid;
	border-color: #afbbc6;
	background-color:#fcfcf3;
	font-family: Tahoma,Verdana, Arial;
	font-size: 11px;
	margin: 0px 3px 2px 3px;
	display: block;
	padding: 1px 5px;
}

/* -----------------------------------------------*/
/* ----------------- Scroll Div/Panel ------------------*/
/* Scroll cikmasi istenen div/panel stili, style dan heigth verilmesi yeterli*/
.Scroll
{
	position:relative;
	overflow:auto;
	background-color:#ffffff;
	border:solid 1px #a9a9a9;
}
/* -----------------------------------------------*/


/* ------------------ CUSTOM -------------------*/
/* Aciklama iconu <div> class */
.ToolTipIcon
{
	background-image: url(../images/description.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	cursor: hand;
	border: 0;
}
/* Aciklama paneli <div> class id*/
#ToolTip
{
	border-right: #696969 2px solid;
	border-top: #f0f8ff 1px solid;
	font-size: 10px;
	border-left: #f0f8ff 1px solid;
	color: black;
	border-bottom: #696969 2px solid;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	background-color: #d3dbe8;
	font-weight: normal;
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
}

#ActionBarDiv, .ActionBarClass
{
	width: 99%;
	text-align: left;
}

/* Tabel Panel Style (bGrid.default skin benzeri) */ 
.tableStylePanel
{
	background: #f7f7f7;
	border: solid 9px #e5e5e5;
	border-top: 0px;
	text-align: left;
	cursor: default;
	background: #f7f7f7;
	border: solid 1px #e5e5e5;
	border-top: 0px;
	font: normal 11px Tahoma,Arial,Verdana;
	text-align: left;
	cursor: default;
	
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #E9E9E9;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
	
}

.tableStylePanel table
{
	font: normal 11px Tahoma,Arial,Verdana;
	border: 0px !important;
	border-collapse: separate !important;
	/*width: 100%;*/
}

.tableStylePanel th
{
	/*position: relative;*/ /*top: expression(this.offsetParent.scrollTop); */
	background: white url( '../images/table/GridHeaderBg.gif' ) repeat-x bottom;
	border-right: solid 1px #c6c6c6;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #bbb;
	padding-left: 2px; /*more than items to compensate for item borders!*/
	padding-right: 2px; /*more than items to compensate for item borders!*/
	/*height: 20px;*/
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
}

.tableStylePanel tr
{
	background: white;
	height: 16px;
	border: solid 1px white;
}

.tableStylePanel td
{
	background: #f7f7f7;
	line-height: 16px;
	padding-left: 2px; /*more than items to compensate for item borders!*/
	padding-right: 2px; /*more than items to compensate for item borders!*/
	border-top: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
}

/* Table - TD Style - Açıklama Label alanlarının Input alanına kadar alt çizgili olması */
.tableTDUnderline
{
	border-bottom-color:#dfdfdf;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/* Fihrist Button */
/* Fihrist Button */
.FihristLargeButton
{
	background-image: url(../images/fihrist/SearchButton.gif);
	background-repeat: no-repeat;
	background-color: #F3EFE0;
	height: 26px;
	width: 130px; 
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: left;
	padding-right: 0px;
	cursor: hand;
	border: 0;	
	margin-left: 10px;
	padding-left: 10px;
}

.FihristLargeButtonOver
{
	background-image: url(../images/fihrist/bigtabover.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 42px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}
.FihristButton
{
	background-image: url(../images/fihrist/litletab.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 19px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}
.FihristButtonOver
{
	background-image: url(../images/fihrist/litletabover.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 19px;
	width: 19px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}
/*Alt Menu veya Kontrol grubu container style sinifi(TabStript secimleri alt paneli)*/
.controlContainer
{
	background-image: url(../images/custom/menucontainerback.gif);
	background-color: #ffffff;
	height: 100%;
	width: 108px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	border: solid 1px #a9a9a9;
	padding: 3px 3px 3px 3px;
}

/* OgrenciSelector un style siniflari */
.OgrenciSelectorSrc
{
	 width:800px;
	 height:113px; 
	 display:block;
	 float:left;
}
.OgrenciSelectorLst
{
	width:350px;
	height:370px;
	display:block;
	float:left;
}
.OgrenciSelectorPrm
{
	margin-left:10px;
	width:443px;
	height:356px;
	display:block;
	float:left;
	clear:right;
	padding:13px 0px 0px 0px; 
}

/* SinifSelector/Ders Selector/SinifDersSelector/Ogrenci Selector/Ogretmen Selector  un style siniflari */
.SelectorMaximize
{
	width:450px;
	height:455px;
	padding-bottom:5px;
	display:block;
	float:left;
}

.Selector
{
	width:400px;
	height:365px;
	padding-bottom:5px;
	display:block;
	float:left;
}

.SelectorMinimize
{
	width:400px;
	height:165px;
	padding-bottom:5px;
	display:block;
	float:left;
}

.SelectorMinimizeMore
{
	width:300px;
	height:145px;
	padding-bottom:5px;
	display:block;
	float:left;
}

.SelectorMinimizeShowOnlySeviyeID
{
	width:250px;
	height:165px;
	padding-bottom:5px;
	display:block;
	float:left;
}

/* OkulProfil Tablosu */
.OkulProfil
{
	border:solid 1px #a9a9a9;
	background-color:#ffffff;
	margin:5px 5px 5px 5px;
	height:50px;
	width:200px;
}
.OkulProfilFoto
{
	padding-left:4px;
	width:25px;
}
.OkulProfilDetay
{
	padding-left:4px;
	width:150px;
}

/* Not Giris style siniflari */
.NtD
{
	font-family: Tahoma, Verdana, Arial;
	color: Black;
	text-indent: 0px;
	border: solid 0px #a9a9a9;
	background-color: #fbfbc8;
	font-size: 7pt;
	text-align: center;
}

.NtE
{
	font-family: Tahoma, Verdana, Arial;
	color: Black;
	text-indent: 0px;
	border: solid 0px #a9a9a9;
	background-color: inherit;
	font-size: 7pt;
	text-align: center;
}

.NtEFocus 
{
	font-family: Tahoma, Verdana, Arial;
	color: Black;
	text-indent: 0px;
	border: solid 0px #a9a9a9;
	background-color: #7fffd4; 
	font-size: 7pt;
	text-align: center;
}

.NtDFocus 
{
	font-family: Tahoma, Verdana, Arial;
	color: Black;
	text-indent: 0px;
	border: solid 0px #a9a9a9;
	background-color: #7fffd4; 
	font-size: 7pt;
	text-align: center;
}


.BtnAddSmall
{
	background-image: url(../images/small_btnAdd.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border-width :0;
}

.BtnAddSmallOver
{
	background-image: url(../images/small_btnAdd.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border:solid 1px limegreen;
}


.BtnEditSmall
{
	background-image: url(../images/small_btnEdit.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border-width :0;
}

.BtnEditSmallOver
{
	background-image: url(../images/small_btnEdit.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border:solid 1px gold;
}

.BtnRemoveSmall
{
	background-image: url(../images/small_btnRemove.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border-width :0;
}

.BtnRemoveSmallOver
{
	background-image: url(../images/small_btnRemove.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border:solid 1px red;
}

.BtnRepeatSmall
{
	background-image: url(../images/small_btnRepeat.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border-width :0;
}

.BtnRepeatSmallOver
{
	background-image: url(../images/small_btnRepeat.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position:center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border:solid 1px red;
}

.LinkCursor
{
	cursor: hand;
}

.DegerlendirmeEIS
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	border:solid 1px #a9a9a9;
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
	width: 30px;
}
.DegerlendirmeEISFocus
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	border:solid 1px #cc9900;
	background-color: #fffff0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
	width: 30px;
}

/* NOT GIRIS EKRANLARI TAB ve PANEL SITILI */
.notTab
{
	width:800px; 
}
.notPanel
{
	clear:both;
	border-right: #bbbbbb 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	background-image: url(../images/multipage/back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width:790px; 
}

/* bPanel Styles Begin*/
.bPanel
{
	background-color: #afbbc6;
	border:solid 1px #afbbc6; 
	padding:1px 2px 1px 2px; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	z-index: 10000;
}

.bPanelHeader
{
	background-image: url(../images/panelBack.gif);
	background-repeat: repeat-x;
	height: 17px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
}

/* PANEL STYLES BEGIN */
.panel
{
	/*background-image: url(../images/panel/basebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	vertical-align:top; */
	border: solid 1px #6788be;
	
	
	
	
}
.panel .pnltbl
{
	width:100%;
}
.panel .pnlhdr
{	
	height: 18px;	
	font-size: 10px;
	font: 12px 'Segoe UI', Arial, 'sans-serif';
	color: #000;	
	padding-left: 3px;	
	border-bottom: 1px solid #888888;
	background-color: #f8f8ff;
	vertical-align:middle;	
}
.panel .pnlcnt
{
	padding:5px;
}
/* bPanel Styles End*/


.RadSlider_Default 
{	
	position:relative;	 
}

/*
.RadSlider_Default.horizontal a.handle
{
	width: 12px; height: 22px;
	background-image: url('Slider/Handles.gif');
	background-repeat: no-repeat;
} 

*/


.StarLight
{
	background-image:url(../images/star_light.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 16px;
	width: 16px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;	
}

.StarLight2
{
	background-image:url(../images/star_light2.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 16px;
	width: 16px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;	
}

.StarLightHalf
{
	background-image:url(../images/star_light_half.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 16px;
	width: 16px;
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;	
}

/* HyperLink */

.HyperLinkClassic
{
	color:#4C88BE;
	cursor:hand;
}

/* Link Button */ 

.LinkButtonClassic
{
	color:#4C88BE;
	cursor:hand;
	font-size:11;
}

.DuyuruTD
{
	background-image: url(../images/duyurutr.gif);
	background-repeat: repeat-x;
}

/*CheckBoxList*/

.StandartCheckBoxList
{
	font-family: Tahoma, Verdana, Arial;font-style:normal;
	font-size: 11px;
	font-weight: normal;
}

.mtd {
    font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	color:black;
	text-align:left;
	vertical-align:top;
	width:20px;	
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	line-height:normal;	
}

.std 
{
    vertical-align:top;    
    text-align:left;
    font-size:9pt;    
}
.pbrk 
{
page-break-inside:avoid;
}






/*----------------------------- LOGIN EKRANI ---------------------------*/
/*
.LoginMain
{
	text-align:center;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;	
}
.LoginRememberMe
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	color: #cd853f;
	margin-left:-3px;
}
.LoginContent
{
	background-image: url(../images/login/login_05.gif);
	background-repeat:no-repeat;
	border: solid 1px #afbbc6;
	text-align:center;
	width:600px;
	height:184px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.LoginLogo
{
	background-image: url(../images/login/key.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 90px;
}
.LoginHeader
{	
	background-repeat:repeat-x;	
	height: 0px;		
	margin-bottom:0px;
	margin-top:10px;
	
}
.LoginFlag
{
	margin-top:1px;
	margin-left:9px;
	margin-right:14px;
}
*/
/*----------------------------------------------------------------------*/
/* PHOTO STYLES BEGIN*/
.photo_big
{
	width:90px;
	height:100px;
	border:1px solid #c2c8ce;
	vertical-align:middle;
	text-align:center;
	margin:0px;
	padding:2px;
	background-color:#fff;
}
.photo_big img
{
	width:90px;
	height:100px;
	margin:0px;
	padding:0px;
}
.photo_medium
{
	width:72px;
	height:80px;
	border:1px solid #c2c8ce;
	vertical-align:middle;
	text-align:center;
	margin:0px;
 	padding:2px;
 	background-color:#fff;
}
.photo_medium img{
	width:72px;
	height:80px;
	margin:0px;
	padding:0px;
}
.photo_small
{
	width:36px;
	height:40px;
	border:1px solid #c2c8ce;
	vertical-align:middle;
	text-align:center;
	margin:0px;
 	padding:2px;
 	background-color:#fff;
}
.photo_small img{
	width:36px;
	height:40px;
	margin:0px;
	padding:0px;
}
/* PHOTO STYLES END*/
/* Find Button Start*/ 
.BtnFind
{
	background-image: url(../images/buttons/find.gif);
	background-color: Transparent;
	height: 17px;
	width: 17px;
	padding: 0px;
	margin:0px;
	margin-bottom: 2px;
	cursor: pointer;
	border: 0;
}
.BtnFind:hover
{
	background-image: url(../images/buttons/findh.gif);
}

.ReportDiv
{
	width:500px;
	height:400px;
	text-align:center;
	margin-left:10px;
}

.EditDiv
{
	position:absolute;
	background-color:#F3EFE0;
	border:solid 1px black;
}

/* Find Button End*/ 