/*
----------------------------------------------------------------
	www.betogether.co   BACK END ADMIN
---------------------------------------------------------------- */


.general_wide{    
	width:800px;
	height:auto;	
	float: left;
	padding-left:15px;
	}
	
.general_wide h1{color: #000000;}	
.general_wide h2{color: #000000;}	
.general_wide h3{color: #000000;}	
.general_wide h4{color: #000000;}	

.manager_menu{
	width:100px;	
	float: right;
	border: 1px  #0f0;
	}



/*
----------------------------------------------------------------
	MISC
---------------------------------------------------------------- */

.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
	background-repeat: repeat-x;
	background-color: #FFF;
}

.clearboth { clear: both;
}




/*
--------------------------------------------------------------------------

IMAGE EFFECTS

--------------------------------------------------------------------------
*/
.img 
{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.img:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
}
.img2 
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	padding-right: 17px;
	margin-top: 10px;
}
.img2:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
}
.divButton 
{
	background-color: #B0D7F5;
}
.divButton:hover
{
	cursor: pointer;
	background-color: #1063DE;
}

   
.adminStaticHeader{
	}


/*
----------------------------------------------------------------
	form 
---------------------------------------------------------------- */

input {
	padding: 10px;
	outline: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-right: 5px;
	text-align: left;
	border: 1px solid #C9CBD6;
}


input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
	border: 1px solid #ccc;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}



textarea {
	width: 100%;
	height: 100px;
	padding: 4px;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-left: 2px;
	margin-right: 5px;
	border: 1px solid #C9CBD6;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}


.form label {
	color: #666;
	width: 110px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	padding-top: 5px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}
.form2 label {
	color: #666;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: inline;
	padding-top: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}



.admin3 form2 label {
	width: 200px;
	margin-right:10px;

}
.form2 button {
	padding: 4px;
	outline: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:3px;
	color:#666;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	border: 1px solid #C9CBD6;
	display: inline;
	width: 250px;
	height: 30px;
}
.form2 button:hover, 
.form2 button:focus {
	padding: 10px;
	cursor:pointer;
	width: 250px;
	height: 30px;
	border: 1px solid #C9CBD6;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:3px;
	color:#FFF;
	text-align: left;
	
}
.form2 select {
	padding: 4px;
	outline: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:3px;
	color:#666;
	margin-bottom: 5px;
	text-align: left;
	border: 1px solid #C9CBD6;
	display: inline;
	width: auto;
	height: 30px;
	border-radius:0!important;
	-moz-border-radius:0!important;
}
.form3 label {
	color: #666;
	width: 110px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	
	display: inline;
	padding-top: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}


.form4 select {
	width: 200px;
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 11px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	border-radius:0!important;
	-moz-border-radius:0!important;
    }	
.form4 input select {
	padding: 7px 10px;
	outline: none;
	font: 12px  Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0;
	width: 200px;
	display: inline;
	margin-bottom: 10px;
	background: #fff;
	text-align: left;
	-moz-border-radius: 0;
	border-radius: 0;

}
		
.media1 label {
	color: #666;
	width: 110px;
	text-align: left;
	margin-right: 0.5em;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
	float: left;
}
.media1 input {
	padding: 10px;
	outline: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	margin-right: 15px;
	
	
}
.form3 button {
	padding: 4px;
	outline: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:3px;
	color:#666;
	margin-right: 10px;
	text-align:center;
	display: inline;
	width: 250px;
	height: 30px;
	margin-top: 20px;
}
.form3 button:hover, 
.form3 button:focus {
	padding: 10px;
	cursor:pointer;
	width: 250px;
	height: 30px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:3px;
	color:#FFF;
	text-align: center;
	
}
.form3 textarea {
	width: 500px;
	height:auto;
	padding: 4px;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-left: 2px;
	margin-right: 5px;
	border: 1px solid #C9CBD6 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 20px;
	float: left;
}
media1.form3 textarea {
	width: 500px;
	height:auto;
	padding: 4px;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-left: 2px;
	margin-right: 5px;
	border: 1px solid #C9CBD6 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 20px;
	float: left;
}
media1.form3 button {
	border:none;
	text-align: center;
}


.button {
	border: none;
	background: #ccc;
	padding: 10px;
	height: 40px;
	width: 200px;
	letter-spacing: 2px;
	color: #333;
	display: inline;
	cursor: pointer;
}
.button:hover {
	border: none;
	background: #C4CED0;
	padding: 10px;
	height: 40px;
	color: #FFF;
	cursor: pointer;
}
.button2 {
	border: none;
	background: #ccc;
	padding: 10px;
	height: 40px;
	width: 200px;
	letter-spacing: 2px;
	color: #333;
	float: left;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
	
}
.button2:hover {
	border: none;
	background: #C4CED0;
	padding: 10px;
	height: 40px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
}
.button3 {
	border: none;
	background: #DDDDDD;
	padding: 10px;
	height: 35px;
	width: 200px;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;	
}
.button3:hover {
	border: none;
	background: #C4CED0;
	padding: 10px;
	height: 35px;
	color: #FFF;
	width: 200px;
	text-shadow:none;
	cursor: pointer;
}
.button4 {
	border: none;
	background: #DDDDDD;
	padding: 10px;
	height: 35px;
	width: 100px;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
}
.button4:hover {
	border: none;
	background: #C4CED0;
	padding: 10px;
	height: 35px;
	color: #FFF;
	width: 100px;
	cursor: pointer;
	text-shadow:none;
	cursor: pointer;
}

.notes {
	width:500px;
}
.input {
	border: 1px solid #C9CBD6;
	width: 250px;
}

.input:hover {
	border: 1px solid #C9CBD6;
}
.admin3	.form3 label {
	color: #666;
	width: 60px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: inline;
	padding-top: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}

/*
----------------------------------------------------------------
	admin 
---------------------------------------------------------------- */
.adminwrap{
	width: 100%;
	padding-left: 0px;
	text-align: left;   
	position: relative;
	float: left;   
	}  
	
.adminwrap p{
	text-align: left;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 10px;
	margin-top: 5px;
	color: #666;
	letter-spacing:1px;
	
		
}
.adminwrap a:link, .adminwrap a:visited, .adminwrap a:active {
	color:#000;     
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 2px;
}
.adminwrap a:hover {
	color: #f00;
	text-decoration: none;
	font-weight: normal;
	
}

.adminwrap h1{
	text-align: left;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	letter-spacing: 3px;
	margin-top: 7px;
	color: #300;
	margin-left: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-color:#ddd;
	padding:10px;
		   
}
ul.adminwrap
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	font-size: 0.8em;


}

ul.adminwrap li
{
	float: left;
	width: 15%;
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

ul.adminwrap li a
{
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
list-style-type:none;
}



ul.adminwrap li.adminwrap a
{
background: #f0e7d7;
color: #800000;
}

ul.adminwrap li a:hover, ul.adminwrap li.adminwrap a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

.admin1{
	width:100%;
	height:auto;
	float:left;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0;
	padding: 20px 10px 10px 0;
	text-align: left;
	}
	
	
ul#admin1
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 80%;
font-size: 0.8em;
}

ul#admin1 li
{
	display: block;
	float: left;
	width: 15%;
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

ul#admin1 li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
list-style-type:none;
}



ul#admin1 li#admin1 a
{
background: #f0e7d7;
color: #800000;
}

ul#admin1 li a:hover, ul#admin1 li#admin1 a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
	
.admin2{
	width:500px;
	height:auto;
	float:left;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0;
	padding: 20px 10px 10px 0;
	text-align: left;
	}
	
.admin3{
	width:450px;
	height:auto;
	float:left;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0;
	padding: 20px 10px 10px 0;
	text-align: left;
	}


.btnlist
{
	padding:4px 12px;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#f5f5f5;
	list-style-type: none;
	display: inline;
	
}

.btnlist:hover,.btnlist:focus,.btnlist:active{
	background-color:#C4CED0;
	color: #FFF;
	
}	



.catlist
{
	padding:5px 40px 5px 5px;
	margin-bottom:0;
	margin-top:10px;
	font-size:11px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 200px;
	list-style-type: none;
	letter-spacing: 1px;
	
}
.catlist p
{
	
	padding:5px 30px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	
}
.catlist:a link{
	display:inline-block;
	padding:5px 30px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	
}

.catlist:hover,.catlist:active{
	color: #960;
	background-color: #E5E5E5;
	cursor:pointer;
	
}
.catref
{
	padding:5px 20px 5px 5px;
	margin-bottom:0;
	margin-top:10px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 200px;
	list-style-type: none;
	
}
.catrefActive,.catrefInactive
	{	
	padding:5px 20px 5px 5px;
	margin-bottom:0;
	margin-top:10px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#aa0000;
	float: left;
	width: 200px;
	list-style-type: none;
	}
.catrefActive
	{
	color:#00aa00;
	}

.stockref
{
	padding:5px 20px 5px 5px;
	margin-bottom:0;
	margin-top:10px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 150px;
	list-style-type: none;
	
}
div.catButton {
	cursor:pointer;
	width: auto;
	height: 40px;
	border: none;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#630;
	letter-spacing:3px;
	text-align: right;
	float: left;
	display: inline;
}	
.edit
{
	padding:5px 15px;
	margin-bottom:0;
	margin-top:10px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color:#333333;
	float: left;
	width: 80px;
	list-style-type: none;
	
}
.edit p
{
	
	padding:5px 30px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color:#333333;
	float: left;
	
}
.edit:a link{
	display:inline-block;
	padding:5px 30px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color:#333333;
	float: left;
	
}

.edit:hover,.edit:active{
	color: #960;
	background-color: #E5E5E5;
	cursor:pointer;
	
}
.catthumb
{
	display:inline-block;
	padding:5px 10px 5px 5px;
	margin-bottom:0;
	margin-top:10px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 60px;
	list-style-type: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	}


.catthumb:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
}


