@charset "utf-8";

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	background-image: url(http://www.wsystem.sk/images/background_wifi.png);
	background-repeat: repeat;
	text-align: justify;
	margin: 0px;
}

A {
	color: #111111;
	text-decoration: none;
}

A:ACTIVE {
	color: #111111;
	text-decoration: none;
}

A:VISITED {
	color: #111111;
	text-decoration: none;
}

A:LINK {
	color: #111111;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
	color: #000000;
}

H1 {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	font-size: 16px;
	text-align: right;
	margin-bottom: 20px;
}

H2 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #bb7b7b;
	font-size: 14px;
}

H3 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f68a1f;
	font-size: 12px;
}

H4 {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

LI {
	background-image: url(http://www.wsystem.sk/images/list-dot.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	display: block;
	background-position: top left;
}

TD {
	vertical-align: top;	
}

TH {
	background-color: #6CF;
	font-weight: bold;
	color: #111;
	text-align: center;
	vertical-align: middle;
}

#contentLeft {
	background-image: url(http://www.wsystem.sk/images/page-leftborder_wifi.png);
	background-repeat: repeat-y;
	width: 15px;
}

#contentTable {
	margin: 0px;
	padding: 0px;
	width:780px;
}

#contentPage {
	background-color: #FFF;
	vertical-align: top;
	width: 690px;
	height: 550px;
}

#contentMenu {
	background-color: #fafafa;
	width: 160px;
	vertical-align: top;
}

#contentRight {
	background-image: url(http://www.wsystem.sk/images/page-rightborder_wifi.png);
	background-repeat: repeat-y;
	width: 15px;
}

#content {
	margin: 10px;
	padding: 10px;
	width: 650px;
	position: relative;
	top: 30px;
	text-align: justify;
}

#header {
	background-image: url(http://www.wsystem.sk/images/page-header_wifi.png);
	background-repeat: repeat-x;
	height: 59px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 15px;
}

#menuBar {
	position: absolute;
	top: 57px;
}

#menuSide {
	position: relative;
	top: 150px;
	width: 150px;
	margin: 5px;
}

#logo {
	position: absolute;
	margin-left: 15px;
	top: 50px;
}

#title {
	position: absolute;
	margin-left: 15px;
	top: 23px;
}

.gradientHeader {
	background-image: url(http://www.wsystem.sk/images/page-gradientheader.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 150px;
}

.menuBarItem {
	margin-left: 15px;
	margin-right: 15px;
}

.menuBarStyle {
	font-weight: bold;
	color: #5d1013;	
}

.menuSideItem {
	font-weight: bold;
	background-image: url(http://www.wsystem.sk/images/menu-background.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}

.menuSideElement {
	background-image: url(http://www.wsystem.sk/images/menu-element.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
}

.flag {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
}

.icon {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: bottom;
}

.formField {
	background-color: #CCC;	
	width: 300px;
	font-size: 10px;
	border: 1px solid #666;
}

.formFieldSmall {
	background-color: #CCC;
	width: 130px;
	font-size: 10px;
	border: 1px solid #666;
}

.formFieldSmallRequired {
	background-color: #6CF;
	width: 130px;
	font-size: 10px;
	border: 1px solid #666;
}

.formFieldNonfixed {
	background-color: #CCC;
	font-size: 10px;
	border: 1px solid #666;
}

.formFieldRequired {
	background-color: #6CF;
	width: 300px;
	font-size: 10px;
	border: 1px solid #666;
}

.formArea {
	background-color: #CCC;	
	width: 300px;
	height: 150px;
	font-size: 10px;
	border: 1px solid #666;
}

.formAreaRequired {
	background-color: #6CF;
	width: 300px;
	height: 150px;
	font-size: 10px;
	border: 1px solid #666;
}

.formSubmit {
	border: 1px solid #666;
	font-size: 10px;
	background-color: #6F9;
}

.formLabel {
	text-align: right;
	padding-right: 10px;
}

.formLabelRequired {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.formSeperator {
	width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

.formInput {
	padding-left: 10px;
	text-align: left;
}

.table {
	
	margin-left: 10px;
	margin-right: 10px;
}

.td_big {
	font-size: 10px;
}

.td_vbig {
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
}

.td_mbig {
	font-size: 12px;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
}

.td_sbig {
	font-size: 16px;
	font-weight: bold;
	font-family: serif;
	font-style: italic;
}

.tr1 {
	background-color: #D5D5D5;
}

.tr2 {
	background-color: #E5E5E5;
}
.tr1n {
	background-color: #00FFFF;
}

.tr2n {
	background-color: #007FFF;
}
.tr1g {
	background-color: #FFD4AA;
}

.tr2g {
	background-color: #FFFFD4;
}

.tr_error {
	background-color: #DD3333;
}
.tr_warn {
	background-color: #FFFF00;
}
.tr_ok {
	background-color: #CCFFCC;
}

.comment {
	border-left-width: 8px;
	border-left-color: #36F;
	border-left-style: double;
	padding-left: 8px;
	margin-bottom: 10px;
}

.lapozo {
	font-size: 12px;
}

.lapozo_aktiv {
	font-weight: bold;
	font-size: 14px;
	color: #111;	
}

.selector_info {
	position: absolute;
	margin-left: 15px;
	left: 50px;
	top: 0px;
	width: 600px;
	height: 200px;
	z-index: 10;
}

