/* @import "ui.all.css"; */

/***************************************************/
/**************    GENERAL SETTINGS    *************/
/***************************************************/


ul, li, form, h1, h2, h3, h4 {
	margin					: 0px;
	padding					: 0px;
}

img {
	border					: 0px;
}

html, body {
	font-size				: 11px;
	font-family				: "Trebuchet MS";
	color					: #bbbbbb;
	padding					: 0px;
	margin					: 0px;
	background				: url(../images/background.jpg) center top no-repeat fixed;
	height					: 100%;
	width					: 100%;
	text-align				: center;
}
#page 
{
 color:#453e3d;
	}

body {
	text-align				: -moz-center;
	 color:#453e3d;
}

input {
	vertical-align			: middle;
}

a {
	color					: black;
	}

a.whiteUnderlined {
	text-decoration			: underline;
	color					: #ffffff;
}

a.whiteUnderlined:hover {
	color					: #FFFF00;
}

/***************************************************/
/**************   CONTAINER GENERAL   **************/
/***************************************************/
.innerContainer {
	width					: 303px;
	height					: 248px;
	padding					: 15px;
	position:relative;
	font-family	:Trebuchet MS;
}

.innerContainer h1 {
	font-size:18px; font-weight: bold; line-height:22px; color:#453e3d;
}

.topLeftCorner {
	position				: absolute;
	background				: url(../images/containerCornerTopLeft.png) no-repeat;
	width					: 5px;
	height					: 5px;
	margin-top				: -15px;
	margin-left				: -15px;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/containerCornerTopLeft.png');
	_background				: transparent;
	_overflow:hidden;
	zoom:1;
}

.topRightCorner {
	position				: absolute;
	background				: url(../images/containerCornerTopRight.png) no-repeat;
	width					: 5px;
	height					: 5px;
	margin-left				: 313px;
	margin-top				: -15px;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/containerCornerTopRight.png');
	_background				: transparent;
	_overflow:hidden;
	zoom:1;
}

.bottomLeftCorner {
	position				: absolute;
	background				: url(../images/containerCornerBottomLeft.png) no-repeat;
	width					: 5px;
	height					: 5px;
	bottom:0px;
	_bottom:-1px;
	margin-left				: -15px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/containerCornerBottomLeft.png');_background:transparent;
	_overflow:hidden;
	zoom:1;
}

.bottomRightCorner {
	position				: absolute;
	background				: url(../images/containerCornerBottomRight.png) no-repeat;
	width					: 5px;
	height					: 5px;
	margin-left				: 313px;
	bottom:0px;
	_bottom:-1px;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/containerCornerBottomRight.png');
	_background				: transparent;
	_overflow:hidden;
	zoom:1;
}



/***************************************************/
/*******************   BG HERE   *******************/
/***************************************************/





.bg {
	position				: absolute;
	width 					: 1487px;
	height 					: 484px;
	left:50%;
	margin-left:-743px;
	z-index					: 1;
	/*background			: url(../images/backgroundFlowers.png) no-repeat center ;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/backgroundFlowers.png');
	_background				: transparent;*/
	
}


/***************************************************/
/***************   PAGE HEADER HERE   **************/
/***************************************************/


.header {
	font-size				: 11px;
	color					: #ffffff;
	position				: relative;
	width					: 100%;
	height					: 30px;
	background-color		: #736765;
	text-align				: center;
	z-index					: 10000;
}

.header	{
	text-align				: -moz-center;
}

.header .dropdown {
	position : absolute;
	display: block;
	left : 50%;
	width: 350px;
	margin-left : -180px;
}

.header .dropdown li {
	float					: left;
	background				: url(../images/headerMenuBg.png) no-repeat left top;
	list-style				: none;
	width					: 116px;
	min-width				: 116px;
	height					: 30px;
	line-height				: 30px;
	text-align				: left;
	cursor					: pointer;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/headerMenuBg.png');_background:transparent;
	_overflow:hidden;
	zoom:1;
}

.header .dropdown li:hover {
	background				: url(../images/headerMenuBgHover.png) no-repeat left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/headerMenuBgHover.png');_background:transparent;
	_overflow:hidden;
	zoom:1;
}

.header .dropdown ul {
	display					: none;
	position				: absolute;
	width					: 116px;
	background				: #ff6e24;
	list-style				: none;
}

.header .dropdown ul li {
	background				: #ff6e24;
	height					: 20px;
	line-height				: 20px;
	vertical-align			: middle;
	text-align				: left;
	border-bottom			: 1px solid #fa3213;
	font-size:11px;
}

.header .dropdown ul li:hover {
	background				: #fa3213;
}

.header .dropdown li:hover ul {
	display					: block;
}

.header a {
	padding-left			: 25px;
	color					: #ffffff;
	text-decoration			: none;
	display					: block;
}

.header .dropdown ul li a {
	padding-left			: 10px;
}

.header .dropdown ul li a:hover {
	color					: #ffffff;
}

.header .dropdown a:hover {
	color					: #ffffff;
}

.header .dropdown ul:hover .dropdownLastItem, 
.header .dropdown ul li:hover .dropdownLastItem, 
.header .dropdown ul .dropdownLastItem { 
	border-bottom			: 0px;
	line-height				: 6px;
	height					: 6px;
	background				: url(../images/headerMenuLastItem.png) no-repeat center top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/headerMenuLastItem.png');_background:transparent;
	_overflow:hidden;
	zoom:1;
}


/* LOGOUT VIEW */

.loginWindowPlace {
	position 				: absolute;
	width					: 980px;
	height					: 138px;
	left					: 50%;
	margin-left				: -490px;
	color					: #ffffff;
}

