/* Styles for sliding menu - Myxer */

/* Divs (Section Content) */


#uploadInfo{
	margin-bottom:5px;
}

#areaDiv{
	background-color:#000000;
	text-align:center;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.menuBar{
	margin-bottom:2px;
}	
			
#visible{
	text-align:left;
	border-style:inset;
	height:20px;
	padding-left:20px;
	margin:0 auto;
	background-image:url(../../../images/menu-arrow-down.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.menuBarTab{
	display:block;
	padding-left:20px;
	margin:0 auto;
	width:330px;
	text-decoration:none;
	text-align:left;
	border-style:outset;
	height:20px;
	padding-left:20px;
	margin:0 auto;
	background-image:url(../../../images/menu-arrow-up.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
			
#menuBarContentsInner{
	margin-top:5px;
}

.menuBarContents{

	overflow:hidden !important;
	height:auto;
}

/* Main Myxer Content Section */

#myxerDashContent{
	width:500px;
	float:left;
	margin-left:10%;
}

/* Right Panel */
#rightPanel{
	width:350px;
	height:300px;
	float:right;
}

/* Rounded Box Corner Styles */
.roundcont100 {
	width: 400px;
	background-color:#4c6fad;
	color: #fff;
}

.roundcont100 p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/top-right.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/bottom-right.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
		
/* END Rounded Box Corner Styles END */


/* Text Styles */

.contentHeader1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

.contentHeader2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.myxerText{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.myxerText2{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.status{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#imageInfo{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}


/*Styles for the file input field */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	margin-left:-37px;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