.date
{
	padding:5px 10px 5px 5px;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 100px;
	list-style-type: none;
	
}
.time
{
	padding:5px 10px 5px 5px;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 80px;
	list-style-type: none;
	
}

.email
{
	padding:5px 10px 5px 5px;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 150px;
	list-style-type: none;
	
}
.comment
{
	padding:5px 10px 5px 20px;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 200px;
	list-style-type: none;
	
}

/*
----------------------------------------------------------------
	media 
---------------------------------------------------------------- */
.media1{
	width:98%;
	height:auto;
	float:left;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0;
	padding: 0px;
	text-align: left;
	margin-top: 15px;
	}
.mediathumb
{
	display:inline-block;
	padding:20px 10px 0 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 60px;
	list-style-type: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	}


.mediathumb:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
}
.textfield
{
	display:inline-block;
	padding:0 10px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 120px;
	list-style-type: none;
	
	margin-right: 10px;
	margin-left: 10px;
	}
.textfield select
{
	
	width: 200px;
	
	}
.order
{
	display:inline-block;
	padding:0 10px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#333333;
	float: left;
	width: 50px;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	}
.textfield2
{
	display:inline-block;
	padding:0 10px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:15px;
	text-align:left;
	color:#333333;
	float: left;
	width: 400px;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px; 
	}