.loginWindow {
	float					: right;
	width					: 267px;
	height					: 138px;
	background				: url(../images/loginWindowBg.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowBg.png');
	_background				: transparent;
}

.loginWindowContent {
	padding					: 17px;
}

.loginWindowTitle {
	margin-top:0;
	float					: left;
	text-align				: left;
	width					: 74px;
	height					: 30px;
	/* background				: #463f3e; */
	background				: url(../images/loginWindowTitle.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowTitle.png');
	_background				: transparent;
	outline:0;
}

.loginWindowFields {
	position				: relative;
	margin-top				: 28px;
	min-height				: 53px;
	display					: block;
}

.loginWindowUsernameField,
.loginWindowPasswordField {
	margin-top				: 6px;
	clear					: both;
	display					: block;
	vertical-align			: middle;
	height					: 20px;

	text-align				: left;
}

.loginWindowUsernameField input,
.loginWindowPasswordField input {
	padding-top				: 4px;
	margin-top				: -23px;
	width					: 162px;
	height					: 1.8em;
	float					: right;
	background				: url(../images/loginWindowInputBg.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowInputBg.png');
	_background				: transparent;
	border					: 0px;
}

.loginWindowLoginButton {
	float					: left;
	padding-left			: 70px;
	width					: 30px;
}

.loginWindowLoginButton input {
	border					: 0px;
	width					: 56px;
	height					: 24px;
	background				: url(../images/loginWindowSubmitBg.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowSubmitBg.png');
	_background				: transparent;
	cursor					: pointer;
}

.loginWindowLoginButton input:hover {
	background				: url(../images/loginWindowSubmitBgHover.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowSubmitBgHover.png');
	_background				: transparent;
}

.loginWindowLostPassword {
	line-height				: 26px;
	float					: right;
}

.loginWindowLostPassword a {
	color					: #ffffff;
}

.loginWindowLostPassword a:hover {
	color					: #ffff00;
}


/* LOGGED VIEW */

#loggedWindow{
	float					: right;
	display					: block;
	width					: 267px;
	height					: 30px;
	cursor					: pointer;
	/*background			: url(../images/loginWindowBg.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowBg.png');
	_background				: transparent;*/
}

#loggedWindow:hover #loggedWindowContent{
	display					: block;
}

.loggedWindowTitle{
	font-weight				: bold;
	font-size				: 11px;
	text-align				: left;
	line-height				: 30px;
	text-indent				: 15px;
	background				: url(../images/loggedTopBg.png) no-repeat top;
	width					: 267px;
	height					: 30px;
	_overflow:hidden;
	zoom:1;
}
.loggedWindowTitle_none{
	font-weight				: bold;
	font-size				: 11px;
	text-align				: left;
	line-height				: 30px;
	text-indent				: 15px;
	background				: url(../images/loggedTopBg_none.png) no-repeat top;
	width					: 267px;
	height					: 30px;
	_overflow:hidden;
	zoom:1;
}

#loggedWindowContent {
	font-size				: 11px;
	display					: none;
}

#loggedWindowContent ul {
	float					: left;
	clear					: right;
	padding					: 0px;
	margin					: 0px;
}

#loggedWindowContent ul li {
	list-style-type			: none;
	padding					: 0px;
	margin					: 0px;
	text-indent				: 0px;
}

#loggedWindowContent ul li img {
	vertical-align			: middle;
}

#loggedWindowContent ul li a {
	width					: 132px;
	height					: 26px;
	text-align				: left;
	line-height				: 26px;
	padding					: 0px;
	background				: #3d3736;
	border-right			: 1px solid #4b4342;
	border-bottom			: 1px solid #4b4342;
}

#loggedWindowContent ul li a:hover {
	background				: #fa3213;
	border-right			: 1px solid #4b4342;
	border-bottom			: 1px solid #4b4342;
}

#loggedWindowContent ul #loggedWindowContentLastItemLeft a {
	background				: url(../images/loggedLastItemLeftBg.png) no-repeat center top;
	display:block;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loggedLastItemLeftBg.png');
	_background				: transparent;
	border-right			: 1px solid #4b4342;
	border-bottom			: 0px;
}

#loggedWindowContent ul #loggedWindowContentLastItemLeft a:hover {
	background				: url(../images/loggedLastItemLeftBgHover.png) no-repeat center top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loggedLastItemLeftBgHover.png');
	_background				: transparent;
}

#loggedWindowContent ul #loggedWindowContentLastItemRight a {
	width					: 133px;
	background				: url(../images/loggedLastItemRightBg.png) no-repeat center top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loggedLastItemRightBg.png');
	_background				: transparent;
	border					: 0px;
}

#loggedWindowContent ul #loggedWindowContentLastItemRight a:hover {
	background				: url(../images/loggedLastItemRightBgHover.png) no-repeat center top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loggedLastItemRightBgHover.png');
	_background				: transparent;
}

/* OTHER HEADER */

#logo {
	width					: 276px;
	height					: 148px;
	background				: url(../images/logo.png) no-repeat center top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/logo.png');
	_background				: transparent;
}

#topmenu {
	background				: #fa3213;
	background-repeat		: repeat-y;
	overflow				: hidden;
	width					: 980px;
	zoom:1;
}

#topmenu div.ul {
	margin-left				: 5px;
}

#topmenu div.li {
	float					: left;
	width					: 85px;
	list-style-type			: none;
	font-size				: 11px;
}

#topmenu a {
	display					: block;
	margin-top				: 5px;
	line-height				: 27px;
	width					: 72px;
	color					: #ffffff;
	text-decoration			: none;
	text-align				: center;
	height					: 27px;
	overflow				: hidden;
}
#topmenu .link {
	display					: block;
	margin-top				: 5px;
	line-height				: 27px;
	width					: 72px;
	color					: #ffffff;
	text-decoration			: none;
	text-align				: center;
	height					: 27px;
	overflow				: hidden;
}

