﻿html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
background: #F8F8F8;
font-size: 12px;
}

a:link, a:visited {
color: #77BACE;
text-decoration: none;
}

a img{border:none;}

a:hover {
text-decoration: underline;
}

#header {
height: 55px;
width: 100%;
background: #222222 url(../images/headerbg.png) repeat-x;
}

#header h1 {
float: left;
margin: 0;
font-size: 22px;
display: block;
width: 23%;
height: 55px;
font-weight: normal;
text-align: left;
text-indent: 1.8%;
line-height: 55px;
color: #fff;
 
background-color:#F8F8F8;
}

#header h1.sitetitle a {
text-decoration: none;
color: #fff;
}

#header .sectiontitle {
text-align: left;
text-indent: 3%;
width: 68%;
background: url(../images/headershadow.png) no-repeat left top;
}

.btnviewsite {
float: left;
width: 9%;
}

.btnviewsite a {
display: block;
margin-top: 12px;
width: 91px;
height: 27px;
background: url(../images/btnviewsite.png) no-repeat;
text-align: center;
line-height: 29px;
color: #fff;
text-decoration: none;
 }

.btnviewsite a:hover {
background-position: 0 -27px;

}

#secondrow
{
height: 38px;
width: 100%;
background: #F1F1F4 url(../images/secondrow.png) repeat-x;
}

#secondrow .user {
float: left;
width: 23%;
height: 38px;
}

.user p {
margin: 0;
padding: 0;
color: #000000;
font-weight: bold;
display: block;
float: left;
width: 85%;
height: 35px;
line-height: 35px;
text-indent: 25px;
 
background: url(../images/usericon.png) no-repeat center left;
margin-left: 6%;
}

.user a {
text-decoration: none;
color: #000000}

.user a:hover {
color: #77BACE;
}

.user a.logout_user {
float: left;
display: block;
width: 16px;
height: 35px;
text-indent: -5000px;
background: url(../images/logout.png) center no-repeat;
}


#secondrow .pathcontainer {
float: left;
width: 77%;
background: url(../images/rowshadow.png) no-repeat left top;
height: 38px;
}

.path {
float: left;
padding: 0 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
height: 23px;
margin: 4px 3%;
}

.path a {
display: inline-block;
float: left;
height: 24px;
line-height: 23px;
}

.path a.current, .path a.current:hover {
color: #666666;
font-weight: bold;
 
text-decoration: none;
}

.path a:link, .path a:visited {
color: #44474F;
text-decoration: none;
 
font-weight: bold;}

.path a:hover {
color: #222222;
}

.pathdivider {
display: inline-block;
width: 12px;
height: 24px;
background: url(../images/pathdivider.png) no-repeat;
float: left;
margin: 0 5px;
}

#sidebar {
width: 23%;
background: #E0E0E3 url(../images/sidebar.png) repeat;
float: left;
height:552px;
margin-top: -4px;
}

#sidebar hr {
border: none;
outline: none;
background: url(../images/sidebardivider.png) repeat-x;
display: block;
width: 100%;
height: 2px;}

#sidebar h3 {
color: #1F1F20;
text-transform: uppercase;
 
font-size: 13px;
margin: 10px 0 10px 6%;
display: block;
float: left;
width: 90%;
}

.toggleLink {
color: #999999;
font-size: 10px;
text-decoration: none;
display: block;
float: right;
margin-right: 2%
}

#sidebar .toggleLink:hover {
color: #77BACE;
text-decoration: none;
}

#sidebar ul {
clear: both;
margin: 0; padding: 0;
}

#sidebar li {
list-style: none;
margin: 0 0 0 12%; padding: 0;
}

#sidebar li a {
color: #000000;
padding-left: 25px;
text-decoration: none;
display: inline-block;
height: 17px;
line-height: 17px;
 
margin: 2px 0;
}