.textfield2 form2 select
{
	
	width:200px;
	
	}
.textfield2 form2 button
{
	
	width:100px;
	
	}
	
.textfield2 form2 label
{
	
	margin-right:20px;
	
	}
	
.textfield3
{
	display:inline-block;
	padding:0 10px 5px 0;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color:#333333;
	float: left;
	width: 400px;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	}

.value{
	margin-left: 50px;
	
	
	} 
.check{
	text-align:left;
	width: 20px;
	margin-top:15px;
	border: none;
}

.maiFindMenu{
	margin-top: 20px;
	float: left;
}


.managemenuicon{
	margin-top: 20px;
	background-color: #fff;
	text-align:center;
	float:left;
	width:50px;
	height:80px;
	padding-right:20px;
	
	}
.managemenuicon img
	{width:80%;
	height:auto;
	}


.button-link-reverse-colors {
	padding: 8px 15px;
	background: #73A3A3;
	color: #FFF;
	text-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width: 75px;
	margin-top: 8px;
	font-family: corbertregular,'Century Gothic',Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	cursor: pointer;
}
.button-link-reverse-colors:hover {
    background: #73A3A3;
    border: solid 1px #73A3A3;
    text-decoration: none;
    text-color: #fff;
    
}
.button-link-reverse-colors:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #73A3A3;
    border: solid 1px #73A3A3;
    text-color: #fff;
}	
	
.activeStock , .activeStockRight
	{
	position:fixed;
	left:80%;   
	top:200px;     
	text-align:left; 
	color: #007;
	background-color: #fff;
	letter-spacing: 2px;
	width:200px;
	z-index: 98;
	padding: 15px;
	padding-left: 15px;
	border:1px #005 solid;
	}
	
.activeStockRight
	{
	left:80%;
	}
	    
	     