/*.selected {
	text-decoration			: none;
	font-weight				: bold;
	background				: url(../images/topmenu_hover.png) no-repeat center;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/topmenu_hover.png');
	_background: transparent;
	overflow:hidden;
	zoom:1;
}*/

#topmenu a:hover {
	background: url(../images/topmenu_hover.png) no-repeat center;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/topmenu_hover.png');
	_background: transparent;
	overflow:hidden;
	zoom:1;
	outline:0;
}


/***************************************************/
/**************   PAGE CONTENT HERE   **************/
/***************************************************/

.content {
	text-align: left;
	color: #ffffff;
	background:#fff;
	position:relative;
	margin:auto;
	width:980px;
	z-index:10;
}
/*content for popUps*/
.contentPopUp {
	text-align: left;
	color: #ffffff;
	background:#fff;
	position:relative;
	margin:auto;
	width:auto;
	z-index:10;
}
/*content for popUps*/
#page {
	color: #453e3d;
	position:relative;
	z-index:10;
	background-color:#ffffff;
}
tbody {
	padding:0;
	margin:0;
	border:0;
}
#column01 {
	padding-top:17px !important;
	padding-left:17px !important;
	width:680px;
	position:relative;
	z-index:10;
}

#column02 {
	width					: 267px;
	position:relative;
	z-index:15;
}

.containerOverall {
	padding					: 17px;
	height					:100%;
}
/*Ahmet container for popups*/
.containerPopUp {
	padding					: 0px;
	height    :100%;
}
/*Ahmet container for popups*/

#innerContainer1 {
	float					: left;
	background				: #cee6bc;
}

#innerContainer2 {
	float					: right;
	background				: #aed6db;
	margin-right			: 0px;
}

.bottomLinks {
	color					: #6b6b6b;
	background				: #463f3e;
	position:relative;
	z-index:10;
	width:980px;
	overflow:hidden;
}




/* RIGHT COLUMN */

#searchBlock {
	width					: 267px;
	height					: 153px;
	background				: #aa2211;
}

#searchBlock #searchBlockTitle {
	width					: 91px;
	height					: 30px;
	background				: url(../images/headerSearch.png) no-repeat center;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/headerSearch.png');
	_background				: transparent;
}

#searchBlock #searchBlockContent {
	padding					: 0px 16px 0px 16px;
	margin-top				: 11px;
	color					:White;
}

#searchBlock #searchBlockContent #searchBlockContentText {
	width					: 203px;
	height					: 22px;
	background				: url(../images/searchBg.png) no-repeat top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/searchBg.png');
	_background				: transparent;
	border					: 0px;
	padding-top				: 4px;
	padding-left:30px;
}
#searchBlock #searchBlockContent
#txtBox_Search {
	width					: 203px;
	height					: 22px;
	background				: url(../images/searchBg.png) no-repeat top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/searchBg.png');
	_background				: transparent;
	border					: 0px;
	padding-top				: 4px;
	padding-left:30px;
}
#searchBlock #searchBlockContent #searchBlockContentSubmit {
	margin-left				: 104px;
	margin-top				: 5px;
	position				: relative;
	width					: 57px;
	height					: 24px;
	background				: url(../images/buttonSearch.png) no-repeat top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonSearch.png');
	_background				: transparent;
	border					: 0px;
	cursor					: pointer;
}

#searchBlock #searchBlockContent #searchBlockContentSubmit:hover {
	background				: url(../images/buttonSearchHover.png) no-repeat top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonSearchHover.png');
	_background				: transparent;
}

#newsBlock {
	width					: 267px;
	height					: 480px;
	background				: #3697a0;
}

#newsBlock #newsBlockTitle {
	width					: 116px;
	height					: 30px;
	background				: url(../images/headerNews.png) no-repeat center;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/headerNews.png');
	_background				: transparent;
}

#newsBlock #newsBlockContent {
	font-size				: 12px;
	color					: #ffffff;
	padding					: 0px 16px 0px 16px;
	padding-top				: 21px;
	line-height				: 12px;
}

#newsBlock #newsBlockContent .newsHeader {
	font-weight				: bold;
}

#newsBlock #newsBlockContent ul {
	padding-left			: 20px;
	list-style-image		: url(../images/bullet.png);
	list-style-position		: outside;
	_list-style-image:none;
}

#newsBlock #newsBlockContent li {
	margin-bottom			: 14px;
}

#newsBlock #newsBlockContent a {
	font-weight				: bold;
	color					: #ffffff;
	text-decoration			: underline;
}

#newsBlock #newsBlockContent a:hover {
	color					: #ffbf18;
}

#trainingsBlock {
	width					: 267px;
	height					: 480px;
	background				: #6d6761;
}

#trainingsBlock #trainingsBlockTitle {
	width					: 164px;
	height					: 30px;
	background				: url(../images/headerTraining.png) no-repeat center;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/headerTraining.png');
	_background				: transparent;
}


#trainingsBlock #trainingsBlockContent {
	color					: #ffffff;
	font-size				: 12px;
}


#trainingsBlock #trainingsBlockContent ul {
	margin-top				: 25px;
	margin-left				: 5px;	
	list-style-type:none;
}

#trainingsBlock #trainingsBlockIcon {
	position				: absolute;
	margin-left				: 200px;
	margin-top				: 80px;
	width					: 47px;
	height					: 71px;

}

#trainingsBlock a {
	color					: #ffffff;
	text-decoration				: none;
}

#trainingsBlock a:hover {
	color					: #fa3213;
	text-decoration				: none;
}



/***************************************************/
/*************    PAGE FOOTER HERE    **************/
/***************************************************/

.content .bottomLinks h1 {
	color					: #ffffff;
	font-size				: 11px;
	font-weight				: bold;
	padding-bottom			: 10px;
}

