body{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #9294A9;
}
li {
	list-style-type: square;
	margin-bottom:5px;
}
div{
	behavior:url("boxsizing.htc");
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	padding:7px;
}

iframe{
	border:1px solid black;
	margin:0px;
	padding:2px;
}

a{
	/*text-decoration:underline;*/
	color:#333333;
}

a:hover{
	color:#FFF;
}

h1 {
	font-size:16px;
	font-weight:bolder;
}

table{
	border-collapse:collapse;
}
textarea{
	font-size:12px;
	line-height:12px;
	border:1px solid #000000;
}
input{
	font-size:12px;
	line-height:12px;
	border:1px solid #000000;
}

hr{
	border:0.5px dashed #333;
	width:100%;
	height:1px;
}

/*
#########################################################
# Top Level Boxes
#########################################################*/
#masterhead{
	padding:10px;
	height:35px;
	text-align:center;
	background-color:#CCCCCC;
	margin-bottom:10px;
	font-size:12px;

}
#masterfoot{
	width:100%;
	padding:10px;
	text-align:center;
	float:right;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin-top:5px;

}

.navigation{
	background-color:#CCCCCC;
	padding-top:5px;
	margin: 0px;
}

#content{
	padding:10px;
	padding-top:0px;
}


.menubox {
	border:1px solid #EEEEEE;
	width:100%;
	padding:2px;
	margin-bottom:5px;
	padding:3px;
}
.menubox td{
	font-size:10px;
}
.menubox input{
	font-size:10px;
	line-height:10px;
	border:1px solid #000000;
}
.menubox_header{
	text-align:right;
	line-height:6px;
}

.accountmanager{
	background-color:#CCCCCC;
}

.accountmanager td{
	font-size:12px;
}

.accountmanager textarea, .accountmanager input{
	font-size:12px;
	line-height:12px;
	border:1px solid #000000;
}

/*
###############################################
# This is where Thubnail-styles are defined
###############################################
*/

.thumbnail_small{
	background-color: #9294A9;
	border:1px solid #000000;
	width:153px;
	height:65px;
	padding:0px;
	margin:2px;
	float:left;
}
.thumbnail_edit img{
	width:40px;
	height:30px;
	margin-left:1px;
	margin-right:1px;
}
.thumbnail_small td, .thumbnail_small a{
	font-size:9px;
}

.thumbnail_edit{
	background-color: #9294A9;
	border:1px solid #000000;
	width:80px;
	height:85px;
	padding:2px;
	margin:2px;
	float:left;
}
.thumbnail_edit img{
	width:72px;
	height:49px;
	margin-bottom:2px;
	margin-top:2px;
}
.thumbnail_edit td, .thumbnail_edit a{
	font-size:9px;
}

.thumbnail_remixSelect{
	background-color: #9294A9;
	border:1px solid #000000;
	width:296px;
	height:69px;
	padding:2px;
	margin:2px;
	float:left;
}
.thumbnail_remixSelect img{
	width:72px;
	height:49px;
	margin-bottom:2px;
	margin-top:2px;
}

.progressbar {
}
.progressbar marquee{
	color:#9900FF;
	width:330px;
	height:20px;
	border:1px solid black;
	padding:0px;
}
.progressbar div{
	height:20px;
	margin:0px;
	padding:0px;
}
.progressbar .wrapper{
	
}
.progressbar .inline{
	width:10px;
	width:2px;
	color:#3300FF;
	background-color:#FF0000;
	float:left;
}


.small_table, .small_table td, .small_table a{
	font-size:12px;
}
.tab_active{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	background-color:#CCCCCC;
}
.tab_inactive{
	border-width:1px;
	border-style:dotted;
	border-color:#000000;
	border-bottom:1px solid #000000;
	line-height:18px;
}
.tab_bottom{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-left:5px;
	padding-right:5px;
	background-color:#CCCCCC;
}
.tab_middle{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
}

.remixTarget{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	/*background-image:url(images/background.gif);*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-repeat: repeat;
}
.remixTarget td{
	font-size:9px;
}
/*###################################################
# Everything for the REMIX-TREE
####################################################*/
.remixTable{
	
}
.remixTable td{
	padding:0px;
	
}
.remixTable .preview{
	width:70px;
}
.remixTable .leftBox{
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:2px;
}
.remixTable .rightBox{
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	font-size:9px;
}
.remixTable .spacer{
	width:20px;
	background-image:url(images/tree_spacer.gif);
	background-repeat:repeat-y;
}
