/* General markup styles
---------------------------------------- */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	font-size: 100%;
}


a:link {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration:none;
	color: #3da5cc;
}
a:active {
	text-decoration: none;
	color: #888;
}



  a.footlink, a.footlink:visited, a.footlink:hover {
  color: inherit;
  text-decoration: none;
}
  a.footlink:hover {
    color: #777;
  }
  


html {
	height: 100%;
}


img {
	border: 0;
}


textarea {
    resize:vertical;
}

fieldset {
border: 0;	
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	 padding:0;
}


div[rel=infomsg] {
display:none;	
font-size: 13px;
color:#5fa35f;
}


.main-container {
   min-height:100%;
   position:relative;
   display:none;
   background-color:#eee;
}

.main-container-load {
   min-height:100%;
   width: 100%;
   height: 100%;
   position:absolute;
   background-color:#eee;
   z-index: 5000;
}

.radiolistfirst {
float: left;
}

.radiolist {
float: left;
margin-left: 30px;
}

.inputlistfirst {
margin-top: 4px;
}

.inputlist {
margin-top: 28px;
}

.inputinfo {
margin-top: 7px;	
color:#888;
display:inline-block;
margin-bottom: 9px;	
}

.inputlabel {
margin-right: 2px;
font-weight:bold;
display:inline-block;
}

body.mceContentBody { 
   background: #fff; 
}

.checkhold {
outline: 0px none;
box-sizing: border-box;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 9px 10px;	
display: inline-block;
}


.wrapper {
width: 100%;
padding: 20px;
padding-top: 7px;
box-sizing: border-box;
padding-bottom:50px; 
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}

.moduleM {
float: left;
box-sizing: border-box;
width: 100%;
margin-bottom: 32px;
clear:both;
}


.moduleL {
float: left;
box-sizing: border-box;
width: 50%;
margin-bottom: 22px;
clear:left;
}


.moduleR {	
float: right;
box-sizing: border-box;
width: 50%;
margin-bottom: 22px;
clear:right;
}

.module-content {
padding-top: 5px;
padding-bottom: 15px;
padding-left: 14px;
padding-right: 14px;
line-height: 17px;
}




.module-action {
font-size: 13px;
font-weight: bold;
padding-top: 0px;
padding-right: 23px;
text-transform:capitalize;
float: right;
cursor: pointer;
background:url(../images/sectionopen.png) no-repeat;
background-position: right center;
margin-top: 9px;
margin-right: 13px;
}


.module-action-close {
font-size: 13px;
font-weight: bold;
padding-top: 0px;
padding-right: 23px;
text-transform:capitalize;
float: right;
cursor: pointer;
background:url(../images/sectionclose.png) no-repeat;
background-position: right center;
margin-top: 9px;
margin-right: 13px;
display:none;
}



.module-trigger {
cursor: pointer;
color:#777777;
height: 42px;
}
.module-trigger:hover {
cursor: pointer;
color:#3da5cc;
}

.module-insideM {
box-sizing: border-box;		
background-color:#fff;
border: 1px solid #eeeeee;
box-shadow: 0px 1px 1px #dedede;
height: 38px;
overflow:hidden;
}
.module-insideM-open {
box-sizing: border-box;		
background-color:#fff;
border: 1px solid #eeeeee;
box-shadow: 0px 1px 1px #dedede;
height:inherit;
overflow:hidden;
}

.module-insideL {
box-sizing: border-box;		
background-color:#fff;
border: 1px solid #eeeeee;
box-shadow: 0px 1px 1px #dedede;
margin-right: 7px;
}

.module-insideR {
box-sizing: border-box;		
background-color:#fff;
border: 1px solid #eeeeee;
box-shadow: 0px 1px 1px #dedede;
margin-left: 7px;
}



.module-divider {
background-color:#eeeeee;
height: 1px;
margin-top: 8px;
clear:both;
margin-bottom: 8px;
}

.thumbinput  {
outline: 0px none;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 2px;
resize: none;
cursor: pointer;
height: 27px;
overflow: hidden;
float: left;
}
.thumbinput:hover  {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
background-color:#fff;
background-image:none;
}



