@CHARSET "ISO-8859-1";

html
{
    height: 100%;
    width: 100%;
}

body{
   	overflow-y:scroll;
	margin: 0;
	padding: 0;
	 font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	min-height: 100%;
	width: 100%;
}

a{
	text-decoration: none;
	color: inherit;
}
div.cdm_pageWrapper{
	width: 100%;
	float: left;
	height: auto;
}
div.cdm_header{
	float: left;
	width: 100%;
	background: black;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
}
div.cdm_statusPanel{
	
}

tabpanel {
	float: left;
	display: block;
	height: auto;
	width: 100%;
	z-index: -100;
}

.tabpanellink {
	margin: 5px;
	background: #ddd;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	width: auto !important;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #ccc;
	/* corner */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: -5px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	text-decoration: none;
}

a.tabpanellink:hover {
	background: orange;
	-moz-box-shadow: inset 0 0 4px #DF7401;
	-webkit-box-shadow: inset 0 0 4px #DF7401;
	box-shadow: inset 0 0 4px #DF7401;
}

.tabpanellink.active {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-width: 0 0 1px 1px;
	border: 0;
	background: white !important;
	box-shadow: 0 5px 0px 0px #FFFFFF, 0 0 4px #AAAAAA;
	bottom: -1px;
	margin-bottom: 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	color: black;
}

.cdm_mainMenuItem{
	margin: 5px;
	background: #333;
	padding: 3px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	width: auto !important;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #111;
	color: white;
	
	/* corner */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: -5px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	text-decoration: none;
	font-size: 18px;
	text-shadow: 0 0px 1px #000;
}

.cdm_mainMenuItem:hover {
	background: orange;
	box-shadow: inset 0 0 4px #B45F04;
}

.cdm_topBar{
	min-height: 50px;
	height: auto;
	margin: 0px;
	margin-left: auto;
    margin-right: auto;
	top: 0;
}
.cdm_panel {
	position: relative;
	float: left;
	border: 1px solid #ccc;
	background: #FBFBFB;
	width: 100%; //
	padding-bottom: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

table.table_panel {
	border: 0px !important;
}

table.table_panel td {
	border: 0px !important;
	padding: 10px !important;
}

table.table_tab {
	border: 0px !important;
	width: 100%;
	margin-bottom: 20px !important;
}
td.cell_tabpanelheader {
	border: 0px !important;
	padding: 10px; //
	border-right: 1px solid #ccc !important; //
	border-bottom: 1px solid #ccc !important;
	background: #eee;
	-moz-box-shadow: inset -5px 0px 5px #ccc;
	-webkit-box-shadow: inset -5px 0px 5px #ccc;
	box-shadow: inset -5px 0px 5px #ccc; //
	padding: 0px !important;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(229, 229, 229, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(229, 229, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(229, 229, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(229, 229, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ffffff',
		endColorstr='#e5e5e5', GradientType=0);
}

td.cell_tabpanelheader  tabpanelheader {
	padding-bottom: 20px;
}

tabpanellinks {
	display: block;
	width: 100%;
	height: auto;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px; //
	border-top: 1px solid #D1D0CD;
	border-bottom: 1px solid #D1D0CD;
	background: #fff;
	background: -o-linear-gradient(top, #F5F5F5, #E9E9E9);
	background: -ms-linear-gradient(top, #F5F5F5, #E9E9E9);
	background: -moz-linear-gradient(top, #F5F5F5, #E9E9E9);
	background: -webkit-linear-gradient(top, #F5F5F5, #E9E9E9);
	background: linear-gradient(top, #F5F5F5, #E9E9E9);
	/*background: rgb(255,197,120);
background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1)));
background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%);
background: -o-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%);
background: -ms-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%);
background: linear-gradient(to bottom, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 );
	*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}


td.cell_tabpanel {
	width: 100%;
	border: 0px !important;
	padding: 0px !important;
	border-bottom: 1px solid #ccc !important;
	background: white;
}

.border_bottom {
	border-bottom: 1px solid #ccc !important;
}
.nocontent{
	font-weight: normal;
}

div.cdm_main{
	width: 960px;
	//min-height: 100%;
	//height: 100%;
	margin: 0px;
	margin-left: auto;
    margin-right: auto;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

div.cdm_dialog{
	height: 100%;
	margin-top: 10px;
}

div.cdm_panelTop{
	padding: 10px;
	
}
div.cdm_panelMain{
	padding: 10px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
div.cdm_panelStatus{
	height: 30px;
	background: #ddd;
	border-top: 1px solid #ccc;
	width: 100%;
	float: left;
}

div.cdm_logo{
	height: 100%;
	float: left;
}
div.cdm_logo a{
	text-decoration: none;
	font-size: 30px;
	color: #fdd;
}
div.cdm_logo a:hover{
	text-decoration: none;
	font-size: 30px;
	color: #dfd;
}


div.cdm_mainMenu{
	height: 100%;
}

div.cdm_footer{
	float: left;
	width: 100%;
	background: black;
	min-height: 50px;
	padding: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	
	-moz-box-shadow: -1px 3px 2px -1px #222 inset;
	-webkit-box-shadow: -1px 3px 2px -1px #222 inset;
	box-shadow: -1px 3px 2px -1px #222 inset;
	
	font-size: 14px;
}

div.cdm_footer table {
	width: 100%;
	max-width: 960px;
	margin: auto;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}
div.cdm_footer table td{
	width: 25%;
	text-align: left;
}
div.cdm_footer ol{
	list-style: outside none none;
	padding: 0px;
}
div.cdm_footer li{
	list-style: outside none none;
	text-align: left;
	padding: 0px;
}
div.cdm_footer .cdm_footer_second{
	font-size: 14px;
}
div.cdm_footer .cdm_footer_second>td{
	padding-top: 15px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: top;
}
.cdm_tabpanel_editor{
	background: #ddd;
	color: transparent;
	float: right;
	margin-right: 10px;
	cursor: default;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.cdm_panel_1_3{
	width: 33%;
}
.cdm_panel_2_3{
	width: 66%;
}
.cdm_panel_1_4{
	width: 22%;
	margin-right: 10px;
}
.cdm_panel_3_4{
	width: 75%;
}