#sidebar li a:hover {
color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_new_article a {
background: url(../images/icn_new_article.png) no-repeat center left;
}
#sidebar li.icn_edit_article a {
background: url('../images/icn_edit_article.png') no-repeat left 50%;
    width: 91px;
}
#sidebar li.icn_categories a {
background: url(../images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_tags a {
background: url(../images/icn_tags.png) no-repeat center left;
}
#sidebar li.icn_add_user a {
background: url(../images/icn_add_user.png) no-repeat center left;
}
#sidebar li.icn_view_users a {
background: url(../images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_profile a {
background: url(../images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_folder a {
background: url(../images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_photo a {
background: url(../images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_audio a {
background: url(../images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_video a {
background: url(../images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_settings a {
background: url(../images/icn_settings.png) no-repeat center left;
}
#sidebar li.icn_security a {
background: url(../images/icn_security.png) no-repeat center left;
}
#sidebar li.icn_jump_back a {
background: url(../images/icn_jump_back.png) no-repeat center left;
}

#sidebar p {
color: #000000;
padding-left: 6%;
 
margin: 10px 0 0 0;}

#sidebar a {
color: #000000;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar .footer {
margin-top: 20%;
}

#main {
width: 76%;
min-height: 552px;
background: url(../images/sidebarshadow.png) repeat-y left top;
float: left;
margin-top: -2px;
}

#main h3 {
color: #1F1F20;
text-transform: uppercase;
 
font-size: 13px;
margin: 8px 15px;
float:left;
display:block;
}

.custominformation
{
display: block; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;background-position: 10px 10px;
text-indent: 40px;
font-size: 14px;
}

.defaultinformation
{
font-weight:bold;
display: block; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent: 40px;
font-size: 14px;
/*margin: 20px 3% 0 3%;*/
margin: 35px;
margin-top: 20px;
padding: 10px 0;
}
.defaultmsginformation
{
font-weight:bold;
display: block; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent: 40px;
font-size: 14px;
/*margin: 20px 3% 0 3%;*/
margin: 15px;
margin-top: 20px;
padding: 10px 0;
}

.defaultsystemerror
{
background: #F3D9D9 url(../images/erroricon.png) no-repeat;background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
font-weight:bold;
display: block; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent: 40px;
font-size: 14px;
margin: 5px 0px  0px 30px;
padding: 10px 0;
}
.defaultgvinformation
{
font-weight:bold;
display: block; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent: 40px;
font-size: 14px;
margin: -4px 0 2px 0;
padding: 10px 0;
}

.infolabel {
background: #B5E5EF url(../images/icn_alert_info.png) no-repeat;
border: 1px solid #77BACE;
color: #082B33;
background-position: 10px 10px;
}

.warninglabel {

background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #C7A20D;
color: #796616;


}
.errorlabel {

background: #F3D9D9 url(../images/erroricon.png) no-repeat;background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
}

.successlabel
{
background: #E2F6C5 url(../images/successicon.png) no-repeat;
border: 1px solid #79C20D;
color: #32510F; 
background-position: 10px 10px;  
}

.module {
border: 1px solid #9BA0AF;
width: 100%;
margin: 10px 0px 0px 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
}

.moduleheader {
height: 38px;
width: 100%;
background: #F1F1F4 url(../images/secondrow.png) repeat-x;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; 
border-top-right-radius: 5px;
}

.moduleheader h3
{display:block;
 float:left;
}

.widthfull
{
    width:95%;
}


.width66 {
width: 66%;
margin-right: 0;
float: left;
}
.modulecontent {
margin: 10px 15px;
color: #000000;}

.modulefooter{
height: 32px;
width: 100%;
border-top: 1px solid #9CA1B0;
background: #F1F1F4 url(../images/modulefooter.png) repeat-x;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}
fieldset {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F6F6F6;
border: 1px solid #ccc;
padding: 1% 0%;
margin: 10px 0;
}
.loader{ position:fixed;  text-align:center; width:100%; height:100%; background-color:#666666;  left:0; top:0; z-index:10000; opacity:0.3; filter:alpha(opacity=30); }
.loader-img{position:fixed; top:50%; left:50%; height:200px; width:200px; z-index:10001}

.width20{width:15%;display:inline;}
.width48{width:48%;display:inline;}
.fieldsetmargin{margin-right:2%;}
.floatr{float:right;}
.floatl{float:left;}

label , fieldset label  {
font-weight: bold;
margin: 0px;
text-transform: uppercase;
}
fieldset{text-indent: 10px;font-weight: bold;text-transform: uppercase;}
.text, .select , input[type="file"]{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;

color: #000000;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;

background-position: 10px 6px;
margin: 0;
display: block;
float: left;
margin: 0px 10px;
}

input[readonly="readonly"]
{
    background-color:#e8e8e8;
}

.textdenomination
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
color: #000000;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
background-position: 10px 6px;
margin: 0;
margin: 0px 0px 0px 10px; 
padding: 3px 0px 3px 10px;
width:40px;
}
.text{padding: 3px 0px 3px 10px;}
.select{padding-top:5px;}
.text:focus, .select:focus, .textdenomination:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
.buttonrow {
float: left;
margin-right: 3%;
padding: 5px 18px;
}
.dropdownheight{height:24px!important;}
iframe{width:100%;height:100%;}

.submitbutton  {
background: #D0D1D4 url(../images/submitbutton.png) repeat-x;
border: 1px solid #A8A9A8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #000000;
cursor: pointer;
height:22px;
}

.display{display:block;}
.displaynone{display:none;}
.submitbutton:hover , .resetbutton:hover {
color: #000000;
}
.resetbutton  {
background: #D0D1D4 url(../images/resetbutton.png) repeat-x;
border: 1px solid #A8A9A8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #000000;
 
cursor: pointer;
}

.gvsearch 
{
height: 35px;
width: 100%;
background: #F1F1F4 url(../images/secondrow.png) repeat-x;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; 
border-top-right-radius: 5px;
display:block;
}



.quicksearch {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #bbb;
height: 24px;
width: 40%;
margin-left:10px;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(../images/icn_search.png) no-repeat;
background-position: 10px 6px;
}

.quicksearch:focus 
{
outline: none;
color: #000000;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
.tablesorter {
width: 100%;
margin: -5px 0 0 0;
}

.tablesorter thead tr {
height: 34px;
background: url(../images/table_sorter_header.png) repeat-x;
text-align: left!important;
text-indent: 20px;
}
.leftalign{text-align:left;}
.tablesorter td {
padding:10px;border-bottom: 1px dotted #ccc;
}

.tablesorter input[type=image] {
margin-right: 5px;}


table.tablesorter thead tr .gvheader 
    {
	    background-image: url(../images/bg.png);
	    background-repeat: no-repeat;
	    background-position: center left;
	    cursor: pointer;
	    
    }
    table.tablesorter thead tr .gvheaderSortUp 
    {
	    background-image: url(../images/asc.png);
    }
    table.tablesorter thead tr .gvheaderSortDown 
    {
	    background-image: url(../images/desc.png);
    }
#tablePagination_paginater img
{
    padding-top:3px;
    padding-right:5px;
    vertical-align:top;}
    
    #tablePagination
    {
        padding:5px;}
        #tablePagination_currPage
        {
            border:none;
            width:10px;
            font-weight:bold;
            }
            
            .clear{clear:both;}