html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
}
body.title_body 
{
    background-color: #eeeeee;
}
.wrapper_popup 
{
    padding:10px;
}
body.body_popup 
{
    background-color:#ffffff;
}
h1
{
    font-family:Georgia;
	font-size: 32px;
	color: #232323;
	font-weight:normal;
	letter-spacing:1px;
}
h2
{
	background-image: url(http://ipfilter.enderunix.org/design/images/icoPerculus.gif);
	background-position: 0px 0px;
	font-size: 24px;
	font-family:Georgia;
	font-weight:normal;
	background-repeat: no-repeat;
	line-height: 32px;
	height:32px;
	padding-left: 37px;
	margin-top: 0px;
	margin-bottom:15px;
	color: #b03422;	
}
.hdr_calendar 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_calendar_32.png);
}
.hdr_session_edit 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_session_add_32.png);
}
.hdr_sessions 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_session_32.png);
}
.hdr_users
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_user_32.png);
}
.hdr_user_edit
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_user_add_32.png);
}
.hdr_user_excel
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_user_excel_32.png);
}
.hdr_presenters
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_presenter_32.png);
}
.hdr_presenter_edit
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_presenter_add_32.png);
}
.hdr_presenter_excel
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_presenter_excel_32.png);
}

.hdr_admins
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_admin_32.png);
}
.hdr_admin_edit
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_admin_add_32.png);
}
.hdr_admin_excel
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_admin_excel_32.png);
}
.hdr_files 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_library_32.png);
}
.hdr_reports 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_report_32.png);
}
.hdr_license 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_license_32.png);
}
.hdr_changepass 
{
	background-image: url(images/ico_password_32.png);
}

