﻿
/* BEGIN : Page layout css classes */
.gridListItem
{
	width: 20px;
	height: 20px;
	display: block;
	background: url('../images/icons/list.gif' ) no-repeat !important;
	cursor: pointer;
}
.gridSelectItem
{
	width: 20px;
	height: 20px;
	display: block;
	background: url('../images/icons/gridSelect.gif' ) no-repeat !important;
	cursor: pointer;
}
.gridSelectItem:hover
{
	background: url('../images/icons/gridSelectUp.gif' ) no-repeat !important;
	cursor: pointer;
}
.gridDeleteItem
{
	width: 20px;
	height: 20px;
	display: block;
	background: url(       '../images/icons/delete.gif' ) no-repeat !important;
	cursor: pointer;
}

.ContentDiv
{
	margin: 2px 5px 1px 0px;
	padding: 2px;
	float: left;
	text-align: left;
}
.NewRow
{
	clear: both;
	height: 1px;
	margin: 0;
	overflow: hidden;
}
.ContentHeader
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url('../images/icons/right.gif' ) #fff9d7 no-repeat 5px 3px;
	border: solid 1px #e2c822;
	margin-bottom: 5px;
}


/* END : Page layout css classes */

body
{
	font-size: 11px;
	color: #000;
	font-family: tahoma,verdana,arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; /*background-color: #fff;*/ /*background-color: #e9ebf0;*/
}

.popupbody
{
	height: auto;
	width: auto;
	font-size: 11px;
	color: #000;
	font-family: tahoma,verdana,arial;
	margin: 5px;
	background: #fff;
}

hr
{
	border-bottom: solid 1px #f5f5f5;
	margin: -2px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
	display: block;
	float: none;
}
/* HEADER STYLES BEGIN*/
.menubar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/header/menubarbg.gif) #e6e8ee repeat-x left top;
	width: 100%;
	height: 24px;
	text-align: right;
}

.infobar
{
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/header/menubarbg.gif) #e6e8ee repeat-x left top;
	width: 100%;
	height: 24px;
}

.menubar div#menu
{
	font-size: 11px;
	font-family: Verdana,Tahoma, Arial;
	background: url(../images/header/menubarbg.gif);
	font-weight: bold;
	color: #45444f;
	display: block;
	text-align: left;
	width: 100%;
	padding-top: 2px;
}
.menubar div#menu td
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	border-right: solid 1px #b2b2b2;
}
.menubar div#menu select
{
	font-size: 10px;
	font-family: Verdana,Tahoma,Arial;
}

.menubar div#menu a
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #45444f;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.menubar div#menu a:hover
{
	text-decoration: underline;
}

.header
{
	padding: 0px;
	margin: 0px;
	background: url(../images/header/headerbg.gif) #e6e8ee repeat-x left top;
	width: 100%;
	height: 53px;
}
.header table
{
	width: 100%;
}
.header td#banner
{
	width: 210px;
}
.header td#banner div
{
	float: left;
	width: 210px;
	height: 53px;
	background-image: url(../images/header/okulsis.gif);
	background-repeat: no-repeat;
}
.header td#logo div
{
	float: right;
	width: 56px;
	height: 20px;
	margin: 3px 5px 0px 0px;
}
.header td#logview
{
	text-align: right;
	padding-right: 5px;
}
.header td#logview span
{
	font-size: 12px;
	color: #666699;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}
/* HEADER PAGE STYLES END*/

/* MASTER PAGE STYLES BEGIN*/
.MasterDiv
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	background-color: #c6c9d8;
	text-align: center;
}

.MasterDivContent
{
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 3px;
	right: 3px;
	border-right: #697188 1px solid;
	border-left: #697188 1px solid;
	background-color: #fff;
	text-align: left;
	padding: 5px;
}
.DescriptionPanel
{
	border-top: #cbcfdb 1px solid;
	border-right: #cbcfdb 1px solid;
	border-bottom: #525a71 1px solid;
	border-left: #525a71 1px solid;
	background-color: #e7eaef;
	padding: 3px;
	margin-bottom: 5px;
	width: auto;
}
.PageTitle
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-transform: none;
	color: #cc0000;
}

