/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #2D838C;
}

.heading2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #2D838C;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	padding: 10px;
	color: #cc0000;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */
table ul {
	margin: 0px;
	padding: 0px;
}
table ul li {
	margin: 0px;
	padding: 0px;
}
table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	text-align: right;
	background: #DCE8EF;
	padding: 2px 5px;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}
table td {
	padding: 4px;
}
/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}


* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 10px;
}
body {
	background: #f8f8f8 url(images/bg.gif) repeat-x top;
	line-height: 17px;
	color: #000;
	font: 11px/17px Tahoma, Geneva, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
#left ul li {
	padding-left: 0px;
	padding-bottom: 2px;
}
h1 {
	font-size: 30px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	padding: 10px 0px 5px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	padding: 10px 2px 7px;
	background: #e4f6f8;
	border-bottom: 1px solid #c4dfe2;
	margin: 10px 0px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
#support label {
	float:left;
}
form label {
	width: 150px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea, form select {
	padding: 3px;
	width: 230px;
	background: #FFF url(images/input-bg.gif) repeat-x bottom;
	border-top: 1px solid #3CAFBD;
	border-right: 1px solid #3CAFBD;
	border-bottom: 2px solid #3CAFBD;
	border-left: 1px solid #3CAFBD;
	font: 12px Arial, Helvetica, sans-serif;
}
form input[type=submit], #container input[type=button] {
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #3CAFBD;
	border-right: 1px solid #3CAFBD;
	border-bottom: 2px solid #3CAFBD;
	border-left: 1px solid #3CAFBD;
	background: #FFF url(images/input-bg.gif) repeat-x bottom;
	cursor:pointer;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
	width: auto;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 2px;
	border: 1px solid #75C9D2;
	margin-bottom: 10px;
}
legend {
	font-weight: bold;
}
#wrapper {
	margin: auto;
	width: 987px;
}
#top {
	height: 53px;
}
#logo {
	display: block;
	background: url(images/logo.jpg);
	height: 40px;
	width: 220px;
	position: absolute;
	margin: 17px 0px 0px 40px;
	font-size: 32px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 36px;
}
#top-nav {
	position: absolute;
	width: 700px;
	margin: 22px 0px 0px 265px;
	text-align: right;
	text-transform: uppercase;
	line-height: 22px;
	height: 27px;
}
#top-nav a {
	text-decoration: none;
	color: #34b6c5;
	padding: 5px 7px;
}
#top-nav a:hover, #top-nav .active {
	color: #FFF;
	background: #0e2a2a;
}
#head {
	height: 75px;
	background: url(images/top-shadow-trans.png) repeat-x bottom;
}
#head .text {
	height: 130px;
	width: 620px;
	position: absolute;
	color: #1e8f9c;
	font-size: 24px;
	line-height: 35px;
	margin: 50px 0px 0px 40px;
}
.highlight {
	font-size: 30px;
	background: #FFF;
	font-weight: normal;
}
/*--------------------------PRVA RAZINA--------------------------*/
#nav { /* all lists */
	list-style: none;
	margin: 40px 0px 0px 25px;
	padding: 0px 5px;
	z-index:3;
	height: 42px;
	position: absolute;
	width: 900px;
	font-size: 12px;
}
#nav li { /* all list items */
	float: left;
}
#nav li a {
	display:block;
	color: #000;
	text-decoration: none;
	background: url(images/nav-left.gif) no-repeat left top;
	font-weight: bold;
}
#nav li a span {
	background: url(images/nav-right.gif) no-repeat right top;
	display: block;
	padding: 10px 15px 9px 16px;
}
#nav li a:hover {
	color: #2a9eac;
}
.order {
	float: left;
	width: 83px;
	padding: 8px 0px 12px 53px;
	font-weight: bold;
	color: #000;
	background: url(images/order.jpg) no-repeat left top;
	text-decoration: none;
}


/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav ul {
	width:185px;
	background: #c80000;
	position: absolute;
	left: -999em;
	margin: -10px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	border: 1px solid #FFF;
}
#nav ul li {
	width: 185px;
}
#nav ul li a {
	color: #FFF;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 5px 10px;
	display: block;
	width: 165px;
	background: url(../images/nav-bottom.gif) no-repeat center bottom;
}
#nav li ul li a:hover {
	color: #CCC;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background: url(../images/arrow2.gif) no-repeat right 12px;
}
#nav a.sub:hover {
	background: #E0BB8D url(../images/menu-sub.gif) no-repeat left 12px;
}
#nav li:hover, #nav li.hover {  
    position: static;  
} 
#support {
	background: url(images/support.gif) no-repeat left top;
	height: 110px;
	width: 243px;
	margin: 15px 0px 0px;
	font-size: 12px;
	color: #FFF;
	line-height: 19px;
	padding: 10px 10px 5px 15px;
}
#container {
	background: #FFF url(images/container.gif) no-repeat top;
	padding: 20px 20px 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 947px;
}
#left {
	float: left;
	width: 690px;
	padding-left: 0px;
}
#right {
	float: right;
	width:250px;
}
#footer {
	background: #F8F8F8 url(images/footer.gif) no-repeat left top;
	color:#53798d;
	line-height: 21px;
	height: 120px;
	width: 987px;
}
#footer a {
	color:#53798d;
	text-decoration: none;
}
#footer a:hover {
	color:#000;
}
#sbl {
}
#sbr {
}
#footer .menu {
	text-align: center;
	position: absolute;
	width: 800px;
	margin: 50px 0px 0px 85px;
}
#footer .menu p {
	padding:0px 0px 3px;
	margin:0px;
}
#footer select {
	font-size: 11px;
	border: 1px solid #3CADBB;
	padding: 2px;
}
.live-support, .terms {
	display: block;
	width: 228px;
	background: url(images/register.jpg) no-repeat left top;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	padding: 17px 0px 12px 20px;
}
.terms { background: url(images/terms.jpg) no-repeat left top; }