.content .bottomLinks .subLinkGroups {
	color					: #323232;
	font-size				: 12px;
	font-weight				: normal;
	float					: left;
	padding-right			: 40px;
}

.content .bottomLinks .subLinkGroups ul {
	padding-right			: 20px;
	float					: left;
}

.content .bottomLinks .subLinkGroups li {
	list-style-type			: none;
}

.subLinkGroups a {
	color					: #323232;
	text-decoration			: none;
}

.subLinkGroups a:hover {
	color					: #ffffff;
}
.gap 
{
 width:20px;
 *width:3px;
} 

.footer {
	padding-left			: 20px;
	font-size				: 12px;
	font-weight				: normal;
	color					: #959595;
	background				: #000000;
	height					: 26px;
	line-height				: 26px;
	position:relative;
	z-index:10;
}
.subLinkGroupsRightBar {
	font-size				: 12px;
	font-weight				: normal;
	color					: #959595;
	float					: right;
	background				: url(../images/bottomMenuRightBarBG.png) no-repeat bottom left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/bottomMenuRightBarBG.png');
	_background				: transparent;
	width					: 267px;
	height					: 156px;
}
.subLinkGroupsRightBarSep {
	float					: left;
	margin-right			: 16px;
	height					: 100px;
	width					: 1px;
	background				: #3f3938;
}


/***************************************************/
/**************   PAGE TITLE FORMAT   **************/
/***************************************************/

#pageContentHeader {
	height					: 35px;
	background				: #ffeee5;
	line-height				: 35px;
}
#pageContentHeaderTitleSection {
	padding-left			: 22px;
	float					: left;
	width					: 650px;
}
#pageContentHeaderButtonSection {
	width					: 250px;
	position:absolute;
	right:20px;
	text-align				: right;
	padding-right			: 20px;
}

#pageContentHeaderButtonSection a {
	color					: #736765 !important;
	text-decoration			: none;
}
#pageContentHeaderButtonSection a:hover {
	color					: #000000;
}
.pageContentHeaderMain {
	font-size				: 14px;
	font-weight				: bold;
	color					: #000000;
}
.pageContentHeaderSub {
	font-size				: 14px;
	font-weight				: bold;
	color					: #004fa3;
}
.pageContentHeaderSub a {
	font-size				: 14px;
	font-weight				: bold;
	color					: #004fa3;
}
#pageContentLeftMenu {
	float					: left;
}
#pageContentLeftMenu a {
	color					: #000000;
	text-decoration			: none;
	display					: block;
	width					: 188px;
	height					: 23px;
	line-height				: 23px;
}
#pageContentLeftMenu .leftMenuSelected {
	color					: #006690;
	display					: block;
	font-weight				: bold;
	padding-left			: 20px;
	height					: 23px;
	line-height				: 23px;
	background				: url(../images/icon03.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/icon03.png');
	_background				: transparent;
}
#pageContentLeftMenu .leftMenuNormal a {
	color					: #000000;
}
#pageContentLeftMenu .leftMenuNormal a:hover {
	color					: #006690;
}
#pageContentLeftMenu .leftMenuSeperator {
	display					: block;
	width					: 188px;
	height					: 1px;
	border-bottom			: 1px solid #ababab;
}
#pageContentInner {
	float					: right;
	width					: 718px;
	color:Black;
}
#pageContentInner a{
	color :Black;
}
#pageContentInner1 {
	float					: right;
	width					: 718px;
	color:black;
}
#pageContentInner1 a{
	color :white;
}


/*pagecontent for popup*/
#pageContentPopUp {
	float					: right;
	width					: 600px;
}
/*pagecontainer for popup*/
.TableStripe{
	background-color: #dedede;
}
.TableContentTitle
{
	background-color:#f2f2f2;
	}
.TableTopTitleQuiz
{
	height:35px;
	background-color:#e2e2e2;
	text-align:left;
} 
.tableGray {
	background				: #dedede;
}
.tableLightGray {
	background				: #ebebeb;
}
.tableRed {
	color					: #ffffff !important;
	background				: #d2232a;
}
.redTitle {
	color					: #fa3213 !important;
	font-weight				: bold;
}
.mesajlar-left {                                                                
       border-bottom:1px solid #ababab;                                         
       color:#006690;                                                           
       font-weight:bold;                                                        
       height:39px;                                                             
       line-height:39px;                                                        
       vertical-align:middle;                                                   
       padding:0px 12px 0px 12px;                                               
}
.mesajlar-left-selected {                                                                
       background			: #c1dfe0;
}
.mesajlar-left a {                                                              
       color:#006690;                                                           
       text-decoration:none;                                                    
}                                                                               
#mesajlar {                                                                     
       border:0 !important;                                                     
}                                                                               
#mesajlar a {                                                                   
       color:#000;                                                              
       text-decoration:none;                                                    
}                                                                               
#mesajlar td {                                                                  
       height:23px;                                                             
       line-height:23px;                                                        
       color:#000;                                                              
       padding:0 13px 0 13px !important;                                        
}                                                                               
#mesajlar tr.odd td.unread {                                                    
       background:#e8f3f3;                                                      
}                                                                               
#mesajlar tr.even td.unread {                                                   
       background:#e1ebeb;                                                      
}                                                                               
#mesajlar tr.even td {                                                          
       background:#f7f7f7;                                                      
} 
.table01 {
	border-top				: 1px solid #ababab;
	border-bottom			: 0px;
	border-left				: 1px solid #ababab;
	border-right			: 1px solid #ababab;
	padding					: 0px 0px 0px 0px;
}
.table011 {
	border-top				: 0px;
	border-bottom			: 0px;
	border-left				: 0px;
	border-right			: 0px;
	padding					: 0px 0px 0px 0px;
}
.table012 {
	border-top				: 0px;
	border-bottom			: 0px;
	border-left				: 0px;
	border-right			: 0px;
	padding					: 4px 4px 4px 4px;
}
.table01 a {
	font-weight				: normal;
	color					: #000000;
}

