#page {
	background: none repeat scroll 0 0;
}


/* LOGIN PAGE */
#logincontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.loginh1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
	font-family:"trebuchet MS", tahoma;
}
#loginSection{
    width: 409px;
    height: 309px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/login.png) no-repeat center;
}

#loginSectionMM{
    width: 350px;
    height: 168px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
	border:1px solid #666;
	padding: 21px;
	text-align:left;
}

.loginform {
    color: #595441;
    text-align: center;
    padding-top: 40px;
}
.logintext , .logintext2{
    width: 300px;
    /*height: 27px;*/
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    z-index: 10;
	font-size:11px;
}
.logintexterror , .logintexterror{
    /*background: url(../images/loginerror.gif);*/
    width: 151px;
    height: 27px;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color: red!important;
    position: relative;
    z-index: 10;
}
.logininput {
    width: 215px;
    height: 26px; /* 26px */
    padding-top: 5px;
    text-align: center;
    background: url(../images/logininput.gif) no-repeat center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    margin-top: -5px;
}
.logininput:focus {
    background: url(../images/logininputfocus.gif) no-repeat center;
    color: #595441;
}

.logininput1 {
    width: 215px;
    height: 21px; /* 26px */
    padding-top: 5px;
    padding-left: 10px;
    background: url(../images/logininput.gif) no-repeat center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.logininput:focus1 {
    background: url(../images/logininputfocus.gif) no-repeat center;
    color: #595441;
}

.loginsubmit {
    /*display: block;*/
	float:left;
    width: 107px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/loginsubmit.gif);
    margin-top: 10px;
    color: #222;
	cursor:pointer;
	font:bold 12px Arial;
	margin-left:67px;
}
.loginsubmit:hover {
    background: url(../images/loginsubmithover.gif);
    color: #FFFFFF;
}

.update{
	margin-left:30px!important;
}

.loginforgotpassword {
    width: 130px;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 50px;
    margin-left: 45px;
}
.loginforgotpassword a {
    text-decoration: none;
    color: #595441;
}
.loginforgotpassword a:hover {
    color: #0d85b4;
}
.loginversion {
    font-size: 11px;
    text-align: left;
    margin-top: 130px;
}
.logincopyright {
    text-align: center;
    color: #FFFFFF;
}

#loginerror {
width: 408px;
height: 54px; /* 74 */
margin-left: auto;
margin-right: auto;
background: url(../images/errorloginpage.png) no-repeat center;
color: #FFFFFF;
text-align: center;
font-size: 14px;
padding-top: 20px;
display: none;
}

#ajaxloader {
width: 26px;
height: 26px;
background: url(../images/ajax-loader.gif) no-repeat center;
display: none;
float: left;
}

#static {
width: 130px;
height: 26px;
float: right;
margin-right: 15px;
margin-top: -10px;
}

#tP {
width: 190px;
height: 26px;
float: right;
margin-top: -5px;
}

#forget_pass {
color: Black;
padding: 5px;
}

.logintext1 {
    width: 157px;
    height: 27px;
    line-height: 19px;
    margin-top: 10px;
    position: relative;
    z-index: 10;
    padding-left: 6px;
}

.logintexterror1 {
    background: url(../images/loginerror.gif) no-repeat;
    width: 157px;
    height: 27px;
    line-height: 19px;
    margin-top: 10px;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
    padding-left: 6px;
}

/* OTHER PAGES - MAIN ELEMENTS */
/* container for sub pages */
#subcontainer {
    width: 1000px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/* left column */
#leftcolumn {
    min-height: 180px;
    width: 180px;
    float: left;
    position: relative;
    display: block;
}
/* center column */
#centercolumn {
    width: 640px;
    float: left;
    position: relative;
    display: block;
}
/* right column */
#rightcolumn {
    min-height: 180px;
    width: 180px;
    float: left;
    position: relative;
    display: block;
}
/* float container fix */
.clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
}
/* footer */
#footer {
    height: 30px;
    color: #FFFFFF;
    text-align: center;
}

/* ELEMENTS IN SUB PAGES */
/* econtrol heading */
#header {
    height: 60px;
    background: #1171ae;
}
.insideh1 {
    float: left;
}

.insideh1 a.logo {
	width: 200px;
	height: 45px;
	display: block;
	background-image: url(../images/logo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
}
.insideh1 a.logo:hover {
	background-position: 0 -60px;
}
.insideh1 span.hidden {
	visibility: hidden;
}
/* username - top right */
.user {
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    padding-right: 12px;
    padding-top: 16px;
    padding-left: 18px;
    background: url(../images/user-icon.gif) no-repeat bottom left;
}
.logout {
  	color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-right: 12px;
    padding-top: 16px;
    padding-left: 18px;
    background: url(../images/logout.jpg) no-repeat bottom left;
}
.usermyaccount {
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-right: 12px;
    padding-top: 16px;
    padding-left: 18px;
    background: url(../images/user-settings.gif) no-repeat bottom left;
}
.welcome {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    float: right;
    padding-right: 12px;
    padding-top: 14px;
}
/* menu */
#menubar {
    height: 20px;
    background: #000000;
    border-bottom: 3px solid #3fabd9;
    border-top: 2px solid #efaf16;
    color:#FFFFFF;
    padding-top: 12px;
    padding-left: 20px;
}

