﻿html, body, form, .surroundTable
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1
{
	font-size: 20px;
	color: #0f0f0f;
}
h2
{
	background-image: url(images/icoPerculus.gif);
	background-position: 0px 0px;
	font-size: 18px;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 32px;
	padding-top: 2px;
	margin-top: 8px;
	border-bottom: 1px solid #0f0f0f;
	color: #0f0f0f;	
}
h3
{
	font-size: 15px;
	padding-top: 2px;
	margin-top: 8px;
	border-bottom: 1px solid #0f0f0f;
	color: #0f0f0f;
}
.editTable
{
	margin-left: 5px;
}

.surroundTable
{
	width: 100%;
	border-collapse: collapse;
	background-image: url(images/imgPerculusLogo.gif);
	background-repeat: no-repeat;
	background-position: 14px bottom;
	background-color: #0f0f0f;
	table-layout:fixed;
}
.warning
{
	color: firebrick;
	font-weight: bold;
}
.searchInfo
{
	background-color:gainsboro;
	padding:2px;
	font-weight:bold;
	width:100%;
	display:block;
}
.done, .newFeature
{
	color: Green;
	font-weight: bold;
}
.done
{
	text-decoration: line-through;
}

/*BUT */

a.but
{
	font-family: Tahoma;
	font-weight:bold;
	font-size: 9pt;
	text-decoration:none;
	padding:3px;
	border: solid 1px #cccccc;
	background-color:#eeeeee;
	color:#666666;
	cursor:pointer;
}

input.but
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	border: solid 1px #cccccc;
	background-color:#eeeeee;
	color:#666666;
	padding:2px;
	cursor:pointer;
	height:22px;
	margin-bottom:-2px;
	width:auto;
	overflow:visible;
}

html:not([dummy]) input.but {
margin-bottom:0px;
padding-bottom:3px;
} /* IE7'den gizlemek icin */

input.but:hover,a.but:hover
{
	font-size: 9pt;
	color: #333333;
	background-color: #efefef;
}


.butTable, .butTableDB
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	border: solid 1px #cccccc;
	background-color:#eeeeee;
	color:#666666;
	padding:2px;
	margin-top:5px;
	cursor:pointer;
}
a.butTable, a.butTableDB
{
	font-family: Tahoma;
	font-size: 9pt;
	padding: 3px;
	border: none;
	background-color: Transparent;
}
.butTable:hover
{
	font-size: 9pt;
	color: #0f0f0f;
	background-color: #efefef;
}
.butTableDB:hover
{
	background-color:Whitesmoke;
	color: #0f0f0f;
	border-bottom:3px solid gainsboro;
	-moz-border-radius:5px;

}
.butTable:hover
{
	border-bottom:3px solid #dcdcdc;
	-moz-border-radius:5px;

}
/* END BUT */
.disabledTB
{
	background-color: gainsboro;
}