.PageDescription
{
	font-size: 10px;
	font-family: Verdana;
	text-transform: none;
	color: #000;
}

/* MASTER PAGE STYLES END*/

/* LOGIN PAGE STYLES BEGIN*/
#login
{
	background-image: url(../images/login/mainbg.gif);
	background-repeat: repeat-x;
	border: solid 1px #aeadb8;
}

#login #content
{
	background-image: url(../images/login/contentbg.gif);
	background-repeat: repeat-x;
	border: solid 1px #75829d;
	height: 386px;
	width: 300px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 3px;
}

#login #splash
{
	background-image: url(../images/login/splash.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	border: solid 1px #464e66;
	width: 208px;
	height: 392px;
	margin: 5px 0px 5px 5px;
}

#login .title
{
	background-image: url(../images/login/h1bg.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: auto;
	font-weight: normal;
	font-size: 16px;
	color: #3a4155;
	border: solid 1px #9594a3;
	font-family: 'Arial Black' , verdana, arial, tahoma;
	padding: 0px 5px 5px 5px;
	display: block;
}
#login .description
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
	padding: 0px 5px 5px 5px;
}
/* LOGIN PAGE STYLES END */

/*------------------ CONTROLS -----------------*/

/*-------------- LEGEND LABEL----------------*/
.LegendLabel
{
	color: #bf2b2e; /* #006699 */
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.LegendLabelBold
{
	color: #bf2b2e; /* #006699 */
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
/*------------------ MAINTABLE BEGIN ---------------*/
table.mainTable
{
	empty-cells: show;
	border-collapse: collapse;
}
table.mainTable td.ltd
{
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
table.mainTable td.ltd .EntryLabel
{
	font-weight: bold;
}

table.mainTable td.etd
{
	padding-left: 3px;
	text-align: left;
}
table.mainTable td.atd
{
	text-align: left;
}

table.mainTable tr
{
}

table.mainTable tr.alt
{
	background-color: #e6e6fa;
}
/*------------------ MAINTABLE END ---------------*/
/*------------------ MAINTABLE BEGIN ---------------*/
table.listTable
{
	empty-cells: show;
	border-collapse: collapse;
	border: solid 1px #d3d3d3;
}
table.listTable td
{
	border-left: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	padding: 3px;
}
table.listTable td td
{
	border: none;
	padding: 0px;
}
table.listTable td.ltd
{
	font-weight: bold;
	text-align: right;
	background-color: #e6e6fa;
}
table.listTable td.ltd .EntryLabel
{
	font-weight: bold;
}
table.listTable td.etd
{
	padding-left: 3px;
	text-align: left;
	background-color: #f5f5f5;
}
table.listTable tr.hdr
{
	background-color: #e6e6fa;
	font-weight: bold;
}
table.listTable tr.alt
{
	background-color: #f8f8ff;
}
/*------------------ MAINTABLE END ---------------*/

/* PANEL STYLES BEGIN */
.panel
{
	background-image: url(../images/panel/basebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: solid 1px #6788be;
	vertical-align: top;
}
.panel .pnltbl
{
	width: 100%;
}
.panel .pnlhdr
{
	background-image: url(../images/panel/basehdr.gif);
	height: 18px;
	border-bottom: solid 1px #6788be;
	color: #fff;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}

.panel .pnlhdr a
{
	color: #ffffff;
	text-decoration: none;
	border-left: solid 1px #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}
.panel .pnlhdr a:hover
{
	background-color: #b0c4de;
}

.panel .pnlcnt
{
	padding: 5px;
}

/*Panel*/
.panelInForm
{
	background-image: url(../images/panel/basebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: white;
	vertical-align: top;
	border: solid 1px darkgray;
}
.panelInForm .pnltbl
{
	width: 100%;
}
.panelInForm .pnlhdr
{
	height: 15px;
	border-bottom: solid 1px darkgray;
	color: #000000;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	background-color: #dcdcdc;
	background-image: none;
}
.panelInForm .pnlcnt
{
	padding: 5px;
}
/* PANEL STYLES END */

/*------------------ Content Div --------------*/
.ContentDivCentered
{
	width: 100%;
	text-align: center;
}

.ContentDivLeftJustify
{
	width: 100%;
	text-align: left;
}

/*------------------ Profile ------------------*/
div.normalProfile /*OgrenciProfile*/
{
	width: 180px;
	display: block;
	text-align: left;
	padding: 2px;
	border: solid 1px #483d8b;
	background-color: #f5f5f5;
	margin-bottom: 3px;
}

td .normalProfileCell
{
	width: 180px;
	vertical-align: top;
}

div.customProfile
{
	display: block;
	text-align: left;
	padding: 2px;
	border: solid 1px #483d8b;
	background-color: #f5f5f5;
	margin-bottom: 3px;
}
td .customProfile
{
	vertical-align: top;
}
/*------------------ Label --------------------*/
.EntryLabel
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.EntryLabelBold
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.EntryLabelBoldBlue
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: blue;
}
.EntryLabelBoldGreen
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: green;
}
.EntryLabelBoldRed
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
.EntryLabelSmall
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.EntryLabelSmallHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 9px;
	font-weight: bold;
	color: #696969;
}
.EntryLabelSoft
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #696969;
}
.EntryLabelGroup
{
	font-family: verdana,tahoma,arial;
	font-size: 11px;
	border-top: #a9a9a9 1px solid;
	font-weight: bold;
	background-color: #d8dfea;
	padding: 2px 0px 2px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	color: #191970;
}
.EntryLabelSuccess
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url(       '../images/icons/succeed.gif' ) #fff9d7 no-repeat 5px 3px;
	border: solid 1px #e2c822;
	margin-bottom: 5px;
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}
.EntryLabelWarning
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url(         '../images/icons/warning.gif' ) #fff9d7 no-repeat 5px 3px;
	border: solid 1px #e2c822;
	margin-bottom: 5px;
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}
.EntryLabelError
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url(../images/icons/error.gif) #faf0e6 no-repeat 5px 3px;
	border: solid 1px #ff0000;
	margin-bottom: 5px;
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.EntryLabelInfo
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url(../images/icons/info.gif) #e6e6fa no-repeat 5px 3px;
	border: solid 1px #336699;
	margin-bottom: 5px;
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.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;
}
/*------------------ 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: none;
}

.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: #0000CC;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	cursor: hand;
}

.Hyperlink:hover
{
	text-decoration: underline;
}

.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;
}

.EntryListBoxWithBorder, .EntryListBox5Cols
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	overflow: auto;
	border: solid 1px #a9a9a9;
}

.EntryListBox, .EntryListBox5Cols input
{
	vertical-align: middle;
}

.EntryListBox, .EntryListBox5Cols label
{
	white-space: nowrap;
}

.EntryListBox5Cols tr td
{
	width: 20%;
	background-color: #e9ebf0;
}
/*----------------------------------------------*/

/*------------------ 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;
}
/*----------------------------------------------*/

/*------------------ 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;
}
/*----------------------------------------------*/

/*------------------ RadioButton -----------------*/
.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' );
}