/* BOXES */
/* SMALL BOX */
img{
    border: none;
}

.serializer
{
    clear: both;
} 

.sortHelper
{
    border: 2px dashed White;
    width: auto !important;
}

.dbx-box {
    margin:0;
    padding:0;
    border:none;
    width: 180px !important;
    max-width: 180px !important;
}
.dbx-handle, .smallboxtopleft {
    width: 140px; /* 150px */
    height: 28px; /* 38px */
    background: url(../images/box-small-top-left.png) no-repeat center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 10px;
    float:left;
    cursor: move;
    position: relative;
}
.smallboxtopright {
    width: 30px;
    float:left; 
    height: 38px; 
    background: url(../images/box-small-top-right.png) no-repeat center;
}
.dbx-content, .smallboxbody {
    width: 160px; /* 180px */
    background: url(../images/box-small-body.png) center;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}
.smallboxbottom {
    width: 180px;
    height: 15px;
    background: url(../images/box-small-bottom.png) no-repeat center;
    clear: both;
}
/* BIG BOX */
.bigboxtop {
    width: 630px; /* 640px */
    height: 46px; /* 66px */ 
    background: url(../images/box-big-top.png) no-repeat center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 20px;
}
.bigboxtop .subtitle {
	font-size: 14px;
}
.bigboxbody {
    width: 616px; /* 640px */
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    background: url(../images/box-big-body.png) center;
}
.bigboxbottom {
    width: 640px;
    height: 15px;
    background: url(../images/box-big-bottom.png) no-repeat center;
}

/* LALA NAPRAVIO */
.min {
    color: black;
    height: 13px;
    width: 13px;
    line-height: 38px;
    font-weight: normal;
    cursor: pointer !important;
    background: url(../images/icon_minimize.gif) no-repeat center;   
}

.max {
    height: 13px;
    width: 13px;
    line-height: 38px;
    color: blue;
    font-weight: normal;  
    cursor: pointer !important;
    background: url(../images/icon_maximize.gif) no-repeat center;  
}

/* TABELE */
.td_title {
	padding: 7px;
	background: #b5beb5;
	color: #FFFFFF;
	font-weight: bold;
}
.td_value_left {
	padding: 5px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.td_value {
	padding: 5px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	border-right: 1px solid #CCCCCC;
}

.link_wannabe {
cursor: pointer;
}

.break_box {
}
.static_control {
}
.submenu {
	margin-bottom: 5px;

}
.submenu .activetab {
	background: #b5beb5;
	height: 20px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold; 

}
.submenu .deactivetab {
	background: #dedfde;
	height: 20px;
	padding: 5px;
}
.submenu .deactivetab a {
	color: #8a938a;
	text-decoration:none;
}
.submenu .deactivetab a:hover {
	text-decoration: underline;

}

/* IKONE */
#iconsfrontpage {
	width: 456px;
	margin-left: 110px;
	margin-top: 20px;
	margin-bottom: 2px;
}
#iconsfrontpage a {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px dotted #47c2f0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#iconsfrontpage img {
	width: 48px;
	height: 48px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#iconsfrontpage span {
	height: 12px;
	float: left;
	width: 90px;
	margin-top: 4px;
	text-align: center;
	cursor: pointer;
}
#iconsfrontpage a:hover {
	padding-left: 11px;
	padding-right: 9px;
	padding-top: 11px;
	padding-bottom: 9px;
	border: 1px dotted #1171ae;
}

.p_bold {
    font-weight: bold;
}

.unp_bold {
    font-weight: bold;
}

.password {
    width: 99%;
    height: 18px;
    font-size: 16px;
    border: 1px solid #696969;
    margin-bottom: 5px;
}

.pstrength-minchar {
font-size : 10px;
}
/* DADO NEW PAGE */
#newpagecontainer {
    width: 745px;
    padding: 10px;
}
#newpagecolumnleft {
    width: 535px;
    float: left;
    position: relative;
}
#newpagecolumnright {
    width: 180px;
    float: left;
    position: relative;
    padding-left: 20px;
}
.clear {
    clear: both;
    width: 0;
    height: 0;
}