.table01 a:hover {
	color					: #fa3213;
}

.table01 .tableHeader {
	color					: #453e3d;
	font-size				: 14px;
	font-weight				: bold;
	display					: block;
	height					: 30px;
	line-height				: 30px;
	padding-left			: 14px;
	text-align              :left;
	border-bottom			: 1px solid #ababab;
}
.table011 .tableHeader1 {
	color					: #453e3d;
	font-size				: 14px;
	font-weight				: bold;
	display					: block;
	height					: 30px;
	line-height				: 30px;
	padding-left			: 14px;
}
	
.table01 .tableSubHeader {
	color					: #006690;
	font-weight				: bold;
	display					: block;
	padding-left			: 14px;
	line-height				: 30px;
	border-bottom			: 1px solid #ababab;
}
.table01 .tableSubHeader1 {
	color					: #006690;
	font-weight				: bold;
	display					: block;
	padding-left			: 14px;
	line-height				: 30px;
}
#anket-left {
	width:554px;
	float:left;
}
#anket-right {
	width:369px;
	float:right;
}
.anket-table {
	font-size:11px;
	border-top:1px solid #ababab;
	border-left:1px solid #ababab;
}

.anket-table h1 {
	font-size:11px;
	color:#006690;
}

.anket-table td, .anket-table th {
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding:15px 13px 15px 13px;
	text-align:left;
}
.anket-table th {
	background:#dedede;
	color:#453e3d;
}
.anket-table td {
	color:#000;
}
/*Ahmet pop up yeni*/
.popup {
	font-size:11px;
	border-top:1px solid #ababab;
	border-left:1px solid #ababab;
}

.popup h1 {
	font-size:11px;
	color:#006690;
}

.popup td, .popup th {
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding:1px;
	text-align:left;
	width:auto;
}
.popup td {
	color:#000;
}

/*Ahmet pop up yeni son*/
/*Ahmet Özkan*/
.ListHead
{
	border:1px solid #ababab;
	text-align:left;
	background:#ebebeb;
	font-size:11px;
	color:#453e3d;
	height:40px;
	text-decoration:none;
}
.ListHead td
{
 padding-left:5px;
}
.ListHead a:link, .ListHead a:hover, .ListHead a:selected, .ListHead a:active, .ListHead a
{
	text-align:left;
	background:#ebebeb;
	font-size:12px;
	color:#453e3d;	
	text-decoration:none;
	padding-left:5px;
}

.ListItems
{
	border-style:solid;
	border-width:1px;
	border-left-color:#ababab;
	border-top-color:#ababab;
	border-bottom-color:#ababab;
	border-right-color:#ababab;
	font-size: 12px;
 	font-weight: normal;
	color:#000;
	height:40px;
	background-color:White;
	
	}
.ListItems a:link, .ListItems a:visited, .ListItems a:selected, .ListItems a:active, .ListItems a
{
	text-align:left;
	font-size:11px;
	color:#006690;	
	text-decoration:none;

}
.ListItems td
{
	padding-left:5px;
	padding-right:5px;
}
.ListItems td a
{
	text-align:left;
	font-size:11px;
	color:#006690;	
	text-decoration:none;
}
.ListItems tr a
{
	text-align:left;
	font-size:11px;
	color:#006690;	
	text-decoration:none;
}
.ListDataGrid
{
	TABLE-LAYOUT:fixed;    
	border-style:solid;
	border-top-color: #ababab;
	border-bottom-color: #ababab;
	border-left-color: #ababab;
	border-right-color: #ababab;	
	background-color: #ababab;
	width:100%;
	border-collapse:separate;
}
.ListDataGrid a
{
	text-decoration:none;
}

.ListAlternatingItem
{		 
 font-weight: normal;
 color:#000;
 font-size: 12px;   
 background-color:#f7f7f7;
 vertical-align:middle;
 text-align:left; 
 height:40px;
 }
 .ListAlternatingItem td
 {
	padding-left:5px;
	padding-right:5px;
}
 .ListAlternatingItem td a
 {
	text-align:left;
	font-size:11px;
	color:#006690;	
	text-decoration:none;
}
 .ListAlternatingItem a:link, .ListAlternatingItem a:visited, .ListAlternatingItem a:selected, .ListAlternatingItem a:active, .ListAlternatingItem a
{
	text-align:left;
	font-size:11px;
	color:#006690;	
	text-decoration:none;	
}
 .ListDiv
{	
	OVERFLOW: auto;
 scrollbar-FACE-COLOR: #FFFFFF;
 scrollbar-HIGHLIGHT-COLOR: #f3f3f3;
 scrollbar-SHADOW-COLOR: #adadad;
 scrollbar-ARROW-COLOR: #023665;
 scrollbar-BASE-COLOR: #ababab;
 scrollbar-dark-shadow-color: #FFFFFF;
 scrollbar-3d-light-color: #ababab;
}

/*End of DataGrids css*/
.left-td {
	color:#006690 !important;
	font-weight:bold;
}
.align-right {
	text-align:right !important;
}
.align-left {
	text-align:left !important;
}
.align-center {
	text-align:-moz-center !important;
	*text-align:center !important;
}
.bg1 {
	background-color:#f8f8f8;
}
.bg2 {
	background-color:#eeeeee;
}
.bg3 {
	background-color:#f5f5f5;
}
.bg4 {
	background-color:#e6f2dd;
}
.anket-input {
	height:13px;
	line-height:13px;
}
.hpad15 {
	padding					: 15px 0px 15px 0px;
}
p {
	margin-bottom:0;
	margin:0;
	padding-bottom:8px;
}
.black, a.black, .black a {
	color:#000;
}
table {
	border:0;
	padding:0;
	margin:0;
}
table td, table th {
	border:0;
	padding:0;
	margin:0;
	empty-cells: show;
}
table.clean-table td, table.clean-table th {
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
}
.clear {
	clear:both;
}
#egt-left 
{
	width:188px;
	float:left;
	background-color:#FFFFFF;
}