.thumbdisplay {
outline: 0px none;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 2px;
resize: none;
cursor: pointer;
height: 40px;
overflow: hidden;
float: left;
}
.thumbdisplay:hover  {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
background-color:#fff;
background-image:none;
}



input, textarea  {
font-family: Arial, Helvetica, sans-serif;
outline: 0px none;
box-sizing: border-box;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 7px 8px;
resize: none;
font-size: 14px;
}

textarea {
resize:vertical;	
}

input[type="submit"] {
width: 100%;
}
input[type="text"] {
width: 100%;
}
textarea {
width: 100%;
}
input[type="password"] {
width: 100%;
}

input[type="submit"] {
font-weight: bold;
cursor: pointer;
margin-top: 48px;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F2F2F2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
}
















.inpbutton{
outline: 0px none;
box-sizing: border-box;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 7px 8px;
resize: none;
font-size: 14px;
width: 100%;
font-weight: bold;
cursor: pointer;
margin-top: 20px;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F2F2F2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
text-align: center;
}





.inpbutton:hover {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
background-color:#fff;
background-image:none;
}






input:focus, textarea:focus  {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#444;
}

input[type="submit"]:hover {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
background-color:#fff;
background-image:none;
}

input[type="submit"]:focus {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset;
border-color: #aaa;
color:#333;
background-color:#fdfdfd;
}

.module-title {
font-size: 14px;
font-weight: bold;
padding-top: 8px;
padding-left: 12px;
color:#3da5cc;
text-transform:capitalize;
float: left;
}

.module-title-nofloat {
font-size: 14px;
font-weight: bold;
padding-top: 8px;
padding-left: 12px;
color:#3da5cc;
text-transform:capitalize;
}



input[type="checkbox"] {
position: relative;
top: 2px;
margin-right: 3px;	
}


.clear {
clear:both;	
}

.mobilemenubtn-holder {
display:none;	
}

.mobilemenubtn {
width: 27px;
height: 16px;
float:left;
margin-top: 2px;
margin-left: 18px;
cursor: pointer;
}


.mobilemenubtn-selected {
width: 27px;
height: 16px;
float:left;
margin-top: 2px;
margin-left: 18px;
display:none;
cursor: pointer;
}

.corespacer {
height: 54px;	
}

.mobilemenu {
min-height: 100px;
padding-left: 20px;
padding-right: 21px;
display:none;
box-sizing: border-box;		
background-color:#fff;
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
box-shadow: 0px 1px 1px #dedede;
padding-top: 17px;
padding-bottom: 9px;
position: absolute;
top: 42px;
left: 0;
width: 100%;
z-index:99;
}

.mobilemenu-item {
padding-left: 20px;
padding-right: 21px;
box-sizing: border-box;		
cursor: pointer;
font-weight: bold;
outline: 0px none;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #AAA;
border-width: 1px;
border-style: solid;
padding: 7px 8px;
font-size: 14px;
margin-bottom: 8px;
text-align: center;
}

.mobilemenu-item:hover {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
}




.mobilemenu-item-selected {
padding-left: 20px;
padding-right: 21px;
box-sizing: border-box;		
cursor: pointer;
font-weight: bold;
outline: 0px none;
margin: 0px;
background-color: #FFF;
border-width: 1px;
border-style: solid;
padding: 7px 8px;
font-size: 14px;
margin-bottom: 8px;
text-align: center;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
}

.mobilemenu-spacer {
height: 14px;
}


.coreheader {
background:url(../images/headerbg.png) repeat-x;
height: 44px;
padding-left: 20px;
padding-right: 21px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}

.corefooter {
background:url(../images/footerbg.png) repeat-x;
height: 30px;
width:100%;
position: relative;
z-index: 1000;
}


#logfeedback {
font-weight: bold;
font-size: 13px;
color:#D55E5E;
margin-bottom: 18px;
}

#logfeedback-good {
font-weight: bold;
font-size: 13px;
color:#5FA35F;
margin-bottom: 18px;
}