.hdr_company_list
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_company_32.png);
}
.hdr_company_edit
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_company_add_32.png);
}
.hdr_object_transfer 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_object_transfer_32.png);
}
.hdr_settings
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_settings_32.png);
}
.hdr_pack_room 
{
	background-image: url(http://ipfilter.enderunix.org/design/images/ico_package_32.png);
}
.hdr_user_group 
{
   background-image: url(http://ipfilter.enderunix.org/design/images/ico_users_32.png);
}
.hdr_merge_users
{
   background-image: url(http://ipfilter.enderunix.org/design/images/ico_merge_users_32.png);
}
.hdr_attendee_codes 
{
   background-image: url(images/ico_attendcode_32.png);
}
.hdr_poll 
{
   background-image: url(http://ipfilter.enderunix.org/design/images/ico_poll_32.png);
}
.hdr_ip_filter
{
   background-image: url(http://ipfilter.enderunix.org/design/images/ico_ip_filter_32.png);
}
.hdr_country_filter
{
   background-image: url(http://ipfilter.enderunix.org/design/images/ico_country_filter_32.png);
}
h3
{
	font-size: 15px;
	padding-top: 2px;
	margin-top: 8px;
	border-bottom: 1px solid #0f0f0f;
	color: #0f0f0f;
}

a, a:visited,a:active
{
    color:#5f96f0;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}


.editTable
{
	margin-left: 5px;
}

.wrapper
{
    margin:0 auto;
    padding:0;
	width: 100%;
	position:relative;
}
.warning
{
	color: firebrick;
	font-weight: bold;
}
.done, .newFeature
{
	color: Green;
	font-weight: bold;
}
.done
{
	text-decoration: line-through;
}

a.but, a.but:active, a.but:visited
{
    color: #555555;
}
a.but:hover
{
    color: #222222;
}
/*BUT */
/*
a.but
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	text-decoration:none;
	padding:3px;
	border: solid 1px #cccccc;
	background-color:#77961d;
	color:#ffffff;
	cursor:pointer;
}

input.but
{
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	border: solid 1px #cccccc;
	background-color:#77961d;
	color:#ffffff;
	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-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-size: 9pt;
	color:#666666;
	padding: 3px;
	border: none;
	background-color: Transparent;
	text-decoration:none;
}
.butTable:hover
{
	font-size: 9pt;
	color: #0f0f0f;
	background-color: #efefef;
	border-bottom:3px solid #dcdcdc;
	-moz-border-radius:5px;
}
.butTableDB:hover
{
	background-color:Whitesmoke;
	color: #0f0f0f;
	border-bottom:3px solid gainsboro;
	-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(http://ipfilter.enderunix.org/design/images/icoPrinter.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.printStatusOpen .headDiv
{
	padding-left: 35px;
	cursor: pointer;
	background-image: url(http://ipfilter.enderunix.org/design/images/icoMaximize.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}
.printStatusClosed .headDiv
{
	padding-left: 0px;
	cursor: pointer;
	background-image: url(http://ipfilter.enderunix.org/design/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 */

.statustext 
{
    position: absolute;
    font-size:12px;
    line-height:14px;
    height: 18px;
    left: 700px;
    top: 35px;
    font-weight: bold;
    padding: 4px 3px 0px 20px;
    display: none;  
}
.statustext span
{
    display:block;
}
.errortext 
{
    font-size:12px;
    line-height:14px;
}
#submittingPane
{
    
	background: url(http://ipfilter.enderunix.org/design/images/loading.gif) no-repeat 2px 2px;
	color: #999999;	
}

.infoOk
{
	background: url(http://ipfilter.enderunix.org/design/images/icoCheck.gif) no-repeat 2px 2px;
	color: #3a7e34;
}

.infoExclamation
{
    background: url(http://ipfilter.enderunix.org/design/images/icoExclamation.gif) no-repeat 2px 2px;
	color: #9c9a27;
}

.infoStop
{
    background: url(http://ipfilter.enderunix.org/design/images/icoStop.gif) no-repeat 2px 2px;
	color: firebrick;
}
/* END:WARNING PANES */

.searchGrid
{
	background-color:#eeeeee;
    min-width:50%;
}
.searchGrid td
{
	background-color:#f5f5f5;
    padding:3px;
}

.searchInfo
{
	background-color:#f5f5f5;
	padding:3px;
    font-size:0.9em;
	display:block;
    float:left;
    margin:3px 0 3px 0;
}
.filterButtons {
    float:right;
}
/* List Grid */
.listGrid
{
    background-color:#CACACA;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
}

.listGrid th 
{
    background-color:#CACACA;
    color: #0f0f0f;
    border:1px solid #cccccc;
}
.listGrid td, .listGrid th 
{
    border:1px solid #cccccc;
}
.listGrid tr
{
    background-color: #ffffff;
}
.listGrid tr.row:nth-of-type(odd) 
{
    background-color:#eeeeee !important;
}
.listGrid tr.row:nth-of-type(even) 
{
    background-color:#ffffff !important;
}
.listGrid tr.row:hover
{
    background-color:#f5f5f5;
}

.listGrid tr th a
{
	text-decoration: none;
	color:#333333;
}

.listGrid td 
{
    padding:3px;
}

.listGrid tr th a
{
	text-decoration: none;
}
.listGrid .pager td
{
	padding: 0px;
	background-color:#ffffff;
}
.listGrid .pager td a
{
	text-decoration: none;
	color: #666666;
	padding: 5px;
	display:inline-block;
	
}
.listGrid .pager td a:hover 
{
    background-color:#B03422;
    color:White;
}

.listGrid .pager td span
{
    font-weight: bold;
	background-color: #efefef;
	padding: 5px;
	display:inline-block;
	color: #0f0f0f;
}
/* List Grid End */

/* Info Box */
.infoBox
{
	table-layout: fixed;
	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: 16px;
}

/* ALT-UST */
.topPanel
{
	border-top:10px solid #232323;
	height: 120px;
	background-image: url(http://ipfilter.enderunix.org/design/images/imgLogo.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-color:#ffffff;
}
.topPanelNoLogo
{
    background-color:White;
	padding:10px;
	text-align: center;
		
}
.bottomPanel
{
	height: 60px;
    background-image: url(http://ipfilter.enderunix.org/design/images/bottom_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position: 50px;
	background-color:#eeeeee;
}
.bottomPanel .sign
{
	float: right;
	color: #999999;
	margin-right: 10px;
	padding-top:10px;
}
.bottomPanel .spnVersion 
{
    display:block;
	float: right;
	color: #999999;
	margin-right: 120px;
	text-align: right;
	font-size:10px;
	padding-top:20px;
}
.contentPanel
{
	background-color: #ffffff;
}
/* ALT-UST END */


/* SOL-SAG */
.userTopPanel 
{
   text-align:right;
   border-bottom:1px solid #cccccc;
   background-color:#eeeeee;
   height:17px;
   padding:3px 10px 3px 10px;
   font-size:11px;
   line-height:16px;
}
.userTopPanel a, .userTopPanel a:hover
{
    color:#999999;
    text-decoration:none;
    padding-left:19px;
    display:inline-block;
}
.userTopPanel a:hover 
{
    color:#666666;
}

span.usertop_welcome 
{
    display:inline-block;
    margin-right:10px;
}
a.usertop_help 
{
    background:url(http://ipfilter.enderunix.org/design/images/ico_help_16_gray.png) no-repeat left center;
    margin-right:15px;
}
a.usertop_exit 
{
    background:url(http://ipfilter.enderunix.org/design/images/ico_exit_16_gray.png) no-repeat left center;
}
a.usertop_help:hover
{
    background:url(http://ipfilter.enderunix.org/design/images/ico_help_16.png) no-repeat left center;
}
a.usertop_exit:hover 
{
    background:url(http://ipfilter.enderunix.org/design/images/ico_exit_16.png) no-repeat left center;
}
.userTopPanel button 
{
    font-size:10px;
}
.rightPanel
{
	background-color: #ffffff;
    float:left;
}
#right_panel_content 
{
    padding:10px;
}
/* Sol Menu Baslangic */
.leftPanelNoLogo
{
	width: 215px;
	float:left;
}
.leftPanelNoLogo .companyLogo
{
	padding-top:25px;
	padding-left:5px;
	width:200px;
}
.leftPanel
{
    width: 215px;
    float:left;
	background-image: url(http://ipfilter.enderunix.org/design/images/imgLogo.png);
	background-repeat: no-repeat;
	background-position: center 11px;
	padding-top: 105px;
}
.leftPanel ul, .leftPanelNoLogo ul
{
	color: #000000;
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	width:210px;
}
.leftPanel ul li, .leftPanelNoLogo ul li
{
	color: #000000;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
	/*border-bottom: 1px solid #2e2e2e;*/
	background-color:White;
	border:1px solid #cccccc;
	-moz-border-radius:5px;
	margin:3px;
	margin-bottom:10px;
}
.leftPanel ul li img.menu-icon, .leftPanelNoLogo ul li img.menu-icon
{
    width:16px;
    height:16px;
    border:none;
    vertical-align:middle;
    padding-right: 4px;
    float:left;
    
}
.leftPanel ul li a, .leftPanelNoLogo ul li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.leftPanel ul li a:hover, .leftPanelNoLogo ul li a:hover
{
	/*background-color: #2e2e2e;
	color: #000000;
	*/
    text-decoration: none;
}
.leftPanel ul li ul, .leftPanelNoLogo ul li ul
{
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width:auto;
}

.leftPanel ul li ul li, .leftPanelNoLogo ul li ul li
{
	color: #000000;
	font-size: 12px;
	padding: 3px 0px 3px 25px;
	/*border-bottom: 0px solid #bbdce5;*/
	border-width:0px;
	margin-bottom:0px;
}

.leftPanel ul li ul li a, .leftPanelNoLogo ul li ul li a
{
	color: #000000;
	display: block;
	font-weight: normal;
	text-decoration: none;
	/*
	padding: 0px 20px;
	background: url(http://ipfilter.enderunix.org/design/images/icoSubList.gif) no-repeat 0px 5px;
*/
}
.leftPanel ul li ul li a:hover, .leftPanelNoLogo ul li ul li a:hover
{
	text-decoration: underline;
	cursor:pointer;
}
/* Sol Menu Bitis */
/* SOL-SAG END */

/* 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;
}

/* SCHEDULE */
.schTable
{
	background-color:white;
}
.schEventCell
{
	width:60px;
	border-bottom:1px solid white;
	vertical-align:top;
	
}
.schEventCell:hover
{
	background-color:#AADA35;
	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(http://ipfilter.enderunix.org/design/images/imgBaloon.gif) no-repeat top; 
    
    }

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(http://ipfilter.enderunix.org/design/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(http://ipfilter.enderunix.org/design/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(http://ipfilter.enderunix.org/design/images/icoExclamation.gif);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:22px;
}

/* AGENDA */

.agContainer
{
	background-color:White;
	width:99%;
	position:relative;
}

.agContainer .agDay
{
	border-bottom:1px solid gainsboro;
	height:28px;
}
.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:115px;
	white-space:nowrap;
}

.agEvent
{
	position:absolute;
}

.agEvent_past
{
	position:absolute;
	background-color:#eee !important;
}
.agEvent_now 
{
    background-color:#ff0000;
}
.agEvent_future 
{
    background-color:#ccc;
}


.txtdate
{
    width:80px;
}


.enroll_form 
{
    background-color:#ffffff;
}

.room_settings_header 
{
    font-weight:bold;
    display:block;
    border-bottom:#eeeeee 1px dotted;
}
.room_settings_container  
{
 margin-bottom:10px;
}
 .room_settings_keyvalue_container 
 {
     margin-bottom:3px;
     display:block;
    font-size:0.8em;     
 }
 .room_settings_key 
 {
    display:inline-block;
    width: 250px;
 }
 
 .login_header 
 {
     display:inline-block; line-height:32px; font-size:18px; font-family: Georgia;
 }
 
 .title_body .infoStop, .title_body .infoExclamation, .title_body .infoOk
 {
    background-color:#f9f9f9 !important;
    background-position:5px 5px !important;
    border:1px #dddddd solid;
    padding:5px;
    padding-left:26px;
    display:block;
    max-width:400px;
    position:absolute;
    top:50px;
    left:100px;
 }

 .sysConfig_fs
{
    background-color: #eeeeee;
}
.sysConfigLegend
{
    color:#b03422;
    font-weight:bold;
}

.sysConfigLabel
{
    float:left;
    width:300px;
    font-weight:bold;
}

.sysConfigElement_select
{
    width:400px;
}

.sysConfigElement_text
{
    width:400px;
}

.sysConfigElement_textarea
{
    width:700px;
    height:250px;
}


.serverAccessLabel
{
    font-weight:bold;
}

.ui-tabs-vertical { width: 99%; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width: 84%;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 85%; margin-right:10px;}