@charset "utf-8";
/* CSS Document */
html,body{
	height: 100%;
}
body{
	margin:0;
	background:#E6E6E6;
}
img{
	margin:0;
}

.maincontainer {
	background-image:url(../images/cms/bg_container.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	color:#333333;
	width:100%;
	min-width:900px;
	

}
#topsection {
	background: #EAEAEA;
	height: 90px; /*Height of top section*/
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn {
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -100%;
	background-color: #333333;
	color:#F0F0F0;
}



#footer {
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-image:url(../images/cms/footer_bg2.gif);
	background-repeat:repeat-x;
	height:50px;
}

#footer a {
	color: #FFFF80;
}

.content {
	overflow:hidden;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(../images/cms/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
	min-height:400px;
	height: expression((documentElement.clientHeight <400) ? "400px" : "" );
	height: 100%
}

.header {
	background:#98CB00;
	height:60px;
	background-image:url(../public/img/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:5px;
}
.header_icons {
	background:#E1E1E1;
	height:36px;
	background-image:url(../images/cms/header_icons.gif);
	background-repeat:repeat-x;

	width:100%;
	overflow:hidden;
}

.header_icons_image{
	float:right;
	width:300px;
	cursor:hand;
	margin:5px;
	text-align:right;
	margin-right:15px;
}

.header_icons_image img{
	cursor:hand;
}

.header_icons_title{
	float:left;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}


.innertube {
	margin: 5xp; /*Margins for inner DIV inside each column (to provide padding)*/
	background-repeat:repeat-x;
	min-height:350px;
	height: expression((documentElement.clientHeight <350) ? "350px" : "" );
	color:#CCCCCC/*margin-top: 0;*/
}
.innertube a {
	color:#CCCCCC;
	text-decoration:none;
}
.mnup_title {
	font-weight:bold;
	background:#000000;
	margin:3px;
	padding:2px;
}
.mnup_item {
	margin:3px;
	background:#444444;
	padding:2px;
	text-decoration: none:
	color:#999999;
}

.mnup_item a{
  text-decoration:none;
  color:#CCC;
  padding-left:5px;
}

.mnup_item a:hover{
  color:#FFF;
}


.innertube a:hover {
	text-decoration:underline;
}

.toggler {
	color: #222;
	margin: 0px;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 2px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight:bold;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
.element{
	background:#EEEEEE;
}

.info_profile{
	font-size:12px;
	margin:10px;
}


/*redifine blueprint */
th, td, caption {padding:0;}

/*=============*/

.container_gallery{
	width:100;%;
	
	margin:10px;
	margin-top:0px;
}

.container_gallery img{
	float:none;
	margin: 0;
	padding: 0;
}
.container_gallery ul {
	margin:0;
	padding:0;
}

.sortlists {
	list-style-type: none;
	min-height: 30px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sortlists img{
	margin:0;
	padding:0;
	float: left;
}

.sortlists a{
	font-size:12px;
}

.sortlists li {
	width:116px;
	height:112px;
	padding: 5px;
	/*background-color:;
	color: white;*/
	font-size: 23px;

	float:left;
	margin:5px;
	clear:none;
	/*overflow:hidden;*/
}

.sortlists li span{
	cursor: move;
}


.ind {
	width: 200px;
	padding: 10px;
	background-color: #33CCCC;
	border-bottom: 1px solid white;
}

.order {
	padding: 10px;
	width: auto;
}

.activate{
	border: 1px solid #BFE2FF;
	background-color:#F4FAFF;	
}

.noActivate{
	border: 1px solid #FF9D9D;
	background-color:#FFF0F0;
}