#egt-center 
{
	width:100%;
	float:none;
	background-color:#FFFFFF;
}
#egt-right {
	width:718px;
	float:right;
}
ul.egt-menu {
	padding:0;
	margin:0;
	font-size:11px;
	color:#000;
}
.egt-menu li {
	list-style:none;
	height:23px;
	line-height:23px;
	border-bottom:1px solid #ababab;
}
.egt-menu li a {
	color:#000;
	text-decoration:none;
}


.egt-menu li.first {
	border-top:0;
}
.selectedReportforLinks {
	color:#006690 !important;
	padding-left:18px;
	background:url(../images/icon03.png) left center no-repeat;
}
.selectedReport a {
	color:#006690 !important;
	padding-left:18px;
	background:url(../images/icon03.png) left center no-repeat;
}
.selectedReport tr {
	color:#006690 !important;
	padding-left:18px;
	background:url(../images/icon03.png) left center no-repeat;
}
.egt-menu li.selected a {
	color:#006690 !important;
	padding-left:18px;
	background:url(../images/egt-menu-icon.png) left center no-repeat;
}
.egt-menu li.first a {
	text-decoration:none;
}
.egitim-listesi {
	height:182px;
	overflow:auto;
}
.egitim-listesi div.egitim {
	border-top:1px solid #ababab;
	height:21px;
	line-height:21px;
	padding-left:15px;
}
.egitim-listesi div.first {
	border-top:0 !important;
}
.egitim-even {
	background-color:#f5f5f5;
}
.egitim-selected {
	background-color:#d8e8ee;
	font-weight:bold;
	color:#006690;
}
.mesajlar-left {
	border-bottom:1px solid #ababab;
	color:#006690;
	font-weight:bold;
	height:39px;
	line-height:39px;
	vertical-align:middle;
	padding:0px 12px 0px 12px;
}
.mesajlar-left a {
	color:#006690;
	text-decoration:none;
}
#mesajlar {
	border:0 !important;
}
#mesajlar a {
	color:#000;
	text-decoration:none;
}
#mesajlar td {
	height:23px;
	line-height:23px;
	color:#000;
	padding:0 13px 0 13px !important;
}
#mesajlar tr.odd td.unread {
	background:#e8f3f3;
}
#mesajlar tr.even td.unread {
	background:#e1ebeb;
}
#mesajlar tr.even td {
	background:#f7f7f7;
}
.table01 .tableContent {
	color					: #453e3d;
	text-align				: left;
	border-bottom			: 1px solid #ababab;
}
.tableTitle .tableContent {
	color					: #453e3d;
	text-align				: left;
}
.table01 .tableContentPad {
	padding					: 15px;
}

.table01 .tableContentRight {
	border-left				: 1px solid #ababab;
}

.tableAddUser {
	padding					: 0px;
	margin					: 0px;
	text-align				: left;
	font-weight				: bold;
}