.corelogo {
float: left;
position: relative;
top: 1px;
}

.headercontainer {
padding-top: 12px;
padding-right: 43px;
}

.loggedinfo {
float:right;
font-size: 13px;
font-weight: bold;
color:#aaa;
margin-top: 1px;
}

.logout {
float:right;
font-size: 13px;
font-weight: bold;
color:#aaa;	
margin-top: 1px;
}

.coreheader-divider {
float:right;
height: 18px;
width: 1px;
background-color:#e6e6e6;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
}



.footerinfo {
float:right;
font-size: 12px;
font-weight: bold;
color:#aaa;
padding-top: 8px;
padding-left: 20px;
padding-right: 21px;
}

.footermenu {
float:left;
font-size: 12px;
font-weight: bold;
color:#aaa;
margin-top: 8px;
padding-left: 20px;
padding-right: 21px;
}


.mainmenu {
float:left;
font-size: 12px;
font-weight: bold;
color:#aaa;
margin-top: 2px;
padding-left: 50px;
}

.mainmenu-btn {
float:left;
text-transform:uppercase;
margin-left: 10px;
margin-right: 10px;
}

#lastmenu {
float:left;
}



.mainmenu-btn-selected {
float:left;
text-transform:uppercase;
margin-left: 10px;
margin-right: 10px;
}



.footeritem {
float: right;	
}
.footeritemmobile {
display:none;
}
.footeritemmobile-small {
display:none;
}

.mainmenu-divider {
float:left;
height: 18px;
width: 1px;
background-color:#e6e6e6;
margin-top: 0px;
position: relative;
bottom: 2px;
}

.footermenu-divider {
float:left;
height: 12px;
width: 1px;
background-color:#dddddd;
margin-left: 8px;
margin-right: 8px;
margin-top: 1px;
}

.footeritem-divider {
float:right;
height: 12px;
width: 1px;
background-color:#dddddd;
margin-left: 8px;
margin-right: 8px;
margin-top: 1px;
}




a.newslink:link {
	font-weight:normal;
	text-decoration: none;
}
a.newslink:visited {
	font-weight:normal;
	text-decoration: none;
}
a.newslink:hover {
	font-weight:normal;
	text-decoration:underline;
}
a.newslink:active {
	font-weight:normal;
	text-decoration: none;
}



a.mobilemenulink:link {
	color:#aaa;
	text-decoration: none;
}
a.mobilemenulink:visited {
	color:#aaa;
}
a.mobilemenulink:hover {
	color:#3da5cc;
	text-decoration: none;
}
a.mobilemenulink:active {
	color:#aaa;
}



a.mainmenu-btn:link {
	color:#aaa;
	text-decoration: none;
}
a.mainmenu-btn:visited {
	color:#aaa;
}
a.mainmenu-btn:hover {
	color:#3da5cc;
	text-decoration: none;
}
a.mainmenu-btn:active {
	color:#aaa;
}


a.mainmenu-btn-selected:link {
	color:#3da5cc;
	text-decoration: none;
}
a.mainmenu-btn-selected:visited {
	color:#3da5cc;
}
a.mainmenu-btn-selected:hover {
	color:#3da5cc;
	text-decoration: none;
}
a.mainmenu-btn-selected:active {
	color:#3da5cc;
}









a.logoutlink:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#aaa;
	text-decoration: none;
}
a.logoutlink:hover {
	color:#3da5cc;
	text-decoration: none;

}


a.logoutlink-selected:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#3da5cc;
	text-decoration: none;
}





a.statslink:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#aaa;
	text-decoration: none;
}
a.statslink:hover {
	color:#3da5cc;
	text-decoration: none;
}


a.statslink-selected:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#3da5cc;
	text-decoration: none;
}



a.subslink:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#aaa;
	text-decoration: none;
}
a.subslink:hover {
	color:#3da5cc;
	text-decoration: none;
}


a.subslink-selected:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#3da5cc;
	text-decoration: none;
}







a.userslink:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#aaa;
	text-decoration: none;
}
a.userslink:hover {
	color:#3da5cc;
	text-decoration: none;
}