div.errorDiv
{
	overflow: auto;
	border: solid 1px #c0c0c0;
	background-color: white;
	font-style: italic;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ff0000;
	padding: 5px;
	margin-top: 5px;
}
/*----------------------------------------------*/

/*-------------------- Button ------------------*/
.Button
{
	background-image: url(../images/buttons/btn.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 20px;
	width: 90px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: solid 1px #707070;
}
.Button:hover
{
	border: solid 2px #4682b4;
}


.LongButton
{
	background-image: url(../images/longbutton.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 21px;
	width: 160px;
	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;
}


.LongButtonOver
{
	background-image: url(../images/longbutton_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;
}

/* Custom Buttons */
.LinkBtn
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	cursor: hand;
	background-color: #f5f5f5;
	border: none;
}
.LinkBtn:hover
{
	text-decoration: underline;
	background-color: #dcdcdc;
}

.BtnAdd
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
}
.BtnRemove
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
}
.BtnEdit
{
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
}
.Btn
{
	background-image: url(../images/buttons/btn.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	height: 20px;
	width: 40px;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	cursor: hand;
	border: solid 1px #707070;
}
.Btn:hover
{
	border: solid 2px #4682b4;
}
/* ICONS BUTTONS */
/* Find Button */
.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);
}

.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;
}