.tableInputUserAdd {
	border					: 0px;
	width					: 181px;
	height					: 24px;
	background				: url(../images/buttonAddNewUser.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonAddNewUser.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputUserAdd input:hover {
	
}

.tableInputAddNewEducation {
	border					: 0px;
	width					: 160px;
	height					: 24px;
	background				: url(../images/buttonAddNewEducation.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonAddNewEducation.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputAddUserGroup {
	border					: 0px;
	width					: 223px;
	height					: 24px;
	background				: url(../images/buttonAddNewUserGroup.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonAddNewUserGroup.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputAddNewClass {
	border					: 0px;
	width					: 142px;
	height					: 24px;
	background				: url(../images/buttonAddNewClass.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonAddNewClass.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputEdit {
	border					: 0px;
	width					: 89px;
	height					: 24px;
	background				: url(../images/buttonEdit.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonEdit.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputStartToEducation input {
	border					: 0px;
	width					: 137px;
	height					: 24px;
	background				: url(../images/buttonStartToEducation.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonStartToEducation.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputChangePassword input {
	border					: 0px;
	width					: 272px;
	height					: 24px;
	background				: url(../images/buttonChangePassword.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonChangePassword.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputSave input {
	border					: 0px;
	width					: 87px;
	height					: 24px;
	background				: url(../images/buttonSave.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/buttonSave.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputSend input {
	border					: 0px;
	width					: 82px;
	height					: 24px;
	background				: url(../images/buttonSend.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/buttonSend.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputShowReport input {
	border					: 0px;
	width					: 134px;
	height					: 24px;
	background				: url(../images/buttonShowReport.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/buttonShowReport.png');
	_background				: transparent;
	cursor					: pointer;
}

.tableInputStartToExam input {
	border					: 0px;
	width					: 131px;
	height					: 24px;
	background				: url(../images/buttonStartToExam.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/buttonStartToExam.png');
	_background				: transparent;
	cursor					: pointer;
}

.pureWhite {
	font-family				: "Tahoma";
	font-size				: 12px;
	border					: 1px solid #ababab;
	background				: #fff;
	color					: #453e3d;
}

.pureWhiteError {
	font-family				: "Tahoma";
	font-size				: 12px;
	color					: #d2232a;
	border					: 1px solid #d2232a;
	background				: #fff;
}

#enterLoginWindow {
	color					: #4d4544;
	position				: absolute;
	width					: 687px;
	height					: 317px;
	top						: 50%;
	left					: 50%;
	margin-top				: -159px;
	margin-left				: -344px;
	background				: url(../images/loginBack.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginBack.png');
	_background				: transparent;
}

#enterLoginWindow #enterLoginWindowLeft {
	margin-top				: 70px;
	margin-left				: 25px;
	width					: 220px;
	float					: left;
	text-align				: left;
	line-height				: 24px;
}

#enterLoginWindow a {
	color					: #4d4544;
}

#enterLoginWindow a:hover {
	color					: #f43113;
}

#enterLoginWindow #enterLoginWindowLeft input {
	width					: 100px;
	height					: 1.8em;
	background				: url(../images/enterLoginWindowInputBg.png) no-repeat left top;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/enterLoginWindowInputBg.png');
	_background				: transparent;
	border					: 0px;
}

#enterLoginWindow #enterLoginWindowLeft .enterLoginWindowLeftLoginButton input {
	position				: absolute;
	border					: 0px;
	width					: 56px;
	height					: 24px;
	background				: url(../images/loginWindowSubmitBg.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/loginWindowSubmitBg.png');
	_background				: transparent;
	cursor					: pointer;
}

#enterLoginWindowRight {
	margin-top				: 65px;
	
	margin-right			: 25px;
	width					: 400px;
	float					: right;
	text-align				: left;
}

#enterLoginWindowRight .enterLoginWindowRightLMS {
	display					: block;
	font-weight				: bold;
	font-size				: 18px;
	color					: #30afc2;
	text-align				: right;
}

#enterLoginWindowRight .enterLoginWindowRightWar {
	float					: right;
	width					: 200px;
	display					: block;
	margin-top				: 12px;
	font-weight				: bold;
	font-size				: 11px;
	color					: #000000;
	text-align				: right;
}

#enterLoginWindowRight .enterLoginWindowRightList {
	clear					: both;
	display					: block;
	margin-top				: 75px;
	*margin-top				: 50px;
	font-size				: 12px;
	color					: #000000;
	padding					: 0px 16px 0px 16px;
	line-height				: 15px;
}

#enterLoginWindowRight ul {
	width					: 300px;
	padding-left			: 55px;
	list-style-image		: url(../images/star01.png);
	list-style-position		: outside;
}

#enterLoginWindowRight ul li {
	margin-top				: 6px;
}

#errorBox {
	color					: #ffffff !important;
	background				: #d2232a;
	font-size				: 14px;
	font-weight				: bold;
	display					: none; /* none; */
	height					: 30px;
	line-height				: 30px;
	padding-left			: 15px;
	vertical-align			: middle;
	margin-top				: -30px;
}

#errorBox #errorBoxDownArrow {
	position				: absolute;
	margin-top				: 30px;
	margin-left				: 3px;
}

#errorBoxMessage {
	font-size				: 10px;
	font-weight				: normal;
	padding-left			: 10px;
}

.errorX {
	position				: absolute;
	margin-left				: -6px;
	*margin-top				: 1px;
	display					: none;
	width					: 21px;
	height					: 18px;
	background				: url(../images/errorX.png) no-repeat left;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='themes/default/images/errorX.png');
	_background				: transparent;
}

.errorXShow {
	display					: inline;
}

.percentageBlock {
	font-weight				: bold;
	text-align				: right;
	width					: 100px;
	height					: 34px;
	line-height				: 34px;
}

.percentageField {
	margin					: 0px;
	padding					: 0px !important;
}

.percentage {
	position				: absolute;
	display					: block;
	background				: #30afc2;
	height					: 34px;
}

.percentageText {
	right					: 5px;
	position				: relative;
	text-align				: right !important;
	height					: 34px;
	line-height				: 34px;
}

#infoBox {
	position				: absolute;
	width					: 142px;
	height					: 137px;
	border					: 1px solid #ababab;
	background				: #b6b6b6;
}

#infoBoxTitle {
	border-bottom			: 1px solid #ababab;
	padding-left			: 5px;
	background				: #fff;
	height					: 24px;
	line-height				: 24px;
	font-weight				: bold;
	color					: #000;
}

#infoBoxContent {
	padding					: 5px;
}

#infoBoxContent p {
	line-height				: 14px;
}

.resetTable, .resetTable td, .resetTable th {
	border					: 0px;
	padding					: 0px;
	margin					: 0px;
}
.resetGrid, .resetGrid td, .resetGrid th {
	border					: 0px;
	padding-left			: 5px;
	padding-right			: 5px;
	margin					: 0px;
}
 .resetGrid td a
 {
	text-align:left;
	font-size:11px;
	color:#006690;	
	text-decoration:none;
}

.tableLabel {
	font-weight				: bold;
	text-align				: right !important;
	padding					: 8px !important;
	vertical-align			: top;
}

.sliderTD {
	padding-top				: 15px;
	padding-bottom			: 5px;
}

#slider {
	position				: relative;
	width					: 200px;
	margin-top				: -10px;
}

#sliderLabelMin {
	position				: absolute;
	width					: 24px;
	height					: 36px;
	margin-top				: -10px;
	text-align				: left;
}

#sliderLabelMax {
	position				: absolute;
	width					: 30px;
	height					: 36px;
	margin-top				: -10px;
	right					: 0px;
	text-align				: right;
}

#sliderIcon {
	position				: absolute;
	width					: 24px;
	height					: 36px;
	margin-top				: -18px;
	text-align				: center;
	color					: #fa3213;
	background				: url(../images/icon12.png) no-repeat bottom;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/icon12.png');
	_background				: transparent;
}

#sliderBar {
	position				: absolute;
	width					: 199px;
	height					: 18px;
	background				: url(../images/icon13.png) no-repeat;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/icon13.png');
	_background				: transparent;
}


#progressBar {
	
}

#progressBarTop {
	
}

#progressBarBar {
	
}