a.userslink-selected:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#3da5cc;
	text-decoration: none;
}







a.seolink:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#aaa;
	text-decoration: none;
}
a.seolink:hover {
	color:#3da5cc;
	text-decoration: none;
}


a.seolink-selected:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#3da5cc;
	text-decoration: none;
}




a.fileslink:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#aaa;
	text-decoration: none;
}
a.fileslink:hover {
	color:#3da5cc;
	text-decoration: none;
}


a.fileslink-selected:link {
	width: 18px;
	height: 18px;
	float:right;
	color:#3da5cc;
	text-decoration: none;
}




a.forgotpass:link {
	color:#333;
	text-decoration:underline;
}
a.forgotpass:visited {
	color:#333;
}
a.forgotpass:hover {
	color:#3da5cc;
}
a.forgotpass:active {
	color:#333;
}



@media only screen and (max-width: 767px) {
	
.mobilemenubtn-holder {
display:block;	
}


.corespacer {
height: 10px;	
}


.sidebar {
margin-top: 43px;
}
	
	
}



@media only screen and (max-width: 1000px) {
	
	

.moduleM {
float:none;
width: 100%;
margin-bottom: 22px;
}
.moduleL {
float:none;
width: 100%;
margin-top: 0px;	
margin-bottom: 22px;
}
.moduleR {
float:none;
width: 100%;	
margin-top: 0px;
margin-bottom: 22px;
}
.module-insideL {
margin: 0px;
}
.module-insideR {
margin: 0px;	
}
.footermenu {
display:none;	
}
.footerinfo {
text-align: center;
float:none;
}
.footeritem {
display:none;
}
.footeritemmobile {
text-align: center;
display:inline;
}
.footeritem-divider {
display:none;	
}
.loggedinfo {
font-size: 11px;
margin-top: 2px;	
}
.logout {
font-size: 11px;	
margin-top: 2px;
}

.coreheader-divider {
position: relative;
bottom: 1px;
}


}

@media only screen and (max-width: 450px) {
.footeritemmobile {
display:none;
}
.footeritemmobile-small {
display:inline;
}
}
























/* Table styles
---------------------------------------- */

table {
	width: 100%;
	border: 1px solid #ccc;
	padding: 1px;
}

th {
	padding: 3px 4px;
	color: #888;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #dddddd;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F2F2F2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
	padding-left: 10px;
}

td {
	text-align: left;
	font-size: 12px;
	padding: 4px;
	line-height: 1.20em;
	padding-left: 10px;
}

thead {
height: 30px;	
}