.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;
}

.BtnEditSmall[disabled]
{
	background-image: url(../images/small_btnEditDisabled.gif);
}

.BtnRemoveSmall
{
	display: block;
	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;
}

.BtnRemoveSmall[disabled]
{
	background-image: url(../images/small_btnRemoveDisabled.gif);
}

.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;
}

/*----------------------------------------------*/
/*------------------ 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
{
	font-family: Tahoma,Verdana, Arial;
	font-size: 11px;
	padding: 1px;
	margin: 1px;
	background-color: white;
	vertical-align: top;
	border: solid 1px darkgray;
}

.FieldSet legend
{
	font-size: 12px;
	color: #000000;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #dcdcdc;
	background-image: none;
	padding: 1px;
}

/* Basliksiz Kullanim */
.FieldSetNoLegend
{
	background-color: white;
	vertical-align: top;
	border: solid 1px darkgray;
	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;
}

/* TABLE Panel Style BEGIN (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: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	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: 3px; /*more than items to compensate for item borders!*/
	padding-right: 3px; /*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 Panel Style END*/

/* Fihrist Button */
.FihristLargeButton
{
	background-image: url(../images/fihrist/bigtab.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: #696969;
	vertical-align: baseline;
	text-indent: 0px;
	text-align: center;
	padding-right: 0px;
	cursor: hand;
	border: 0;
}
.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;
}

/* SELECTORLU EKRANLAR ICIN*/
div.Selector
{
	width: 350px;
	display: block;
	float: left;
}
div.Selector500
{
	width: 500px;
	display: block;
	float: left;
}
div.SelectorPrm
{
	margin-left: 10px;
	display: block;
	float: left;
	clear: right;
	padding: 0px 0px 0px 0px;
}

/* ------------------------*/
/* ESKI LER SILINECEK !!!!!!!! */
/* OgrenciSelector un style siniflari */
.OgrenciSelector
{
	width: 400px;
	float: left;
	display: block;
}
.OgrenciSelectorPrm
{
	margin-left: 10px;
	display: block;
	float: left;
	clear: right;
	padding: 0px 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;
}

.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;
}

.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: #edeaba;
	border: solid 1px #c9b573;
	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;
}
/* bPanel Styles End*/

.BtnKazanim
{
	background-image: url(../images/kazanim.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position: center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border-width: 0;
}

.BtnKazanimOver
{
	background-image: url(../images/kazanim.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	background-position: center;
	height: 16px;
	width: 18px;
	vertical-align: middle;
	cursor: hand;
	border: solid 1px blue;
}

/* UYARI VE BILGILENDIRME */
div.succeed
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url(       '../images/icons/succeed.gif' ) #fff9d7 no-repeat 5px 3px;
	border: solid 1px #e2c822;
	margin-bottom: 5px;
}

div.warning
{
	text-align: left;
	padding: 7px;
	padding-left: 35px;
	background: url(       '../images/icons/warning.gif' ) #fff9d7 no-repeat 5px 3px;
	border: solid 1px #e2c822;
	margin-bottom: 5px;
}

/* 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*/

/* GRID SELECT LINK IMAGE BEGIN */
.gridListItem
{
	width: 20px;
	height: 20px;
	display: block;
	background: url('../images/icons/list.gif' ) no-repeat !important;
	cursor: pointer;
}

/* GRID SELECT LINK IMAGE END */

.JSDropDownList
{
	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: 40px;
}