.box {
	width:234px;
	background: url(images/box.gif) no-repeat left top;
	margin-bottom: 10px;
	font-size: 12px;
}
.box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.box ul li {
	background: url(images/sep.gif) repeat-x bottom;
	padding: 0px;
}
.box ul li a {
	text-decoration: none;
	background: url(images/icon.gif) no-repeat left 6px;
	display: block;
	padding: 4px 0px 6px 25px;
	width: 185px;
}
.box ul li a:hover {
	background: url(images/icon-hover.gif) no-repeat left 6px;
}
.box-bottom {
	background: url(images/box-bottom.gif) no-repeat left bottom;
	padding: 0px 12px 10px 10px;
}
.box .title {
	margin: 0px;
	padding: 9px 0px 22px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
.partner {
	background: url(images/partner-program.jpg) no-repeat;
	display: block;
	height: 59px;
	width: 221px;
	text-decoration: none;
	line-height: 21px;
	padding: 19px 0px 0px 13px;
	margin-bottom: 14px;
}
.partner:hover {
	text-decoration: underline;
}
.partner span {
	font-style: italic;
	font-size: 18px;
}
.content {
	padding: 0px 0px 20px;
}

#support a {
	color:#FFF;
}
#form {
}
#form input[type=text], #form select {
	background: #FFF url(images/input-bg.gif) repeat-x top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #9dd8df;
	padding: 4px 2px;
	width: 135px;
}
#form select {
	width: 65px;
	padding: 3px 2px;
}
#form input[type=submit] {
	background: url(images/kreni.gif) no-repeat left top;
	width: 50px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 5px 0px;
	border-style: none;
	cursor:pointer;
}
#logo-logit {
	height: 68px;
	background: url(images/logo.gif) no-repeat right top;
	width: 250px;
	margin: 6px 0px 10px;
}
#logo-logit a {
	display:block;
	width: 250px;
	height: 68px;
}
#triangle {
	background: url(images/border-topleft.jpg) no-repeat left top;
	height: 28px;
	width: 27px;
	position: absolute;
	margin: 75px 0px 0px -1px;
}
#shadow-left {
	height: 214px;
	width: 50px;
	background: url(images/shadow-left-trans.png) no-repeat left top;
	position: absolute;
	margin: 75px 0px 0px -50px;
}
#shadow-right {
	height: 214px;
	width: 50px;
	background: url(images/shadow-right-trans.png) no-repeat left top;
	position: absolute;
	margin: 75px 0px 0px 987px;
}
#bc {
	margin: 0px;
	padding: 0px 0px 20px 2px;
	font-size: 11px;
}
#login {
	height: 110px;
}
#login input[type=text], #login input[type=password] {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/input-bg.gif) repeat-x bottom;
	border-top: 1px solid #2a9aa8;
	border-right: 1px solid #2a9aa8;
	border-bottom: 2px solid #2a9aa8;
	border-left: 1px solid #2a9aa8;
	width: 110px;
	padding: 4px 3px;
}
#login a {
	color: #fff;
	text-decoration: none;
}
#login a:hover {
	color:#fff;
	text-decoration: none;
}
#login label {
	float: left;
	width: 100px;
}
#login .input {
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#login .password {
	position: absolute;
	margin-top: 27px;
}
#login .login-links {
	font-size:10px;
	line-height:13px;
	margin-top:58px;
	position:absolute;
	width:70px;
}
#login input[type=submit] {
	position: absolute;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF url(images/input-bg.gif) repeat-x bottom;
	border-top: 1px solid #2a9aa8;
	border-right: 1px solid #2a9aa8;
	border-bottom: 2px solid #2a9aa8;
	border-left: 1px solid #2a9aa8;
	padding: 4px 6px;
	cursor:pointer;
	margin: 58px 0px 0px 100px;
}
.questions {
	position: absolute;
	text-align: center;
	font-size: 12px;
	color: #000;
	width: 986px;
}
#footer .questions a {
	text-decoration: underline;
}
#homepage {
	font-size: 11px;
	line-height: 16px;
}
#homepage a {
	color: #38909b;
	text-decoration: underline;
}
#homepage a:hover {
	color: #000;
	text-decoration: underline;
}
.news {
	border-bottom: 1px solid #53BCC8;
	margin-bottom: 7px;
}
.box{
	background: url(images/box.gif) no-repeat left top;
	width: 248px;
}
.box-bottom {
	background: url(images/box-bottom.gif) no-repeat left bottom;
	padding: 10px;
}
.box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.box ul li a {
	margin: 0px;
	padding: 3px;
}
.box a {
	color:#FFF;
}

#left p:first-child img { margin:21px; }