.row1 { background-color: #fff; height: 24px; }
.row2 { background-color: #f4f4f4; height: 24px; }


.spacer {
	background-color: #DBDFE2;
	height: 1px;
	line-height: 1px;
}

/* General form styles
----------------------------------------*/
fieldset {
	margin: 0px 0;
	padding: 0px;
	border-top: 0px solid #D7D7D7;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #D7D7D7;
	position: relative;
}

* html fieldset {
	padding: 0 10px 5px 10px;
}


.adminthumb {
background-image: url("../images/bgthumb.png");	
background-repeat: no-repeat;
width: 83px;
height: 61px;	
border: 1px solid #AAAAAA;
float: left;
margin-right: 8px;
overflow:hidden;
}


.adminthumb2 {
background-image: url("../images/bgthumb2.png");	
background-repeat: no-repeat;
width: 143px;
height: 76px;	
border: 1px solid #AAAAAA;
float: left;
margin-right: 8px;
overflow:hidden;
}


.thumbimage {
width: 79px;
height: 57px;
position: relative;
top: 2px;
left: 2px;
overflow:hidden;
}


.thumbimage2 {
width: 139px;
height: 72px;
position: relative;
top: 2px;
left: 2px;
text-align: center;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
overflow:hidden;
}

.addthumbimage {
width: 79px;
height: 57px;
position: relative;
top: 2px;
left: 2px;
text-align: center;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
overflow:hidden;
}




.infoClass { 
    background: url(../images/buttons/userinfo.png) 0px 0px no-repeat;
    width: 99px;
    height: 24px;
    border: 0px;
	float: left;
	cursor: pointer; 
	cursor: hand;
	margin-right: 5px;
}
.infoClass:hover{  
     background: url(../images/buttons/userinfo-roll.png) 0px 0px no-repeat;
}

.infoClass:active{  
      background: url(../images/buttons/userinfo.png) 0px 0px no-repeat;
}


.historyClass { 
    background: url(../images/buttons/userhistory.png) 0px 0px no-repeat;
    width: 117px;
    height: 24px;
    border: 0px;
	float: left;
	cursor: pointer; 
	cursor: hand;
	margin-right: 5px;
}
.historyClass:hover{  
     background: url(../images/buttons/userhistory-roll.png) 0px 0px no-repeat;
}

.historyClass:active{  
      background: url(../images/buttons/userinfo.png) 0px 0px no-repeat;
}




.deletemarkedClass { 
    background: url(../images/buttons/deletemarked.png) 0px 0px no-repeat;
    width: 101px;
    height: 24px;
    border: 0px;
	cursor: pointer; 
	cursor: hand;
	float: right;
}
.deletemarkedClass:hover{  
     background: url(../images/buttons/deletemarked-roll.png) 0px 0px no-repeat;
	 color: transparent;
    text-transform: capitalize;
}

.deletemarkedClass:active{  
      background: url(../images/buttons/deletemarked.png) 0px 0px no-repeat;
	  color: transparent;
    text-transform: capitalize;
}




.btnClassDisabled { 
  outline: 0px none;
box-sizing: border-box;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 5px 11px;
resize: none;
font-size: 12px;
font-weight: bold;
display:inline-block;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F2F2F2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
text-align: center;
	margin-right: 8px;
		filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
}
.btnClassDisabled:hover{  
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
background-color:#fff;
background-image:none;
		filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
}





.btnClass { 
  outline: 0px none;
box-sizing: border-box;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
background-color: #FFF;
color: #777;
border-width: 1px;
border-style: solid;
padding: 5px 11px;
resize: none;
font-size: 12px;
font-weight: bold;
cursor: pointer;
display:inline-block;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F2F2F2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
text-align: center;
	margin-right: 8px;
}
.btnClass:hover{  
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
border-color: #bbb;
color:#3da5cc;
background-color:#fff;
background-image:none;
}





.select-style {
    overflow: hidden;
    outline: 0px none;
box-sizing: border-box;
margin: 0px;
border-color: #DDD;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
color: #777;
border-width: 1px;
border-style: solid;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #F2F2F2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
display:inline-block;
}

.select-style select {
    padding: 4px 7px;
    width: 98%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
	color:#777;
	font-size: 14px;
	cursor: pointer;
}

.select-style option {
  padding-left: 13px;
  padding-right: 13px;
}


.select-style select:focus {
    outline: none;
}














 
.tooltipsy
{
    padding: 7px;
    max-width: 200px;
    color: #3DA5CC;
    background-color: #fff;
    border: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
}













.mobmenu {
color:#d0d0d0;
font-size: 21px;
position: relative;
bottom: 2px;
}
.mobmenu:hover {
color:#4DACD0;
font-size: 21px;
position: relative;
bottom: 2px;
}
.mobmenuselect {
color:#4DACD0;
font-size: 21px;
position: relative;
bottom: 2px;
}



.headericon {
font-size: 14px;
position: relative;
top: 2px;	
color:#aaa;
}

.headericon:hover {
font-size: 14px;
position: relative;
top: 2px;	
color:#4DACD0;
}


.headericon-select {
font-size: 14px;
position: relative;
top: 2px;	
color:#4DACD0;
}



a {
  -moz-outline-style: none!important;
  outline: none!important;
}
a:focus {
  -moz-outline-style: none!important;
  outline: none!important;
}


button {
  -moz-outline-style: none!important;
  outline: none!important;
}
button:focus {
  -moz-outline-style: none!important;
  outline: none!important;
}
