﻿html, body
{
	margin: 0px;
}

body.default
{
	background-color: #A3A3A3;
}

body.popup, body.white, body#white
{
	background-color: #FFFFFF;
}



/* BASE FONT PROPERTIES*/
body, table, td, div, p
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

/* BASIC LAYOUT PROPERTIES */
form
{
	margin:0px;
	padding:0px;
	height: 100%;
}

TABLE.fullwidth
{
	width: 100%;
}

A
{
	text-decoration: underline;
}

h1
{
	color: #736E65;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

TD
{
	vertical-align:top;
	padding:0px;
}

IMG
{
	border: 0px;	
}

.input
{
	border: 1px solid #a6abaf;
}




/* MAIN TABLE */
TABLE#main
{
	height: 100%;
}
TABLE#main TD#shadeTL
{
	/*DIMENTIONS*/
	width: 6px;
	font-size:1px;
	/*BG*/
	background-color: #A3A3A3;
	background-image: url(images/site_related/main_shadeTL.gif);
	background-position:top right;
	background-repeat: repeat-y;
}
TABLE#main TD#shadeTR
{
	/*DIMENTIONS*/
	width: 6px;
	font-size:1px;
	/*BG*/
	background-color: #A3A3A3;
	background-image: url(images/site_related/main_shadeTR.gif);
	background-position:top left;
	background-repeat: repeat-y;
}

TABLE#main TD#Top
{
	background-image: url(images/site_related/main_fadeT.gif);
	background-position:top left;
	background-repeat: repeat-x;
	height: 21px;
}

TABLE#main TD#Bottom
{
	background-image: url(images/site_related/main_fadeB.gif);
	background-position:top left;
	background-repeat: repeat-x;
	height: 21px;
}

TABLE#main TD#mainContent
{
	background-color: #FFFFFF;
	width: 754px;
}

TABLE#main TD#outerLeft
{
	padding-right: 10px;
	padding-top: 10px;
}

TABLE#main TD#outerRight
{
	padding-left: 10px;
	padding-top: 10px;
}

/* CONTENT TABLE */
TABLE#content
{
	height: 100%;
	width: 100%;
}

TABLE#content TD#header
{
	height: 110px;
}


TABLE#content TD#contentHolder
{
	padding: 6px;
	overflow: visible;
}

TABLE#content TD#footer
{
	height: 37px;
	background-image: url(images/site_related/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* HELPER FORMATING CLASSES */
.header1
{
	font-size: 14px;
	font-weight: bold;
	color: #736E65;
}

.header4
{
	font-size:13px;
	font-weight:bold;
	color: #736E65;
}

.header3
{
	font-size:11px;
	font-weight:bold;
	color: #736E65;
}

.header2
{
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
.header5
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.header6
{
	font-size: 18px;
	font-weight: bold;
	color: #736E65;
}

.text10
{
	font-size:10px;
}
.text13
{
	font-size:13px;
}


.gray
{
	color:#736e65;
}

.yellow
{
	color: #fcae0c;
}

.bold
{
	font-weight: bold;
}
.black
{
	color:#000000;
}
.red
{
	color: Red;
}

.error, .validator
{
	color: Red;
	font-weight: bold;
}

A.black
{
	color: #000000;
	text-decoration: underline;
}

.under
{
	text-decoration:underline;
}

.vmiddle
{
	vertical-align:middle;
}
.vbottom
{
	vertical-align:bottom;
}

SELECT.toFromDDL
{
	width:197px;
	height:20px;	
}
SELECT.toShortDDL
{
	width:55px;
	height:20px;	
}

DIV.bottomlinks A
{
	color: #59595B;
	text-decoration:undeline;
	padding-left: 17px;
	padding-right: 17px;
}

DIV.bottomlinksENG A
{
	color: #59595B;
	text-decoration:undeline;
	padding-left: 10px;
	padding-right: 10px;

}

/* TIMETABLE */

.timetable
{
	border-collapse: collapse;
}

.timetable td
{
	background-color: #EBEBEB;
	padding: 3px 5px 3px 5px;
	text-align: center;
	width: 20px;
}

.timetable .header
{
	background-color: gray;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: auto;
}

.timetable .alternate td
{
	background-color: #D5D5D5;
}

.timetable .time
{
	color: #454545;
	font-weight: bold;
	text-align: left;
	width: 95px;
}

a
{
	color: #c58b00;
}

a:hover
{
	text-decoration: none;
}
/* LOST AND FOUND IMPR */
.HittegodsHead th
{
	background-color:#696969;
}
.HittegodsHead th a
{
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.HittegodsRow td
{
	background-color:#FFFFFF;
	padding:2px;
}
.HittegodsAltRow td
{
	background-color:#F6F6F6;
	padding:2px;
}
.forminput
{
	width:128px;
	border: 1px solid #a6abaf;
}
.forminput2
{
	width:140px;
	border: 1px solid #a6abaf;
}

.hitteHead
{
	background-image:url(images/site_related/cabinet_start_top.jpg);
	background-position: top left;	
	background-repeat:no-repeat;
	height:51px;
}
.hitteMid
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 9px;
	border-left: 1px solid #9F9E8F;
	border-right: 1px solid #9F9E8F;
}
.hitteaddmid
{
	padding-left: 10px;
	padding-right: 9px;
	
	padding-bottom: 9px;
	background-color:#FFFFFF;
	border-left: 1px solid #9F9E8F;
	border-right: 1px solid #9F9E8F;
	
}


/* ******* TOP MENU ******* */

#topmenu
{
	font-size: 1px;
	left: 0px;
	position: absolute;
	top: 86px;
}

#topmenu ul
{
	padding:0px;
	margin:0px 0px 0px 8px;
}

#topmenu li
{
	display: inline;
	list-style-type: none;
	cursor:hand;
}

#topmenu li .dleft
{
	float:left;
	width:12px;
	height:21px;
	background:url(images/site_related/menu/menu_left.png) no-repeat;
}

#topmenu li .dmid
{
	padding-top:3px;
	float:left;
	width:auto;
	height:21px;
	white-space:nowrap;
	text-align:center;
	background:url(images/site_related/menu/menu_mid.png) repeat-x;
}

#topmenu li a
{
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana;
	color:#FFF;
	
}

#topmenu li a:hover
{
	color: #FEE179;
}

#topmenu li a.selected
{
	color: #FFD026;
}

#topmenu li .dright
{
	float:left;
	width:14px;
	height:21px;
	background:url(images/site_related/menu/menu_right.png) no-repeat;
}


/* ******* DROP DOWN MENU ******* */

.dropdownmenu
{
	z-index: 1;
}

.dropdownmenu div.sub
{
	cursor: pointer;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
}

.dropdownmenu div.sub:hover
{
	background-color: #000000;
	filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.dropdownmenu table
{
	border-collapse: collapse;
}

.dropdownmenu table td
{
	background: url('images/site_related/menu/dropdown_menu_bg.gif');
	filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.dropdownmenu table td a
{
	filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.dropdownmenu table td.main
{
	padding-top: 3px;
	text-align: left;
}

.dropdownmenu table td.left
{
	background: url('images/site_related/menu/dropdown_menu_left_corner.png') no-repeat;
	font-size: 1px;
	height: 9px;
	width: 8px;
}

.dropdownmenu table td.bottom
{
	background: none;
	font-size: 0px;
	line-height: 0px;
	filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.dropdownmenu table td.bottom table
{
	width: 100%;
}

.dropdownmenu table td.middle
{
	font-size: 1px;
	height: 9px;
	width: auto;
}

.dropdownmenu table td.right
{
	background: url('images/site_related/menu/dropdown_menu_right_corner.png') no-repeat;
	font-size: 1px;
	height: 9px;
	width: 8px;
}

.dropdownmenu table td.top
{
	background: none;
	font-size: 1px;
	height: 8px;
}

.dropdownmenu img.arrow
{
	margin-top: 4px;
	position: absolute;
	right: 5px;
	z-index: 0;
}

/* Textpage box */

TABLE#textpage
{
	width:490px;
	height:100%;
}
TABLE#textpage TD#header
{
	background-image: url(images/site_related/cabinet_start_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 51px;
	
	padding-left: 8px;
	padding-right: 8px;
}
TABLE#textpage TD#middle
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 9px;
	background-color:#ededef;
	background-image: url(images/site_related/step2bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
	border-left: 1px solid #9F9E8F;
	border-right: 1px solid #9F9E8F;
}
TABLE#textpage TD#foot
{
	background-image: url(images/site_related/cabinet_start_bot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 13px;
}

div.separator
{
	border-bottom: 1px dashed #000000;
	font-size: 0px;
	line-height: 0px;
	margin: 10px 0px 10px 0px;
}

.modalpopup
{
	background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.modalpopupbox
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	width: 350px;
}

div.tooltip_left, div.tooltip_right
{
	display: none;
	margin-top: -55px;
	width: 405px;
}

div.tooltip_left
{
	margin-left: -5px;
}

div.tooltip_right
{
	margin-left: 5px;
}

div.tooltip_left table, div.tooltip_right table
{
	border-collapse: collapse;
	color: #FFFFFF;
	width: 100%;
}

div.tooltip_left td.tooltip_top, div.tooltip_right td.tooltip_top
{
	height: 80px;
	min-height: 80px;
	padding: 20px 50px 0px 50px;
	vertical-align: top;
}

div.tooltip_left td.tooltip_top
{
	background: transparent url('images/site_related/tooltip_topleft_bg.gif') no-repeat scroll 0 0;
}

div.tooltip_right td.tooltip_top
{
	background: transparent url('images/site_related/tooltip_topright_bg.gif') no-repeat scroll 0 0;
}

div.tooltip_left td.tooltip_bottom, div.tooltip_right td.tooltip_bottom
{
	background: transparent url('images/site_related/tooltip_bottom_bg.gif') no-repeat scroll 0 0;
	height: 39px;
}

.box-yellow
{
	border-collapse: collapse;
	width: 239px;
}

.box-yellow-top
{
	background: transparent url('images/site_related/box_yellow_top.gif') no-repeat;
	height: 11px;
	padding: 0px;
}

.box-yellow-middle
{
	background: transparent url('images/site_related/box_yellow_middle.gif') repeat-y;
	padding: 0px 5px 0px 5px;
}

.box-yellow-bottom
{
	background: transparent url('images/site_related/box_yellow_bottom.gif') no-repeat;
	height: 11px;
	padding: 0px;
}