body {
	color:#58585A;
     font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    line-height:1.3em;
}

h1, h2 {
	text-align: left;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	color:#58585A !important;
}

h2 {
	font-size: 12px;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 630px;
height: 360px;
/*.height: auto !important;*/
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0em;
padding: 0px;
outline:none;
}
#mycustomscroll div {
outline:none;
}
#mycustomscrol-sortlist {
/* Typical fixed height and fixed width example */
width: 260px;
height:360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background:none;
margin: 0em auto;
padding: 0px;
outline:none;
}
#mycustomscrol-sortlist div {
outline:none;
}

#mycustomscrol-sortlist div.jv-tab-content { top:0 !important;}

#mycustomscrol-sortlist .jv-tab-panels-top{ width:242px !important;}
#mycustomscrol-sortlist .jv-tab-subcontent div{ float:left; width:auto;}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */

/*Editor Outer*/

.editor_outer{
	margin:0px;
	padding:0px;
	width:665px;
}
.editor_outer fieldset {
border:1px solid #999999;
padding:10px;
}
.editor_outer iframe {
	width:98.8% !important;
	padding:5px !important;
}

.editor_outer .adminform button{
	color:#fff;
	background:#333;
	border:1px solid #666;
	padding:3px 5px;
	font-family:arial;
	font-size:12px;
	cursor:pointer;
}

.editor_outer .button2-left{
	background:#333;
}
.editor_outer .button2-left div{
	background:none;
}
.editor_outer .button2-left a{ color:#fff; font-size:12px; text-decoration:none;}

.editor_outer .button2-left a,.editor_outer .button2-left span { padding:0 6px 0 6px}

.editor_outer td.key {border-bottom:0px solid #999;}
.moduletable { margin-bottom:15px;}