.printStatusClosed, .printStatusOpen
{
	position: absolute;
	right: 19px;
	background-color: whitesmoke;
	border: 1px solid gainsboro;
}
.printStatusOpen
{
	background-image: url(images/icoPrinter.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.printStatusOpen .headDiv
{
	padding-left: 35px;
	cursor: pointer;
	background-image: url(images/icoMaximize.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}
.printStatusClosed .headDiv
{
	padding-left: 0px;
	cursor: pointer;
	background-image: url(images/icoMinimize.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}
.printStatusClosed
{
	height: 17px;
	overflow: hidden;
	width: 130px;
}

.resetInput,.resetInput input
{
	margin:0px;
	margin-right:4px;
}
/* Report Boxes */
.reportBoxes
{
	float: left;
	width: 240px;
	height: 200px;
	border: 2px solid #0f0f0f;
	margin: 2px;
	cursor: pointer;
	padding: 3px;
	text-align: justify;
	color: Black;
}
.reportBoxes:hover
{
	border: 2px solid #aada35;
}
.reportBoxes img
{
	margin-right: 9px;
	margin-bottom: 6px;
	float: left;
	border: none;
}
.reportBoxes .repHdr
{
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 196px;
	text-align: left;
}
.reportBoxes div
{
	clear: both;
}
.reportBoxes ul
{
	padding-left: 15px;
	list-style-type: square;
}
/* END:Report Boxes */

/* WARNING PANES */
#divSubmit
{
	width: 1px;
	height: 1px;
	opacity: .60;
	background-color: gray;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	display: none;
}

.submittingPane
{
	position: fixed;
	width: 20%;
	height: 10%;
	border: 3px solid firebrick;
	background-color: White;
	left: 40%;
	top: 45%;
	font-weight: bold;
	vertical-align: middle;
	color: firebrick;
	padding: 5px;
	background-image: url(images/icoWait.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
	text-align: center;
}

.infoOk
{
	background-image: url(images/icoCheck.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 35px;
	position: fixed;
	width: 20%;
	height: 10%;
	border: 3px solid #3a7e34;
	background-color: White;
	left: 40%;
	top: 40%;
	font-weight: bold;
	vertical-align: middle;
	color: #3a7e34;
	text-align: center;
}

.infoExclamation
{
	background-image: url(images/icoExclamation.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 35px;
	position: fixed;
	width: 20%;
	height: 10%;
	border: 3px solid #9c9a27;
	background-color: White;
	left: 40%;
	top: 40%;
	font-weight: bold;
	vertical-align: middle;
	color: #9c9a27;
	text-align: center;
}

.infoStop
{
	background-image: url(images/icoStop.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 35px;
	position: absolute;
	width: 20%;
	height: 10%;
	border: 3px solid firebrick;
	background-color: White;
	left: 40%;
	top: 40%;
	font-weight: bold;
	vertical-align: middle;
	color: firebrick;
	text-align: center;
}
/* END:WARNING PANES */

.searchGrid
{
	background-color:gainsboro;
}
.searchGrid td
{
	background-color:White;
}
/* List Grid */
.listGrid tr th a
{
	text-decoration: none;
}
.listGrid .pager td
{
	padding: 0px;
}
.listGrid .pager td a
{
	text-decoration: none;
	color: #efefef;
	font-weight: bold;
	padding: 2px;
}
.listGrid .pager td span
{
	font-weight: bold;
	background-color: #efefef;
	padding: 2px;
	color: #0f0f0f;
}
/* List Grid End */

/* Info Box */
.infoBox
{
	table-layout: fixed;
	width: 327px;
	background-color: #2e2e2e;
	margin-left: 10px;
	margin-right: 10px;
}
.infoHeader
{
	background-color: #0f0f0f;
	font-weight: bold; color: #efefef;
	text-align: center;
	padding: 6px;
	
}
.infoContent
{
	background-color: White;
	text-align: left;
	padding: 6px;
}
.infoFooter
{
	background-color: whitesmoke;
	text-align: center;
}
/* Info Box END*/

.tBox, textarea
{
	font-size: 8pt;
}

/* ALT-UST */
.topPanel
{
	height: 55px;
	border-bottom: 1px solid black;
	background-image: url(images/imgLogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.topPanelNoLogo
{
	height: 70px;
	border-bottom: 5px solid #bae343;
	text-align: center;
		
}
.bottomPanel
{
	height: 70px;
	/*border-top: 1px solid black;*/
	border-top : 5px solid #bae343;

}
.bottomPanel .sign
{
	float: right;
	color: #efefef;
	margin-right: 15px;
	text-align: right;
}
.contentPanel
{
	background-color: #efefef;
	text-align: center;
}
/* ALT-UST END */


/* SOL-SAG */
.rightPanel
{
	background-color: #efefef;
	padding-left: 8px;
}

/* Sol Menu Baslangic */
.leftPanelNoLogo
{
	width: 210px;
	border-right: 1px solid black;
	padding-top: 55px;
	padding-bottom: 55px;
	border-right:5px solid #bae343;
}
.leftPanelNoLogo .companyLogo
{
	margin-top: -50px;
}
.leftPanel
{
	width: 210px;
	border-right: 1px solid black;
	background-image: url(images/imgLogo.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
	padding-top: 55px;
	padding-bottom: 55px;
	border-right:5px solid #bae343;
}
.leftPanel ul, .leftPanelNoLogo ul
{
	color: #efefef;
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}
.leftPanel ul li, .leftPanelNoLogo ul li
{
	color: #efefef;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #2e2e2e;
}
.leftPanel ul li a, .leftPanelNoLogo ul li a
{
	color: #efefef;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px;
	background: url(images/icoMainList.gif) no-repeat 0px 5px;
}
.leftPanel ul li a:hover, .leftPanelNoLogo ul li a:hover
{
	background-color: #2e2e2e;
	color: #efefef;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px;
}
.leftPanel ul li ul, .leftPanelNoLogo ul li ul
{
	margin: 0px 0px 0px -10px;
	padding: 0px;
}

.leftPanel ul li ul li, .leftPanelNoLogo ul li ul li
{
	color: #efefef;
	font-size: 12px;
	padding: 3px 0px 3px 25px;
	border-bottom: 0px solid #bbdce5;
}

.leftPanel ul li ul li a, .leftPanelNoLogo ul li ul li a
{
	color: #efefef;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px;
	background: url(images/icoSubList.gif) no-repeat 0px 5px;
}
.leftPanel ul li ul li a:hover, .leftPanelNoLogo ul li ul li a:hover
{
	background-color: #2e2e2e;
	color: #8d8d8d;
	display: block;
	font-weight: bold;
	padding: 0px 20px;
	text-decoration: none;
}
/* Sol Menu Bitis */
/* SOL-SAG END */


/* BEGIN: TIPTYPE */

/* Seçili durumdaki elemanın style'ı */
.ddSelect
{
	background-color: #2e2e2e;
}

/* Seçili olmayan durumdaki elemanın içerisindeki a'ların styleı */
.ddNormal a
{
	color: gray;
	text-decoration: none;
}

/* Seçili durumdaki elemanın içerisindeki a'ların style'ı */
.ddSelect a
{
	color: white;
	text-decoration: none;
}

/* Açılır menünün style'ı  */
.ddMain
{
	background-color: white;
	border: 1px solid gray;
	overflow: hidden;
	display: none;
	position: absolute;
	font-size: 9pt;
}

/* TipType */
.ddFoundSection
{
	font-weight: bold;
	color: white;
	background-color: #0f0f0f;
	border: 1px solid #2e2e2e;
}

/* END TIPTYPE */

/* SCHEDULE */
.schTable
{
	background-color:white;
}
.schEventCell
{
	background-color:#ff0000;
	width:60px;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	border-bottom:1px solid white;
	vertical-align:top;
	
}
.schEventCell:hover
{
	background-color:#AADA35;
	/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	cursor:pointer;
}
.schEventCell img
{
	padding:2px;
}
.schEmptyCell
{
	background-color:White;
	width:60px;
	border-bottom:1px solid gainsboro;
}
.schEmptyCell:hover
{
	background-color:#AADA35;
	cursor:pointer;
	-moz-border-radius:6px;
}
.schNullCell
{
	background-color:White;
	width:5px;
	border-bottom:1px solid gainsboro;
}
.schTitleCell,.schMarkRowHeader
{
	background-color:White;
	font-weight:bold;
	border-bottom:1px solid gainsboro;
	width:100px;
	border-right:1px solid gainsboro;
	height:25px;
}
.schHeader
{
	font-weight:bold;
	text-decoration:underline;
	font-size:10pt;
}
.schMarkRowHeader
{
	background-color:#AADA35;
}	 
/* END SCHEDULE */

/*BUBBLE*/
.tooltip{
width: 200px; color:#000;
text-decoration:none;text-align:left}

.tooltip span.top{padding: 30px 8px 0;
    background: url(images/imgBaloon.gif) no-repeat top; 
    
    }

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(images/imgBaloon.gif) no-repeat bottom}

.tooltip div
{
	margin-top:5px;
	border:1px solid firebrick;
}
/*END BUBBLE*/

.licenseRow
{
	background-color: firebrick;
	color:White;
	font-size:10pt;
	padding:8px;
	text-align:center;
}

.licenseBox
{
	width:230px;
	height:80px;
	background-color:whitesmoke;
	border:5px solid firebrick;
	padding:4px;
	padding-left:54px;
	position:fixed;
	right:18px;
	bottom:0px;
	background-image:url(images/icoLicenseConflict.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-weight:bold;
	color:firebrick;
	font-size:9pt;
	text-align:center;
}
.licenseBox:first-line
{
	text-decoration:underline;
}

.firebugWarning
{
	background-color:firebrick;
	color:White;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:1px;
	width:100%;
	top:0px;
	left:0px;
	text-align:center;
}

.firebugWarning a
{
	color:gainsboro;
	text-decoration:none;
	margin-left:15px;
	text-decoration:underline;
}

.logMessage
{
	overflow:hidden;
}

.groupList
{
	margin-left:0px;
	padding-left:16px;
}
.groupList LI
{
}

.topPageAnnot
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	margin-bottom:10px;
	text-align:left;
	background-color:#FEFEE1;
	padding:3px;
	border-bottom:2px solid #F4ED7F;
	background-image:url(images/icoExclamation.gif);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:22px;
}

/* AGENDA */

.agContainer
{
	background-color:White;
	width:99%;
}

.agContainer .agDay
{
	border-bottom:1px solid gainsboro;
}
.agContainer .agDay:hover
{
	background-color:#AADA35;
	cursor:pointer;
}

.agContainer .agDay span
{
	display:inline-block;
	padding-bottom:8px;
	padding-top:8px;
	font-weight:bold;
	border-right:1px solid gainsboro;
	padding-right:5px;
	padding-left:5px;
	width:95px;
	white-space:nowrap;
}

.agEvent
{
	position:absolute;
}