.testResults {
	color					: #ababab;
	font-weight				: normal;
}

.testResults-selected {
	color					: #000000;
	font-weight				: bold;
}

.questionTypes {
	color					: #000000;
}

.questionTypesElement {
	display					: block;
	background				: #daedef;
	border-bottom			: 1px solid #ababab;
	height					: 32px;
}

.questionTypesElement input {
	padding					: 0px;
	margin					: 0px;
	margin-top				: -2px;
	margin-left				: 5px;
	margin-right			: 3px;
}

.questionTypesOdd {
	background				: #e9f4f5 !important;
}

.questionTypesNo {
	display					: block;
	position				: absolute;
	margin-top				: 5px;
	*margin-top				: -2px;
	margin-left				: 5px;
	width					: 25px;
	height					: 32px;
	color					: #fff;
	font-size				: 18px;
	font-weight				: bold;
	text-align				: center;
	background				: url(../images/stepBg.png) no-repeat;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/stepBg.png');
	_background				: transparent;
}

.questionTypes-selected {
	background				: url(../images/stepBgSelected.png) no-repeat;
	_filter					: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/stepBgSelected.png');
	_background				: transparent;
}

.questionTypesLabel {
	margin-left				: 35px;
	line-height				: 32px;
}

/******************************Sonradan Eklenen CSS çözümleri****************************/
/**************************************Ahmet Özkan**************************************/
.PanelDetayLink	{
 font-size: 11px;
 vertical-align :top; 
 color: #023665;
}   
A.PanelDetayLink	{
 text-decoration: none;
 color: #023665;
  vertical-align :top; 
 
}

A.PanelDetayLink:link	{
 text-decoration: none;
 color: #023665;
  vertical-align :top; 
 
}

A.PanelDetayLink:visited	{
 text-decoration: none;
 color: #023665;
 vertical-align :top; 
 
}

A.PanelDetayLink:active	{
 text-decoration: none;
 color: #023665; 
  vertical-align :top; 
 
}

A.PanelDetayLink:hover	{
 text-decoration: none;
 color: #023665;
  vertical-align :top; 
}
.GridTextBold	{
 color: #023665;
 font-weight: bold;
 font-size: 11px;
}
.EditUyari	{
 font-size: 11px;
 color: #006690;	
}
.myBox {
    color: #fff;
    width: auto;
    height:20px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    background-color: #f43113;
	cursor: hand;
	text-decoration:none;
}
.myBox a {
	text-decoration:none;
	outline:0;
}
.table_Init
{
	border-top:1px solid #ababab;
	border-left:1px solid #ababab;
	
	margin-left:17px;
	margin-right:14px;
	width:946px;
}
.table_Init td
{
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding-left:5px;
	width:50%;
}
.reportHeader
{
	border-bottom:solid 1px #ababab; 
	border-top:solid 1px #ababab; 
	border-right:solid 1px #ababab; 
	border-left:solid 1px #ababab; 
	width:100%;
	font-size:14px; 
	color:#453e3d; 
	font-weight:bold; 
	padding-left:5px;
	text-align:left;
	background-color:#dedede;
	height:30px;
}
.reportsubHeader
{
border-left:solid 1px #ababab; 
border-right:solid 1px #ababab;
background-color:#ffffff;
height:40px;
}
.reportminSub
{
font-size:12px; 
font-weight:bold; 
background-color:#ebebeb;
height:40px;
border-bottom:solid 1px #ababab; 
border-top:solid 1px #ababab;
text-align:left;
padding-left:5px;
}
.reportFooter
{
	background-color:#ebebeb;
	height:30px;
	border-bottom:solid 1px #ababab; 
	border-right:solid 1px #ababab;
	border-left:solid 1px #ababab;
	font-weight:bold;
}
.reportLine
{
	border-bottom:solid 1px #ababab; 
}
.redButton
{
color:#ffffff;
font-size:large;	
}

.tablemesajLabel {
	font-weight				: bold;
	text-align				: left !important;
	padding					: 8px !important;
	vertical-align			: top;
}
.redButton a:link
{
color:#ffffff;
font-size:large;
outline:0;	
}
.redButton a
{
color:#ffffff;
font-size:large;
outline:0;	
}
/************************************CSS eklenti Sonu**********************************/
.selectedReport_R a {
	color:#006690 !important;
	padding-left:0px;
	background:url(../images/icon03.png)  left center no-repeat;
}
.selectedReport_R tr {
	color:#006690 !important;
	padding-left:0px;
	background:url(../images/icon03.png) left center no-repeat;
}
.containerOverallLesson {
	padding-bottom:0px;
	padding-top:0px;
	padding-left:17px;
	padding-right:17px;
}
/*sliding top menu wiht jquery*/
#sliderWrap {
margin: 0 auto;
width: 300px;
}
.slider {

position: absolute;
width: 280px;
height: 170px;
margin-top:-260px;

}
.slider img {
border: 0;
}
#sliderContent {
margin: 0px 0 0 0px;
*margin-left:-290px;
*margin-top:0px;
position: absolute;
text-align:left;
background-image:url(../images/login.png);
background-repeat:no-repeat;
color:#ffffff;
width:280px;
height:185px;
padding-left:10px;
}
#openCloseWrap 
{
position:absolute;
margin: -28px 0 0 -5px;
*margin-left:-150px ;
font-size:12px;
font-weight:bold;
}
.style3 {
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight:normal;
}
.style5 {font-size: 18px; font-family: "Trebuchet MS"; font-weight: bold; color: #453e3d;}
.style7 {font-size: 11px; font-family: "Trebuchet MS"; font-weight: bold; color: #FF0000; text-decoration: underline}




.style11 {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
}
.style12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.style13 {
	color: #666666;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
}
.style16 {font-family: "Trebuchet MS"; font-size: 18px; color: #666666;}