@import "reset.css";
@import "iconMoon.css";

/* # General styles
================================================== */

html { height: 100%; }
body { 
font-family: Arial, Helvetica, sans-serif;

font-size: 12px;
line-height: 22px;
color: #5f5f5f;
min-height: 100%;
position: relative;
 }


.wrapperLogin { margin: 0 30px; }

.clear { clear: both; display: block; }
.mfix { margin: 0 2px!important; }
.hidden { overflow:hidden }
.relative { position: relative; }
a { cursor: pointer; }
p { padding-top: 12px; }
img { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.inactive { color: #2B6893!important; }


.noBorderB { border-bottom: none!important; }
.nobg { background: none!important; }
.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.displayNone { display: none; }
.display { display: block!important; }
.fullwidth { width: 100%; }

.thisRow { background: #f3f3e8!important; }
.hand { cursor: pointer; }

.floatL { display: block; float: left; }
.floatR { display: block; float: right; }

.legendLabel span { display: block; margin: 0 5px; }
.legendColorBox { padding-left: 10px; }

button, input[type=submit], input[type=image], input[type=reset] { cursor: pointer; }

.with { width: 326px; }
.without { width: 100px; }

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


/* === Text colors === */

.red { color: #A64949; }
.green { color: #4D7F12; }
.grey { color: #aaa; }


/* === Placeholder color === */

::-webkit-input-placeholder { color: #b3b3b3; }
:-moz-placeholder { color: #b3b3b3; }


/* === Text alignment === */

.textL { text-align: left!important; }
.textC { text-align: center; }
.textR { text-align: right; }


/* === Label styles === */

.redBack, .greenBack, .greyBack, .blueBack { padding: 5px 6px 4px 6px; -webkit-border-radius : 2px; -moz-border-radius: 2px; border-radius: 2px; color: #fafafa; }
.redBack { background: #b75d5d; }
.greenBack { background: #7ab75d; }
.greyBack { background: #6a6a6a; }
.blueBack { background: #5d92b7; }


/* === List styles === */

.widget ol { padding-left: 16px; }
.caption { display: block; font-weight: bold; padding-bottom: 4px; }
.liTip li { background: url(../images/elements/other/updateDone.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.liArrow li { background: url(../images/elements/control/subnav_arrow.png) no-repeat 0 8px; padding: 0 0 0 12px; }
.liInfo li { background: url(../images/elements/other/updateNotice.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.liWarning li { background: url(../images/elements/other/updateWarning.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.liInfinite li { background: url(../images/elements/other/taskPending.png) no-repeat 0 8px; padding: 0 0 0 20px; }
.liDone li { background: url(../images/elements/other/taskDone.png) no-repeat 0 6px; padding: 0 0 0 20px; }

.niceList li {  border-top: 1px solid #fff; border-bottom: 1px solid #ddd; padding: 8px 12px;
background: #FDFDFD;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
}


/* ===  Charts  === */

.chart, .bars, .updating, .pie { height: 250px; margin: 10px 0 0 0; z-index: 90; width: 100%; }
.secNav .chartS, .secNav .barsS, .secNav .updatingS, .secNav .pieS { width: 100%; height: 250px; z-index: 90; }
.sideChart { background: #f5f5f5; padding: 10px; border-top: 1px solid  #CDCDCD; border-bottom: 1px solid #CDCDCD; }
.chartWrapper { overflow: hidden; }



/* # Top part
================================================== */

#top {  background: none repeat scroll 0 0 ; height:  60px; display: block; width: 100%; position: relative; z-index: 10000; }
/* .footer { background: #E7E7E7; height: 48px; display: block; width: 100%; position: relative; z-index: 10000; } */
.logo-login { float: left; margin-left: 15px; }
.topNav { float: right; position: relative;  }
.topSearch input[type=submit], .userSearch input[type=submit] { background: url(../images/sprites/sprite.png); }


/* === Sub sidebar top part === */

.secTop { height: 64px; background: url(../images/backgrounds/contentTop.png) repeat-x; position: relative; }

.secTop [class^="triangle-"], .secTop [class*=" triangle-"]  { background: url(../images/elements/ui/triangles.png) no-repeat; width: 28px; height: 27px; display: block; position: absolute; top: 0; right: -1px; }
.secTop .triangle-red { background-position: -84px 0; }
.secTop .triangle-red:hover { background-position: -84px -27px; }
.secTop .triangle-red:active { background-position: -84px -54px; }

.secTop .triangle-green { background-position: -56px 0; }
.secTop .triangle-green:hover { background-position: -56px -27px; }
.secTop .triangle-green:active { background-position: -56px -54px; }

.secTop .triangle-blue { background-position: -28px 0; }
.secTop .triangle-blue:hover { background-position: -28px -27px; }
.secTop .triangle-blue:active { background-position: -28px -54px; }

.secTop .triangle-gold { background-position: 0 0; }
.secTop .triangle-gold:hover { background-position: 0 -27px; }
.secTop .triangle-gold:active { background-position: 0 -54px; }


/* === Icons line === */

.iconsLine { height: 28px; font-size: 11px; border-top: 1px solid #c3c3c3; }
.iconsLine { text-align: center; }
.iconsLine li { display: block; float: left; text-align: center; height: 28px; width: 100%; border-bottom: 1px solid #c3c3c3; box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; }
.iconsLine li:first-child a { border-left: none;  margin-left: 0;}
.iconsLine li a { display: block; padding: 0; height: 28px; border-left: 1px solid #c3c3c3; line-height: 28px; }
.iconsLine li a img { padding: 7px 0; height: 12px; }
.iconsLine li:hover { 
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
 }
.iconsLine li.clicked {  box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; -webkit-box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; -moz-box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; }
.iconsLine li.clicked a { background: url(../images/backgrounds/subnav.jpg); border-bottom: 1px solid #dadada; }

.ic1 li { width: 100%; }
.ic1 li a { color: #707070; font-size: 11px; }
.ic2 li { width: 50%; }
.ic3 li { width: 75px; }
.ic3 li:first-child { width: 76px; }
.ic4 li { width: 56px }
.ic4 li:first-child { width: 58px }
.ic5 li { width: 45px; }
.ic5 li:first-child { width: 46px; }


/* === Subnav styles === */

.subNav { border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
.subNav .hasNum { padding: 7px 45px 8px 14px; }
.subNav li { font-size: 11px; position: relative; }
.subNav li a > img { display: block; float: left; padding: 5px 10px 0 0; }
.subNav li a { color: #6a6a6a; padding: 8px 14px 8px 14px; display: block;  border-top: 1px solid #fdfdfd; border-bottom: 1px solid #cecece; font-weight: bold;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );
 }
 .subNav li a:hover {
 background: #fbfbfb;
background: -moz-linear-gradient(top,  #fbfbfb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );
}
.subNav li a:active { background: #f0f0f0; }
.subNav li ul { border-bottom:1px solid #cecece; }
.subNav li ul li { border-top:1px solid #e3e3e3; }
.subNav li ul li:first-child { border-top: none; }
.subNav li ul li a { background: #fafafa url(../images/elements/control/subnav_arrow.png) no-repeat 14px; padding-left: 30px; border: none; font-weight: normal; }
.subNav li ul li a:hover { background: #fffffa url(../images/elements/control/subnav_arrow.png) no-repeat 14px; }
.subNav li a.this { background: url(../images/backgrounds/body.jpg); margin-right: -1px; color: #a64949; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); padding-left: 10px; }
.subNav .activeli { border-left: 4px solid #505050; }


/* === Sidebar widgets === */


/* Numbers statistics */

.numStats ul li { float: left; text-align: center; width: 50px; padding: 0 12px; border-right: 1px dotted #bbb; border-left: 1px dotted #f5f5f5; }
.numStats ul li a { color: #b35d5d; text-shadow: 0 1px #f5f5f5; font-size: 18px; font-weight: bold; }
.numStats ul li span { display: block; color: #717e88; font-size: 11px; margin-top: -4px; }
.numStats ul li.last { border-right: none; }
.numStats ul li:first-child { border-left: none; }


/* Tags */

.secNav .tagsinput { background: none; border: none; padding: 0 8px; margin: -3px 0; }
.secNav .tagsinput span.tag { margin: 3px; color: #5f5f5f;
background: #fdfdfd;
background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
background: linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 );
border: 1px solid #D2D2D2;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.secNav .tagsinput span.tag a { color: #aaa; }


/* Chosen selects */

.secNav .chzn-container { width: 100%!important; max-width: 100%; }
.secNav .chzn-container-single .chzn-search input { max-width: 187px; }


/* Widget sample */

.secNav .widget { border-radius: 0; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; border-left: none; border-right: none; margin-top: 0; }
.secNav .whead { border-radius: 0; box-shadow: 0 1px 0 #f2f2f2; -webkit-box-shadow: 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 #f2f2f2; }
.secNav .whead h6 { padding: 8px 12px 7px 12px; }
.secNav .widget .body { padding: 10px 12px; }


/* Forms styles */

.secNav .formRow { padding: 0; border: none; margin-top: 18px; }
.secNav .formRow:first-child { margin-top: 0; }
.secNav .formRow > label { padding: 0 0 6px 0; }
.secNav .formRow input[type="text"], .secNav .formRow input[type="password"], .secNav .formRow textarea { box-shadow: 0 1px 0 #f2f2f2; -webkit-box-shadow: 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 #f2f2f2; border: 1px solid #ccc; }
.secNav input[type="submit"], .secNav input[type="button"], .secNav button { width: 100%; }
.secNav .uploader { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; width: 197px; box-shadow: 0 1px 0 #f2f2f2; -webkit-box-shadow: 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 #f2f2f2; border: 1px solid #ccc;  }
.secNav .checker { box-shadow: 0 1px 0 #f5f5f5; -webkit-box-shadow: 0 1px 0 #f5f5f5; -moz-box-shadow: 0 1px 0 #f5f5f5; }
.secNav .uploader > input { width: 195px; }
.secNav .selector { max-width: 187px; width: 187px; }


/* Contact list */

.userList { border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
.userList li { border-top: 1px solid #fff; border-bottom: 1px solid #cecece; 
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );
 }
.userList li:hover {  
 background: #fbfbfb;
background: -moz-linear-gradient(top,  #fbfbfb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );
 }
.userList li:active { background: #f0f0f0; }
.userList li a > img { float: left; margin: 0 10px 0 0; box-shadow: 0 1px 1px #f5f5f5; -webkit-box-shadow: 0 1px 1px #f5f5f5; -moz-box-shadow: 0 1px 1px #f5f5f5; }
.userList li a { color: #6a6a6a; padding: 10px 14px; display: block; position: relative;  }
.userList li.this {  margin-right: -1px; }
.userList li.this a { background: url(../images/backgrounds/body.jpg); margin-right: -1px; border-top: 1px solid transparent; }
.userList li.this .contactName > strong { color: #B35D5D; } 
.userList li.this .contactName > i { color: #959595; } 

.contactName { float: left;  }
.contactName > strong { color: #393939; text-shadow: 0 1px #fff; display: block; line-height: 22px; }
.contactName > strong > span { color: #b35d5d; }
.contactName > i { display: block; font-style: normal; font-size: 11px; color: #656565; line-height: 10px; }
 
.status_available, .status_away, .status_off { width: 7px; height: 7px; background: url(../images/elements/other/contact_status.png) no-repeat; display: block; position: absolute; top: 50%; right: 10px; margin-top: -4px; }
.status_available { background-position: 0 0; }
.status_away { background-position: 0 -8px; }
.status_off { background-position: 0 -16px; }


/* Upload files */

.filesDown > li { display: block; padding: 8px 24px 8px 12px; font-size: 11px; border-bottom: 1px solid #ddd; border-top: 1px solid #fdfdfd; position: relative;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
background: linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
}
.filesDown > li:first-child { padding: 8px 12px; }
.filesDown > li:last-child { -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; border-bottom: none; }
.fileProcess { margin-top: 6px; padding: 0 6px; }
.fileProcess > .loader { float: left; margin-top: 3px; }
.filesDown .remove { position: absolute; right: 10px; top: 15px; display: block; width: 7px; height: 8px; cursor: pointer; background: url(../images/elements/other/removeLi.png) no-repeat; }
.fileProcess strong { color: #436b80; padding-left: 8px; font-size: 12px; }
.fileProgress { color: #909090; white-space: nowrap; margin-bottom: 12px; }
.filesDown > li.currentFile { background: none; }
.fileSuccess, .fileError { width: 12px; height: 13px; display: block; float: left; margin: 5px 10px 0 0; }
.fileSuccess { background: url(../images/elements/other/fileSuccess.png) no-repeat; }
.fileError { background: url(../images/elements/other/fileError.png) no-repeat; }
.fileQueue { width: 12px; height: 6px; background: url(../images/elements/other/taskPending.png) no-repeat; display: block; float: left; margin: 8px 10px 0 0; }

.sideUpload .fileProcess { padding: 0; margin-bottom: 10px; }
.sideUpload .filesDown > li.currentFile { background: #f2f2f2; border-top: 1px solid #c3c3c3; }
.sideUpload .fileProgress { margin-bottom: 10px; }
.sideUpload .filesDown > li:last-child { border-bottom: 1px solid #c3c3c3; }
.dropFiles { background: url(../images/dropFiles.png) no-repeat; display: block; width: 189px; height: 123px; margin: 0 auto 20px auto; opacity: 0.8; filter: alpha(opacity=80); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.dropFiles:hover { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.sideUpload .contentProgress { height: 5px!important; box-shadow: 0 1px 1px #fff!important; -webkit-box-shadow: 0 1px 1px #fff!important; -moz-box-shadow: 0 1px 1px #fff!important; background: #7d7d7d!important; border: none!important }


/* General balance */

.balance { padding: 0 15px; line-height: 18px; }
.balance .balInfo { float: left; margin: 14px 10px 0 0; font-size: 14px; font-weight: bold; }
.balance .balInfo > span { color: #959595; display: block; font-weight: normal; font-size: 11px; }
.balance .balAmount { float: right; font-size: 16px; color: #52777b; font-weight: bold; text-shadow: 0 1px #fff; margin-top: 8px; text-align: center; }
.balance .balAmount > span { display: block; margin-top: 5px;  }
.balBars { display: block; width: 60px; height: 18px; }


/* Sidebar color buttons */
 
.sideB { font-size: 10px; font-weight: bold; text-transform: uppercase; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; padding: 5px; display: block; text-align: center; color: #fff; }

.sideRed { border: 1px solid #7d3030; box-shadow: inset 0 1px 0 #b57474; -webkit-box-shadow: inset 0 1px 0 #b57474; -moz-box-shadow: inset 0 1px 0 #b57474;
background: #9c4545;
background: -moz-linear-gradient(top,  #9c4545 0%, #7d3030 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c4545), color-stop(100%,#7d3030));
background: -webkit-linear-gradient(top,  #9c4545 0%,#7d3030 100%);
background: -o-linear-gradient(top,  #9c4545 0%,#7d3030 100%);
background: -ms-linear-gradient(top,  #9c4545 0%,#7d3030 100%);
background: linear-gradient(top,  #9c4545 0%,#7d3030 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4545', endColorstr='#7d3030',GradientType=0 );
}

.sideGreen { border: 1px solid #699818; box-shadow: inset 0 1px 0 #a5c965; -webkit-box-shadow: inset 0 1px 0 #a5c965; -moz-box-shadow: inset 0 1px 0 #a5c965;
background: #86b630;
background: -moz-linear-gradient(top,  #86b630 0%, #6a9818 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86b630), color-stop(100%,#6a9818));
background: -webkit-linear-gradient(top,  #86b630 0%,#6a9818 100%);
background: -o-linear-gradient(top,  #86b630 0%,#6a9818 100%);
background: -ms-linear-gradient(top,  #86b630 0%,#6a9818 100%);
background: linear-gradient(top,  #86b630 0%,#6a9818 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b630', endColorstr='#6a9818',GradientType=0 );
}

.sideGrey { border: 1px solid #c3c3c3; box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; color: #6a6a6a;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.sideGrey:active { background: #6f6f6f; color: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; }

.sideGreyish { border: 1px solid #505866; box-shadow: inset 0 1px 0 #9da4b1; -webkit-box-shadow: inset 0 1px 0 #9da4b1; -moz-box-shadow: inset 0 1px 0 #9da4b1;
background: #7b8596;
background: -moz-linear-gradient(top,  #7b8596 0%, #515967 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8596), color-stop(100%,#515967));
background: -webkit-linear-gradient(top,  #7b8596 0%,#515967 100%);
background: -o-linear-gradient(top,  #7b8596 0%,#515967 100%);
background: -ms-linear-gradient(top,  #7b8596 0%,#515967 100%);
background: linear-gradient(top,  #7b8596 0%,#515967 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8596', endColorstr='#515967',GradientType=0 );
}


/* Full width grey buttons */

.sideFullWidth { 
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
 }
.sideFullWidth li { width: 75px; float: left; }
.sideFullWidth li a span.users { background: url(../images/icons/sidebarButtons/users.png) no-repeat 50%; display: block; width: 100%; height: 100%; }
.sideFullWidth li:first-child a { border-left: none; }
.sideFullWidth li a { font-size: 10px; width: 75px; height: 46px; font-weight: bold; text-transform: uppercase; display: block; text-align: center; color: #fff; }
.sideFullWidth li a { border: 1px solid #c3c3c3; border-right: none; color: #6a6a6a; }
.sideFullWidth li a:hover {
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
background: linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 );
}
.sideFullWidth li a:active { background: #f2f2f2; }


/* Full width dropdown */

.fulldd { height: 28px; box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; font-size: 11px;  }
.fulldd li { width: 100%; position: relative; }
.fulldd li a { color: #666666; text-decoration: none; padding: 3px 25px 3px 14px; display: block; white-space: nowrap; }
.fulldd li a:hover {
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}
.fulldd li a:active { background: #f8f8f8; }
.fulldd li a img { display: block; position: absolute; right: 10px; top: 11px; }

.fulldd li ul { position: absolute; display: none; right: -1px; border: 1px solid #c3c3c3; box-shadow: 0 1px 2px #dadada; -webkit-box-shadow: 0 1px 2px #dadada; -moz-box-shadow: 0 1px 2px #dadada; z-index: 1010; width: 100%; }
.fulldd li ul li { width: 100%; float: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
.fulldd li ul li:first-child { border-top: none; }
.fulldd li ul li a {background: #FDFDFD; padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
}
.fulldd li ul li a:hover { background: #f5f5f5; }



/* # Content stuff
================================================== */

/* === Dividers === */

.divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; position: relative; margin: 35px 0 0 0; }
.divider > span { position: absolute; left: 50%; margin-left: -21px; background: #eeeeee url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.widget .divider { height: 0; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; min-height: 0; }
.widget .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #eeeeee url(../images/widgetDiv.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.dialog .divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; }
.dialog .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #f5f5f5 url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px;  }


/* === Color marks === */

[class*="dataNum"] { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; color: #fff!important; font-size: 11px; font-weight: bold; display: block; padding: 3px 6px 2px 6px; height: 15px; line-height: 15px; }
#sidebar [class*="dataNum"] { position: absolute; right: 8px; top: 10px; }
#content [class*="dataNum"] { position: relative; text-shadow: none; display: inline-block; float: right; margin: 9px 9px 0 0; }
.dataNumBlue { background: #6F93A6; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #607f90; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #607f90; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #607f90; }
.dataNumGrey { background: #767676; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #666666; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #666666; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #666666; }
.dataNumGreen { background: #7aa745; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6a913b; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6a913b; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6a913b; }
.dataNumRed { background: #b35d5d; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9b5151; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9b5151; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9b5151; }


/* === Content top part === */

.contentTop { height: 64px; padding: 0 30px; background: url(../images/backgrounds/contentTop.png) repeat-x; }
.pageTitle { display: block; float: left; color: #626262; font-size: 14px; font-weight: bold; margin: 21px 30px 21px 0; }

/* Quick stats */

.quickStats { float: right; line-height: 16px; text-align: center; margin: 15px 0 14px 0; }
.quickStats .blue { color: #5d91a9; }
.quickStats li { display: block; float: left; border-left: 1px solid #d9d9d9; padding: 2px 15px 0 15px; white-space: nowrap; }
.quickStats li strong { font-size: 14px; padding-top: 1px; display: block; }
.quickStats li span { display: block; color: #5f5f5f; font-size: 11px; }
.quickStats li a { margin-right: 10px; margin-top: -2px; float: left; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.quickStats li:last-child { padding-right: 0; }
.quickStats li:first-child { border-left: 0; }

.blueImg, .redImg, .greenImg { width: 35px; height: 35px; }
.blueImg { background: #6e97aa; }
.redImg { background: #ba6d6d; }
.greenImg { background: #8fae53; }

.blueImg img { padding: 11px; }
.redImg img { padding: 10px 10px; }
.greenImg img { padding: 9px 13px;  }


/* === Breadcrumbs line === */

.breadLine { height: 28px; box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; font-size: 11px; }
.breadLine .hideArrow { width: 30px; float: left; background: url(../images/hideArrow.png) no-repeat; background-position: 12px 10px; padding: 14px 0 14px 0; border-right: 1px solid #c3c3c3; }
.breadLine .hideArrow:hover { background-color: #f5f5f5; }

/* Breadcrumbs */

.bc { margin: 0; float: left; }
ul.breadcrumbs { position: relative; z-index: 990; margin-left: 18px; }
ul.breadcrumbs li { float: left; }
ul.breadcrumbs li.current { border-right: none; }
ul.breadcrumbs li a { color: #666666; text-decoration: none; padding: 3px 20px 3px 14px; display: block; background: url(../images/icons/breadsArrow.png) no-repeat 100% 10px; height: 22px; line-height: 23px; }
ul.breadcrumbs li a:hover, ul.breadcrumbs li.hover a { color: #2B6893; }
ul.breadcrumbs > li:first-child { background: url(../images/icons/breadsHome.png) no-repeat 12px 10px; }
ul.breadcrumbs > li:first-child > a { padding-left: 28px; }
ul.breadcrumbs li.current > a { color: #B1B1B1; background: none; }
ul.breadcrumbs li ul { position: absolute; background: url(../images/subArrow.png) no-repeat 10px 5px; font-size: 11px; width: 160px; top: 28px; padding-top: 10px; margin-left: 12px; display: none; }
ul.breadcrumbs li ul li { width: 180px; border-bottom: 1px solid #343434; text-align: left; border-top: 1px solid #545454; background: url(../images/backgrounds/sidebar.jpg); padding: 0; float: none; }
ul.breadcrumbs li ul li:first-child { -webkit-border-top-right-radius: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-topleft: 2px; border-top: none; padding-top: 1px; }
ul.breadcrumbs li ul li:last-child { -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; }
ul.breadcrumbs li ul li:hover {  }
ul.breadcrumbs li ul li a { text-decoration: none; padding: 5px 14px 5px 24px; color: #CCCCCC !important; display: block; background: url(../images/elements/control/subnav_arrow.png) no-repeat 12px 13px; }
ul.breadcrumbs li ul li a:hover { background-color: #454545 }

/* Breadlinks */

.breadLinks { float: right; margin-right: 30px; }
.breadLinks > ul > li { float: left; border-right: 1px solid #c3c3c3; position: relative; }
.breadLinks ul li strong { color: #B35D5D; margin-left: 4px; }
.breadLinks > ul > li:first-child { border-left: 1px solid #c3c3c3; }
.breadLinks ul li a { color: #666666; padding: 3px 12px 3px 12px; display: block; }
.breadLinks ul li a.hasdd { background: url(../images/elements/control/hasddArrow.png) no-repeat 100%; }
.breadLinks ul li a:hover {  
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 ); }
.breadLinks ul li a:active {  background: #f8f8f8; }
.breadLinks ul li a span > img { margin-left: 6px; }
.breadLinks ul li ul { position: absolute; display: none; right: -1px; border: 1px solid #c3c3c3; box-shadow: 0 1px 2px #dadada; -webkit-box-shadow: 0 1px 2px #dadada; -moz-box-shadow: 0 1px 2px #dadada; z-index: 990; text-align: left; }
.breadLinks ul li ul, .breadLinks ul li ul li:last-child { -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px;  -moz-border-radius-bottomleft: 2px; }
.breadLinks ul li ul li { width: 140px; float: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
.breadLinks ul li ul li:first-child { border-top: none; }
.breadLinks ul li ul li a {background: #FDFDFD; padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 ); }
.breadLinks ul li ul li a:hover { background: #f5f5f5; }


/* === Middle navigation buttons === */

.middleNavR li, .middleNavR li a { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.middleNavR li { width: 84px; height: 84px; box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -webkit-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -moz-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; }
.middleNavR li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; } 

.middleNavS li, .middleNavS li a { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.middleNavS li { width: 84px; height: 84px; box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -webkit-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -moz-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; }
.middleNavS li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; }

.middleNavA li, .middleNavA li a { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.middleNavA li { box-shadow: none; }
.middleNavA li a { box-shadow: none; }

.middleNavR { text-align: center; margin: 30px 0 0 0; }
.middleNavR li { margin: 5px 10px -7px 10px; position: relative; display: inline-block; text-align: center;  border: 1px solid #dfdfdf; background: #e9e9e9; 
background: -moz-linear-gradient(top,  #e9e9e9 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
background: linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);}
.middleNavR li a { 
position: absolute;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
background: linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dfdfdf',GradientType=0 );
border: 1px solid #DFDFDF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
.middleNavR li a > img, .middleNavS li a > img { padding-top: 23px; }


.middleNavS { text-align: center; margin: 30px 0 0 0; }
.middleNavS li { margin: 5px 10px -7px 10px; position: relative; display: inline-block; text-align: center;  border: 1px solid #dfdfdf; background: #eee; }
.middleNavS li a { 
position: absolute;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 );
border: 1px solid #DFDFDF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}


.middleNavA { text-align: center; margin: 30px 0 0 0; }
.middleNavA li { margin: 5px 10px 0 10px; position: relative; display: inline-block; text-align: center; }
.middleNavA li a { 
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
background: linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 );
border: 1px solid #d5d5d5;
box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
-webkit-box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
-moz-box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
padding: 10px 16px 2px 16px;
display: block;
font-weight: bold;
white-space: nowrap;
color: #626262;}
.middleNavA li a:hover {  
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6ef2f2f26e6));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
background: linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 );}
.middleNavA li a:active {  
box-shadow: none;
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f7f7f7));
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
background: -o-linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
background: -ms-linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
background: linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f7f7f7',GradientType=0 );}
.middleNavA li a > span { display: block; padding-top: 4px; font-weight: bold; }
.middleNavA li a > .iconb { font-size: 32px; color: #808080; }


.middleFree { text-align: center; margin: 30px 0 0px 0; }
.middleFree li { margin: 5px 10px 0 10px; position: relative; display: inline-block; text-align: center; }
.middleFree li a { padding: 10px 16px 2px 16px; display: block; font-weight: bold; white-space: nowrap; color: #f5f5f5; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 1px #d5d5d5; }
.middleFree li a span { display: block; text-shadow: 0 1px 1px #707070; }
.middleFree li a > .iconb { font-size: 32px; padding: 3px 0; }
.middleFree li > strong {  
position: absolute; top: -6px; right: -6px; font-size: 11px; color: #f5f5f5; padding: 3px 5px; display: block; line-height: 12px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-shadow: 0 1px #606060;
background: url(../images/backgrounds/sidebar.jpg);
}


[class*="middleNav"] li strong { position: absolute; top: 3px; right: 3px; font-size: 11px; color: #fff; padding: 3px 5px; display: block; line-height: 12px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-shadow: 0 -1px #848484;
background: #ba6d6d;
background: -moz-linear-gradient(top,  #ba6d6d 0%, #934848 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba6d6d), color-stop(100%,#934848));
background: -webkit-linear-gradient(top,  #ba6d6d 0%,#934848 100%);
background: -o-linear-gradient(top,  #ba6d6d 0%,#934848 100%);
background: -ms-linear-gradient(top,  #ba6d6d 0%,#934848 100%);
background: linear-gradient(top,  #ba6d6d 0%,#934848 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba6d6d', endColorstr='#934848',GradientType=0 );
}

.middleNavR li > a:hover, .middleNavS li > a:hover  { 
background: #e6e6e6;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
}
.middleNavR li > a:active, .middleNavS li > a:active  { 
box-shadow: 0 2px 2px #efefef, 0 0px 3px 0px #cdcdcd inset;
-moz-box-shadow: 0 2px 2px #efefef, 0 0px 2px 0px #cdcdcd inset;
background: #e6e6e6;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
-webkit-transform: translate(0px,1px);
-moz-transform: translate(0px,1px);}


/* === Widget and widget head elements === */

.widget { background: #f7f7f7; border: 1px solid #cdcdcd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #ccc; margin-top: 35px; position: relative; }
.widget > [class*="whead"] { border-bottom: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px #fff; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;  position: relative; }
.whead a { color: #636363; }
.widget > [class*="whead"] h6 { float: left; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold;  }
.widget .body { padding: 14px 16px; }

.whead {  color: #636363;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.wheadLight {  color: #636363;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
background: linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
}

.wheadLight2 {  color: #636363;
background: #fafcfd;
background: -moz-linear-gradient(top,  #fafcfd 0%, #eff1f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafcfd), color-stop(100%,#eff1f3));
background: -webkit-linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
background: -o-linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
background: -ms-linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
background: linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfd', endColorstr='#eff1f3',GradientType=0 );
}

.wheadLight3 {  color: #636363;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(237,237,237,1) 51%, rgba(239,239,239,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(239,239,239,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );}

/* Head icons and icon set */

.whead .iconb { font-size: 16px; }
.whead [class*="icos-"] { padding: 5px 0; margin: 0; }
.whead .dropdown-menu [class*="icos-"] { padding: 4px 0 0 0; margin-right: 10px; }
.whead .pull-right { right: -1px; }
.whead .bsideText { float: right; color: #217199; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold; }
.whead .contentProgress { float: right; width: 40%; margin: 16px 12px 16px 0; background: #e0e0e0; }
.whead .headInput { float: right; width: 50%; margin: 8px 7px 6px 7px; position: relative; }
.whead .headInput input[type=text] { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; font-size: 11px; color: #858585; box-shadow: 0 1px 0 #f5f5f5; -webkit-box-shadow: 0 1px 0 #f5f5f5; -moz-box-shadow: 0 1px 0 #f5f5f5; padding: 4px 20px 5px 5px; border: 1px solid #d7d7d7; display: inline-block; background: #fdfdfd; -webkit-appearance: none; }
.widget .whead > .titleIcon { float: left; padding: 9px 0 10px 0; width: 40px; border-right: 1px solid #D5D5D5; text-align: center; }
.titleIcon .checker { margin: 2px auto 0 auto; float: none; }

.headLoad { float: right; margin: 10px 10px 0 0; }
.headIcon { float: right; margin: 12px 12px 0 0; }
.headIconSet { float: right; margin-right: 12px; }
.headIconSet li { float: left; margin-left: 12px; }
.headIconSet li a { margin: 11px 0; display: block; }

/* Input fields */

.srch, .sbmt { position: absolute; right: 7px; top: 8px; border: none; width: 9px; height: 9px; }
.srch { background: url(../images/tables/searchSmall.png) no-repeat 0 0; }
.sbmt { background: url(../images/elements/control/headSubmit.png) no-repeat; right: 4px; }

/* Title toolbar */

.titleToolbar, .titleOpt  { float: right; font-size: 11px; font-weight: bold; }
.titleToolbar > li { float: left; border-left: 1px solid #c3c3c3; }
.titleToolbar > li:last-child > a { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; }
.titleToolbar > li > a { text-shadow: 0 1px white; padding: 7px 12px 8px 12px; display: block; }
.titleToolbar > li > a:active, .titleOpt > a:active { text-shadow: 0 1px #808080; box-shadow: none!important; }
.titleToolbar > li > a .iconb { float: none; margin-top: 0; }
.titleToolbar > li.drd > a { padding: 8px 10px 7px 10px; }
.titleOpt > a { padding: 6px 10px 7px 10px; border-left: 1px solid #c3c3c3; display: block; color: #636363; clear: both; }
.widget .tOptions { float: right; cursor: pointer; position: absolute; top: 0; right: 0; padding: 11px 12px 10px 12px; border-left: 1px solid #cdcdcd; }
.widget .tOptions:active, .act { background: #f5f5f5; }
.act { box-shadow: 0 1px 0 #eaeaea; -webkit-box-shadow: 0 1px 0 #eaeaea; -moz-box-shadow: 0 1px 0 #eaeaea; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; }


/* === Buttons === */

.buttonS, .buttonM, .buttonL, .buttonH, [class*="tablectrl"] {  font-size: 11px; color: #fff; font-weight: bold; text-shadow: 0 -1px #6f6f6f; display: inline-block; line-height: 14px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.buttonS span, .buttonM span, .buttonL span, .buttonH span { text-shadow: 0 1px 0 #6f6f6f; margin-left: 10px; }
.buttonS { padding: 6px 14px; }
.buttonM { 
 padding: 7px 15px;
 float: right;
 }
 
.buttonL { padding: 8px 18px; }
.buttonH { float: right; padding: 4px 12px 4px 12px; color: #fff!important; margin: 7px 10px 6px 10px; }
.bGreen:hover, .bRed:hover, .bBlue:hover, .bGreyish:hover, .bBlack:hover, .bLightBlue:hover, .bGold:hover, .bSea:hover, .bBrown:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

.bDefault, .dualBtn, .searchLine button { border: 1px solid #c3c3c3; box-shadow: inset 0 1px 2px #fff; -webkit-box-shadow: inset 0 1px 2px #fff; -moz-box-shadow: inset 0 1px 2px #fff; color: #686868; text-shadow: none;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.bDefault:hover, .dualBtn:hover, .searchLine button:hover { -webkit-transition: box-shadow 0.05s ease-in-out; -moz-transition: box-shadow 0.05s ease-in-out; transition: box-shadow 0.05s ease-in-out;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
 }
.bDefault:active, .dualBtn:active, .titleToolbar > li > a:active, .titleOpt > a:active, .searchLine button:active { background: #eee; color: #505050; border-color: #c0c0c0; box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -webkit-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -moz-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; text-shadow: 0 -1px 1px #f1f1f1; }
.bDefault span { text-shadow: none; }

.bGreen { border: 1px solid #68a341; box-shadow: 0 1px 2px 0 #a4ca6c inset; -webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset; -moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
background: #96c161;
background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: linear-gradient(top, #96c161 0%,#609c3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c161', endColorstr='#609c3d',GradientType=0 );
 }
.bGreen:active { background: #74aa49; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bRed {  border: 1px solid #a95151; box-shadow: 0 1px 2px 0 #cd8787 inset; -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset; -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
background: #c57979;
background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}
.bRed:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bRed:active { background: #b15e5e; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlue {  border: 1px solid #3e76af; box-shadow: 0 1px 2px 0 #66b2d2 inset; -webkit-box-shadow: 0 1px 2px 0 #66b2d2 inset; -moz-box-shadow: 0 1px 2px 0 #66b2d2 inset;
background: #5ba5cb;
background: -moz-linear-gradient(top,  #5ba5cb 0%, #3a70ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
background: -webkit-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -o-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -ms-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba5cb', endColorstr='#3a70ab',GradientType=0 );
}
.bBlue:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bBlue:active { background: #4786b8; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bGreyish { border: 1px solid #5e6779; box-shadow: 0 1px 2px 0 #9ca6b3 inset; -webkit-box-shadow: 0 1px 2px 0 #9ca6b3 inset; -moz-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
background: #8c97a6;
background: -moz-linear-gradient(top,  #8c97a6 0%, #596171 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c97a6), color-stop(100%,#596171));
background: -webkit-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: -o-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: -ms-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: linear-gradient(top,  #8c97a6 0%,#596171 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c97a6', endColorstr='#596171',GradientType=0 ); 
}
.bGreyish:active { background: #6d7787; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlack {  border: 1px solid #4e4e4e; box-shadow: 0 1px 2px 0 #959595 inset; -webkit-box-shadow: 0 1px 2px 0 #959595 inset; -moz-box-shadow: 0 1px 2px 0 #959595 inset;
background: #838383;
background: -moz-linear-gradient(top,  #838383 0%, #444444 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#444444));
background: -webkit-linear-gradient(top,  #838383 0%,#444444 100%);
background: -o-linear-gradient(top,  #838383 0%,#444444 100%);
background: -ms-linear-gradient(top,  #838383 0%,#444444 100%);
background: linear-gradient(top,  #838383 0%,#444444 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#444444',GradientType=0 ); 
}
.bBlack:active { background: #5d5d5d; box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; }

.bLightBlue { border: 1px solid #5897c3; box-shadow: 0 1px 2px 0 #84c4dd inset; -webkit-box-shadow: 0 1px 2px 0 #84c4dd inset; -moz-box-shadow: 0 1px 2px 0 #84c4dd inset;
background: #6db5d5;
background: -moz-linear-gradient(top,  #6db5d5 0%, #4a91c0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
background: -webkit-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -o-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -ms-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db5d5', endColorstr='#4a91c0',GradientType=0 );
}
.bLightBlue:active { background: #559cc7; box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; }

.bGold { border: 1px solid #c4853e; box-shadow: 0 1px 2px 0 #ddb65b inset; -webkit-box-shadow: 0 1px 2px 0 #ddb65b inset; -moz-box-shadow: 0 1px 2px 0 #ddb65b inset;
background: #d5a44c;
background: -moz-linear-gradient(top,  #d5a44c 0%, #c07833 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
background: -webkit-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -o-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -ms-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: linear-gradient(top,  #d5a44c 0%,#c07833 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a44c', endColorstr='#c07833',GradientType=0 );
}
.bGold:active { background: #ca8e40; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bSea {  border: 1px solid #5a837e; box-shadow: 0 1px 2px 0 #95b8b6 inset; -webkit-box-shadow: 0 1px 2px 0 #95b8b6 inset; -moz-box-shadow: 0 1px 2px 0 #95b8b6 inset;
background: #7ca6a3;
background: -moz-linear-gradient(top,  #7ca6a3 0%, #547b76 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ca6a3), color-stop(100%,#547b76));
background: -webkit-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: -o-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: -ms-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca6a3', endColorstr='#547b76',GradientType=0 );
}
.bSea:active { background: #68918d; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBrown {  border: 1px solid #9c6b3c; box-shadow: 0 1px 2px 0 #c8a85f inset; -webkit-box-shadow: 0 1px 2px 0 #c8a85f inset; -moz-box-shadow: 0 1px 2px 0 #c8a85f inset;
background: #bb934f;
background: -moz-linear-gradient(top,  #bb934f 0%, #996336 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb934f), color-stop(100%,#996336));
background: -webkit-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: -o-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: -ms-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: linear-gradient(top,  #bb934f 0%,#996336 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb934f', endColorstr='#996336',GradientType=0 );
}
.bBrown:active { background: #ad7f45; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }


/* === Widgets === */

/* Accordion */

.menu_body { display: none; padding: 12px 14px; }
.acc .whead, .togglesGroup .whead { cursor: pointer; border-top: 1px solid #cdcdcd; margin-bottom: -1px; }
.acc .whead:first-child, .togglesGroup .whead:first-child { border-top: none; }
.acc .whead h6 { padding: 9px 14px; }


/* New updates widget */

.updates { padding-left: 0px; }
.updates .uDate { float: right; width: 30px; text-align: center; color: #bbbbbb; margin: 3px 0 0 0; text-shadow: 0 1px #fff; }
.updates .uDate > span { font-size: 20px; font-weight: bold; display: block; margin-bottom: -3px; }
.updates li { border-top: 1px solid #d5d5d5; padding: 10px 14px; line-height: 20px; }
.updates li:first-child { border-top: none; }
.updates li span { display: block; }
.updates li > span > a { font-weight: bold; }

.uDone, .uAlert, .uNotice { float: left; display: block; padding-left: 22px; max-width: 76%; }
.uDone { background: url(../images/elements/other/updateDone.png) no-repeat 0 4px; }
.uAlert { background: url(../images/elements/other/updateWarning.png) no-repeat 0 4px; }
.uNotice { background: url(../images/elements/other/updateNotice.png) no-repeat 0 4px; }


/* === Grid === */

.fluid { width: 100%; *zoom: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
.fluid:before, .fluid:after { display: table; content: ""; }
.fluid:after { clear: both; }
.fluid .rtl-inputs [class*="grid"] { float: right; }
.fluid [class*="grid"] { display: block; width: 100%; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; }
.fluid [class*="grid"]:first-child { margin-left: 0; }

.fluid .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
.fluid .grid11 { width: 91.489361693%; *width: 91.4361702036383%; }
.fluid .grid10 { width: 82.97872339599999%; *width: 82.92553190663828%; }
.fluid .grid9 { width: 74.468085099%; *width: 74.4148936096383%; }
.fluid .grid8 { width: 65.95744680199999%; *width: 65.90425531263828%; }
.fluid .grid7 { width: 57.446808505%; *width: 57.3936170156383%; }
.fluid .grid6 { width: 48.93617020799999%; *width: 48.88297871863829%; }
.fluid .grid5 { width: 40.425531911%; *width: 40.3723404216383%; }
.fluid .grid4 { width: 31.914893614%; *width: 31.8617021246383%; }
.fluid .grid3 { width: 23.404255317%; *width: 23.3510638276383%; }
.fluid .grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.fluid .grid1 { width: 6.382978723%; *width: 6.329787233638298%; }


/* === Tabs === */

/* Content tabs */

ul.tabs { height: 37px; font-size: 12px; font-weight: bold; color: #636363; border-bottom: 1px solid #CDCDCD; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px white; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}
ul.tabs li.activeTab:first-child { -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; }
.rightTabs ul.tabs li.activeTab:first-child { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0;  }

.tab_container { overflow: hidden; width: 100%; }
.tab_content { padding: 10px 12px; }

.tableTabs .tabs { position: absolute; top: 0; right: 0; }
.tableTabs .tab_content { padding: 0; }
.tableTabs .tabs li.activeTab:first-child, .rightTabs .tabs li.activeTab:first-child { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; }

ul.tabs li { float: left; height: 38px; line-height: 38px; border-left: none; overflow: hidden; position: relative; font-size: 15px; border-right: 1px solid #cdcdcd;  }
ul.tabs li a { display: block; padding: 0px 16px; outline: none; color: #636363; font-size: 12px; font-weight: bold; }
ul.tabs li a:hover { color: #797979; }
html ul.tabs li.activeTab  { background-color: #f7f7f7; height: 38px; box-shadow: 0 -1px 0 #eaeaea inset; -webkit-box-shadow: 0 -1px 0 #eaeaea inset; -moz-box-shadow: 0 -1px 0 #eaeaea inset; }
html ul.tabs li.activeTab a { color: #2E6B9B; } 

.rightTabs ul.tabs li, .tableTabs ul.tabs li { border-left: 1px solid #cdcdcd; border-right: none; float: right; }

/* # Form styles
================================================== */

.formRow {  border-top: 1px solid #fff; padding: 19px 16px; }
.formRow:first-child { border-top: none; }
.formRow input[type=text], .formRow input[type=password], /*.formRow*/ textarea { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; font-size: 11px; color: #858585; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; padding: 6px 7px; border: 1px solid #d7d7d7; display: inline-block; background: #fdfdfd; height: 26px; }
textarea { height: auto; }
.formRow  [class*="grid"] > label { float: left; display: block; padding-top: 1px; }
.formRow label > span { margin-top: -2px; padding: 0; }
.formRow label > img { float: left; margin: 5px 10px 0 0; }

.sliderSpecs > label { font-size: 11px; margin-right: 10px; }
.sliderSpecs > input { border: none; background: none!important; width: 30%!important; color: #3a70ab!important; border: none!important; box-shadow: none!important; font-weight: bold; }

.fieldIcon { position: absolute; top: 7px; right: 8px; display: block; }
.req { float: right; margin-left: 5px; display: block; color: #DB6464; }

.rightSide { display: block; float: right; width: 80%; padding: 4px 0; position: relative; }
.rightSide > label { float: left; }
.note { font-size: 11px; padding-top: 2px; display: block; color: #AAA; white-space: nowrap; }
.formRow > label { padding: 6px 0; display: block; float: left; }

.multiple { width: 100%; height: 200px; padding: 5px; border: 1px solid #d7d7d7; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }

.formRow input[disabled] { /*background-color: #f9f9f9; *//*color: #afafaf; */}
.formSubmit { display: block; float: right; }
.hasIcon [class*="icon"] { float: none; margin-right: 0; }


/* ===== Form validation ===== */

.inputContainer { position: relative; float: left; }
.formError { position: absolute; top: 300px; left: 282px; display: block; z-index: 998; cursor: pointer; }
.ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; }

.formError .formErrorContent { background: #202020; position:relative; z-index:5001; color: #fff; width: 124px; font-size: 11px; border: 1px solid #000; padding: 2px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.greenPopup .formErrorContent { background: #33be40; }
.blackPopup .formErrorContent { background: #393939; color: #FFF; }
.formError .formErrorArrow { width: 15px; margin: -2px auto 0 auto; position:relative; z-index: 5006; }
.formError .formErrorArrowBottom { box-shadow: none; margin: 0px 0 0 12px; top:2px; }
.formError .formErrorArrow div { font-size: 0px; height: 1px; background: #202020; margin: 0 auto; line-height: 0; font-size: 0; display: block; }
.formError .formErrorArrowBottom div { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div { background: #33be40; }
.blackPopup .formErrorArrow div { background: #393939; color: #FFF; }

.formError .formErrorArrow .line10 { width: 15px; border: none; }
.formError .formErrorArrow .line9 { width: 13px; border: none; }
.formError .formErrorArrow .line8 { width: 11px; }
.formError .formErrorArrow .line7 { width: 9px; }
.formError .formErrorArrow .line6 { width: 7px; }
.formError .formErrorArrow .line5 { width: 5px; }
.formError .formErrorArrow .line4 { width: 3px; }
.formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; }
.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }
.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }
.checker input, .radio input, .selector select { cursor: pointer; }
input.error { border-color: #DDBEBE!important; }


/* ===== Form styling  ===== */

.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader *{ margin: 0; padding: 0; cursor: pointer; }

div.selector { background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); border: 1px solid #D2D2D2; line-height: 27px; height: 27px; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box;  border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; display: -moz-inline-box; display: inline-block; vertical-align: middle; zoom: 1; margin: 0; padding: 0 0 0 8px; cursor: pointer; width: auto; max-width: 280px; font-size: 12px; position: relative; overflow: hidden; }
div.selector span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #808080; text-shadow: 0 1px #f5f5f5; padding: 0px 37px 0px 2px; background: url(../images/elements/forms/selectArrow.png) no-repeat 100%; cursor: pointer; font-size: 11px; height: 27px; line-height: 27px; }
div.selector select { position: absolute; opacity: 0; filter: alpha(opacity:0); height: 28px; border: none; background: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: solid 1px white; width: 100%; top: 0px; left: 0px; }
.disabled { opacity: 0.6; filter: alpha(opacity=60);; }
.labelDisabled { color: #B7B7B7; }

/* Checkboxes */

div.checker { width: 16px; height: 16px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin-top: 2px; margin-right: 10px; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }
div.checker input { width: 16px; height: 16px; opacity: 0; filter: alpha(opacity:0); display: inline-block; background: none; }
div.checker span { background: url(../img/checkboxes.png) no-repeat 0 0; height: 16px; width: 16px; display: -moz-inline-box; display: inline-block; text-align: center; }
div.checker span.checked { background-position: 0 -17px; }

/* Radio buttons */

div.radio { width: 16px; height: 17px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin-top: 2px; margin-right: 10px; }
div.radio input { width: 16px; height: 17px; opacity: 0; filter: alpha(opacity:0); display: inline-block; background: none; }
div.radio span { background: url(../images/elements/forms/radios.png) no-repeat 0 0; height: 17px; width: 16px; display: -moz-inline-box; display: inline-block; text-align: center; }
div.radio span.checked { background-position: 0 -18px; }


/* # Login page
================================================== */
.iconLogin
{
    font-size: 15px !important; 
}
.Guidelines
{
    list-style:disc; 
    padding:0px !important; 
    margin-left:8px;  
}
.GuidelinesHeader
{
   padding: 0px !important;
   margin-left:9px;
 }
.GuidelinesHeader li
{
  margin-left:-10px !important; 
   font-size: 12px !important;
    margin-bottom: 1px !important;
    text-align: left !important;
    line-height:13px; 
    pad
  }
.Guidelines li
{
    line-height:13px; 
    margin:5px;  
    font-size: 12px !important;
    margin-bottom: 1px !important;
    text-align: left !important; 
}
.container
{
     width: 80% !important;    
}
.guidlinewrapper
{
    margin:60px 0 0 220px;
    background-color:#fff;
    -webkit-border-radius: 05px;
    -moz-border-radius: 05px;
    border-radius: 05px;  
    padding: 25px; 
}
.loginWrapper { 
margin-top:60px;
margin-left:50px;
text-align: center;
/*-moz-perspective: 800px;
-webkit-perspective: 800px;
 perspective:1000px;*/
 position:relative;
 }
/* === Login hover buttons === */

.logleft, .logright, .logback { 
background: url(../img/loginControl.png) no-repeat;
height: 37px;
width: 37px;
position: absolute;
top: 36px;
display: block;
opacity: 0;
filter: alpha(opacity=0);
 }
 
.logleft { left: 0px; background-position: 0 0; } 
.logright { right: 0px; background-position: -38px 0; } 
.logback { left: 0; background-position: -76px 0; }
.logleft:hover { background-position: 0 -39px; } 
.logright:hover { background-position: -38px -39px; } 
.logback:hover { background-position: -76px -39px; }
#login{ z-index:100; }

.flipped #login{ 
opacity:0;
filter: alpha(opacity=0);
-moz-transform:rotateY(-180deg);
-webkit-transform:rotateY(-180deg);
transform:rotateY(-180deg);
 }
 
.loginWrapper.flipped #recover{ 
opacity:1;
filter: alpha(opacity=100);
-moz-transform:rotateY(0deg);
-webkit-transform:rotateY(0deg);
transform:rotateY(0deg);
 }
.loginWrapper form { 
width:100%; position:absolute; top:0; left:0;

/* Enabling 3d space for the transforms */
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;

/* When the forms are flipped, they will be hidden */
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;

/* Enabling a smooth animated transition */
-moz-transition:0.8s;
-webkit-transition:0.8s;
transition:0.8s;

/* Configure a keyframe animation for Firefox */
-moz-animation: pulse 2s infinite;

/* Configure it for Chrome and Safari */
-webkit-animation: pulse 2s infinite;
}

.loginPic { text-align: center; display: block; position: relative; overflow: hidden; }
.loginPic span { display: block; color: #5f5f5f; font-size: 14px; margin-top: 10px; font-weight: bold; text-shadow: 0 1px 1px #ffffff; }
.loginWrapper form { 
	 background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: block;
    margin: 0 auto;
    padding: 20px 45px;
    width: 236px;
	}

.loginWrapper a { display: inline-block; }
.loginWrapper input[type=text],.loginWrapper input[type=email], .loginWrapper input[type=password] {
 font-size: 11px;
 color: #858585;
 padding: 5px 27px 5px 9px;
 border: 2px solid #d7d7d7;
 border-radius:5px;
 width: 198px;
 display: inline-block;
 margin-top: 15px;
 }
 .loginWrapper input[type=text]:focus,.loginWrapper input[type=email]:focus, .loginWrapper input[type=password]:focus {
    border:2px solid #19bd9b;
 }
.loginUsername { background: #fbfbfb url(../images/icons/loginUsername.png) no-repeat 213px 12px; }
.loginPassword { background: #fbfbfb url(../images/icons/loginLock.png) no-repeat 214px 10px; }
.loginEmail { background: #fbfbfb url(../images/icons/loginEmail.png) no-repeat 213px 10px; }
.logControl { margin-top: 10px; }
.logControl .memory { float: left; margin-top: 5px; }
.logControl input[type=submit] { float: right; }


/*login registartion page*/

.LR_wrap{
width:300px;
margin:50px auto;
}
.description{
text-align:center;
display:block;
} 

.memory label{
display:inline-block;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0 !important;
}
.NoP{
 padding: 19px 0 !important;
}
.log{
    float: left;
    margin: 20px 0;
    width: 100%;
}
.topNav ul li{
display:inline-block;
}
.topNav ul{
margin:0
}
.topNav ul li a:hover{
text-decoration:none;
color:#ccc;
}

.help{
}
.mb{
margin:10px 0;
}
.topNav ul li a i{ 
 margin: -1px 4px;
}

.DropDown{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
   
    width: 237px !important;
}

.registrationPrefix
{
    width:40px !important;
    float:left !important;
    }

.registrationBONumber
{
    margin-left: 3px !important;
    width: 113px !important;
    }

#lblAcctivation
{
  text-align:center;
  color: #0088CC ;
  margin-left:466px;
   
   
}


.loginWrapper label

{
   margin-bottom: 1px !important;
    text-align: left !important; 
    font-size: 12px !important;
    
    }
    
    .loginWrapper input
    {
        margin-top:0px !important ;
        
        
        }
        
        
        
        
   
 .mainContainer{
    margin-top: 0px;
 }
 .footer{
    width: 100%;
    float: left;
    margin-top: 50px;
    /* */
 }
 .footerLogin
 {
   position:fixed;
   bottom:0;  
 }
 .fWidgetWrap h4{
    margin: 0 !important;
    line-height: normal;
    color: #555;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
    font-size: 16px !important;
}
.ptb10{
    padding: 10px 0;
}
.fNav{
    margin: 5px 0 0 0 !important; 
 }
 .fNav li:first-child{
   border-top: none;
 }
 .fNav li:last-child{
   border-bottom:none;
 }
 .fNav li{
   border-bottom: 1px solid #bbb;
   padding: 8px 0;
   margin-right: 20px; 
   border-top: 1px solid #D8D8D8;
 }
 .fNav li a{
   color:#555;
 }
 .fNav li a i{
   margin-right: 15px;
 }
  .fNav li a:hover{
   color:#000;
   text-decoration: none;
 }
 .sFnav{
    margin: 10px 0 0 0;
 }
 .sFnav li{
     background: none repeat scroll 0 0 #CCCCCC;
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 80px;
 }
 .sFnav li a{
   color: #fff;
   font-size: 30px;
 }
 .rtTimeWidget h3{
    padding: 0 0 10px 0;
 } 
 
 .socialNavFooter li{
 margin-right: 5px !important;
 }
 .contactAddress{
    margin: 20px 0 !important;
 }
 .contactAddress li{
   color: #666 !important;
 }
 .contactAddress li:nth-child(2){
   margin-bottom: 10px;
 }
 .socialNav{
     float: right;
     margin-top:14px ;
}
.socialNav li{
    display: inline-block;
}
.socialNav li a{
    display:block;
    padding: 6px 8px;
}
.linkedIN, .facebook, .twitter, .youtube{
    border-radius: 3px;
    background: #666;
    transition: 0.5s ease-in-out;
}
.linkedIN:hover{
    background: rgb(26,133,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(26,133,189,1) 0%, rgba(0,119,181,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,133,189,1)), color-stop(100%,rgba(0,119,181,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(26,133,189,1) 0%,rgba(0,119,181,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(26,133,189,1) 0%,rgba(0,119,181,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(26,133,189,1) 0%,rgba(0,119,181,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(26,133,189,1) 0%,rgba(0,119,181,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a85bd', endColorstr='#0077b5',GradientType=0 ); /* IE6-9 */

}

.facebook:hover{
    background: rgb(59,89,150); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,89,150,1) 0%, rgba(57,64,142,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,89,150,1)), color-stop(100%,rgba(57,64,142,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(59,89,150,1) 0%,rgba(57,64,142,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,89,150,1) 0%,rgba(57,64,142,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(59,89,150,1) 0%,rgba(57,64,142,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(59,89,150,1) 0%,rgba(57,64,142,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5996', endColorstr='#39408e',GradientType=0 ); /* IE6-9 */

}
.twitter:hover{
    background: rgb(0,172,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,172,238,1) 0%, rgba(0,139,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,172,238,1)), color-stop(100%,rgba(0,139,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,172,238,1) 0%,rgba(0,139,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,172,238,1) 0%,rgba(0,139,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,172,238,1) 0%,rgba(0,139,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,172,238,1) 0%,rgba(0,139,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acee', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */

}

.youtube:hover{
   background: rgb(203,50,44); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,50,44,1) 0%, rgba(158,34,34,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,50,44,1)), color-stop(100%,rgba(158,34,34,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,50,44,1) 0%,rgba(158,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,50,44,1) 0%,rgba(158,34,34,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,50,44,1) 0%,rgba(158,34,34,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,50,44,1) 0%,rgba(158,34,34,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb322c', endColorstr='#9e2222',GradientType=0 ); /* IE6-9 */

}

.footer .top{
    background: none repeat scroll 0 0 #EFEFFF;
    padding: 20px 0;
}
.footer .bottom{
  background: none repeat scroll 0 0 #DDDDDD;
    border-top: 5px solid #ABABAB;
    padding: 3px 0;
}  
.footerTitle{
    color: #666;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    font-family: 'Mourning';
    font-size: 20px;
} 
.footer p{
    color: #555555;
    font-family: Tahoma;
    font-size: 15px;
 }
 .socialNav li span{
    display: inline-block;
    font-family: mourning;
    font-size: 16px;
    margin-right: 10px;
}
.cAddress{
    margin: 10px 0 0 0;
}
.cAddress li{
    color: #555;
    padding: 2px 0; 
}
.pt10{
     font-size: 13px !important;
    padding-top: 10px !important;
    font-family:Tahoma;
} 
 .scrollup {
    bottom: 90px;
    color: #666;
    display: none;
    font-size: 60px;
    opacity: 0.3;
    position: fixed;
    right: 50px;
    text-align: center;
   }
  .scrollup:hover {
  text-decoration: none;
}

.clientSupport
{
  float:none !important;  
}

.SignUpButton
{
  background:#3cdb52 !important;    
}
 