.pagetitle {
    margin-top: 0px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.nt_name {
    width: 99%;
    height: 18px;
    font-size: 12px;
    border: 1px solid #696969;
    margin-bottom: 5px;
    margin-top: 5px;
}

.nt_area {
    width: 99%;
    height: 200px;
    font-size: 12px;
    border: 1px solid #696969;
    margin-bottom: 5px;
    margin-top: 5px;
}
.nt_name:focus {
    border: 1px solid #2a2424;
}
.newpagepagetextarealeft {
    width: 438px;
    height: 250px;
}
/*.newpagepagesubmit {
    border: 1px solid #1171ae;
    width: 100px;
    color: #1171ae;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: none;
    display: block;
    margin-top: 10px;
}*/

/*DIV ERROR*/
.error {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #da3a28;
    color: White;
    text-align: center;
    padding: 2px;
    cursor: pointer; 
}

.text_error {
    text-align: left;
    padding: 5px;
}

/*DIV NOTICE*/
.notice {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1779b6;
    color: White;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
}

/*
------------------------------
    Impromptu's
------------------------------
*/
.jqifade{
    position: absolute;
    background-color: #ffffff;
}
div.jqi{
    position: absolute;
    background-color: #d0dEb6;
    padding: 10px; 
    width: 300px;
    text-align: left;
}
div.jqi .jqicontainer{
    background-color: #e0eEc6;
    padding: 5px; 
    color: #ffffff;
    font-weight: bold;
}
div.jqi .jqimessage{
    background-color: #c0cEa6;
    padding: 10px;
}
div.jqi .jqibuttons{
    text-align: center;
    padding: 5px 0 0 0;
}
div.jqi button{
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

/* prefix example */
.impromptufade{
    position: absolute;
    background-color: #ffffff;
}
div.impromptu{
    position: absolute;
    background-color: #cccccc;
    padding: 10px; 
    width: 300px;
    text-align: left;
}
div.impromptu .impromptucontainer{
    background-color: #213e80;
    padding: 5px; 
    color: #ffffff;
    font-weight: bold;
}
div.impromptu .impromptumessage{
    background-color: #415ea0;
    padding: 10px;
}
div.impromptu .impromptubuttons{
    text-align: center;
    padding: 5px 0 0 0;
}
div.impromptu button{
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

/* columns prefix example */
.colsJqifade{
    position: absolute;
    background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
    background-color: #d0dEb6;
    padding: 10px; 
    width: 400px;
    text-align: left;
}
div.colsJqi .colsJqicontainer{
    background-color: #e0eEc6;
    padding: 5px; 
    color: #ffffff;
    font-weight: bold;
    height: 160px;
}
div.colsJqi .colsJqimessage{
    background-color: #c0cEa6;
    padding: 10px;
    width: 280px;
    height: 140px;
    float: left;
}
div.colsJqi .jqibuttons{
    text-align: center;
    padding: 5px 0 0 0;
}
div.colsJqi button{
    background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
    width: 75px;
}
div.colsJqi button:hover{
    border: solid #aaaaaa 1px;
}

/*
------------------------------
       brown theme
------------------------------
*/
.brownJqifade{
    position: absolute;
    background-color: #ffffff;
}
div.brownJqi{
    position: absolute;
    background-color: transparent;
    padding: 10px;
    width: 350px;
    text-align: left;
}
div.brownJqi .brownJqicontainer{
    position: relative;
    background-color: transparent;
    border: solid 1px #5F5D5A;
    color: #ffffff;
    font-weight: bold;
}
div.brownJqi .brownJqimessage{
    position: relative;
    background-color: #F7F6F2;
    border-top: solid 1px #C6B8AE;
    border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
    background: url(../images/theme_gradient.jpg) top left repeat-x #ffffff;
    margin: 0;
    padding: 7px 0 7px 15px;
    color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
    padding: 10px;
    color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
    position: absolute;
    bottom: -25px;
    left: 10px;
}
div.brownJqi .brownJqibuttons{
    text-align: right;
}
div.brownJqi button{
    background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
    color: white;
}
div.brownJqi button:hover{
    border: solid #aaaaaa 1px;
}

/* NEW PAGE OK */
.break_box .static_control select {
	border: 1px solid #b4bdb4;
}
.break_box .static_control input, .newpagepagesubmit {
	background: url(../images/save.gif);
	width: 83px;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	color: #FFFFFF;
	cursor: pointer !important;
}
.newpagepagesubmit {
	margin-top: 5px;
}

/* NEW SQUARE FOOTAGE */
.sf {
border: 1px solid #b5beb5;
margin-top: 25px;
}

.sf .title {
	padding: 7px;
	background: #b5beb5;
	color: #FFFFFF;
	font-weight: bold;
}

.sf .content {
    padding: 10px;
}

.non_content {
    border: 1px solid #b4bdb4; 
    padding: 5px; 
    text-align: center;
}

/* tables */
table.tablesorter {
    font-family:arial;
    background-color: #dad9c7;
    margin:0px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(../images/small.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/small_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/small_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #19a6dd;
}
.text .text2{
	font:bold 12px arial;
	color:#222;
}