body, html { 
	height: 100%; 
	width: 100%; 
	background-color: #dddddd; 
	background-image: url('/includes/pics/cms/sitebg.jpg');
}

body, html { width: 100%; height: 100%; margin: 0px; }
	
	body, html, table, tr, td, th, div, p {
		font-family: Arial;
		font-size: 12px;
		color: rgb(118, 117, 117);
		line-height: 18px;
	}
	
	
	
	.contentbox {
		border: solid #414141 1px;
		background: url('/includes/pics/cms/box_bg.png');
		padding: 20px;
		box-shadow: 5px 5px 3px #888;
	}
	
	.cms2_mainbox {
	
		padding: 10px; 
		border: 0px; 
		background-color: rgba(255,255,255,0.5); 
		
		
	}
	
	.cms2_mainbox_inner {
	
		
		
	}
	
	.spring_headline {
	
		border-bottom: solid black 1px; 
		font-weight: bold;
		font-size: 16px;
	
	}
	
	.spring_point {
	
		background-color: #f7f7f7;
		border-bottom: solid white 1px;
		
	}
	
	.spring_point:hover {
	
		background-color: #e8e8e8;
		
	}
	
	
	.tablehead {
	
		background-image: url('/includes/pics/cms/darkbox_top2.png'); 
		color: white; 
		padding: 5px;
		font-weight: bold;
		padding-left: 9px;
		min-height: 32px;
	}
	
	.tablehead2 {
	
		background-image: url('/includes/pics/cms/darkbox_top.png'); 
		color: white; 
		padding-left: 5px;
		min-height: 32px;
	}
	
	.leftmenu_active {
	
		background-image: url('/includes/pics/cms/leftmenu_active.png');
		background-repeat: repeat-x;
		height: 40px;
		color: black;
		padding-left: 10px;
		border-bottom: solid #d3d2d3 1px;
		
	}

	.leftmenu_inactive {
	
		background-image: url('/includes/pics/cms/leftmenu_inactive.png');
		background-repeat: repeat-x;
		height: 40px;
		color: black;
		padding-left: 10px;
		border-bottom: solid #000000 1px;
	}

	
	
	.headmenu_active {
	
		background-image: url(/includes/pics/cms/head_box_right.png);
		background-position: right;
		background-repeat: no-repeat;
		width: 110px;
		height: 20px;
		color: white;
		text-align: center;
	
	}
	
	.headmenu_inactive {
	
		width: 110px;
		text-align: center;
	}
	
	.tableheader {
	
		background-image: url('/includes/pics/cms/tableheader.png'); 
		font-size: 14px; 
		font-weight: bold; 
		height: 36px;
		padding: 0px;
		spacing: 0px;
		border-left: solid #b7d0de 1px;
		border-right: solid #b7d0de 1px;
		background-repeat: repeat-x;
		
		
	}
	
	.tablecol_alt {
	
		background-color: #f3f3f3;
		
		
	}
	
	
	
	.headline {
		font-size: 18px;
		font-weight: bold;
		color: #1ce500;
	}
	
	
	.tablecol1 {
		padding-left: 8px;
		color: #818181;
		background-image: url('/includes/pics/cms/tablecol1.png');
		background-repeat: repeat-x;
	}
	
	.tablecol2 {
		padding-left: 8px;
		background: url('/includes/pics/cms/box_bg.png');
	}
	
	.tablecol2n {
		
		background: url('/includes/pics/cms/box_bg.png');
		padding-left: 5px;
	}
	
	.tablecol2:hover {
		padding-left: 8px;
		background-color: #f1f1f1;
	}
	
	.menuitem {
	
	}
	
	.menuitem:hover {
		background-color: #d0d0d0;
	}
	
	
	.savebtn {
		border: solid #b9b9b9 1px;
		padding: 2px;
		padding-top: 3px;
	}
	
	.tablebtn {
		border-bottom: solid black 1px;
		border-right: solid black 1px;
		background-color: #dddddd;
		padding: 5px;
		padding-left: 10px;
		color: black;
	}
	
	
	
	.searchbox1 {
		color: #dddddd;
	}
	
	
	a:link {color: #444444; text-decoration: none; }
	a:visited {color: #444444; text-decoration: none; }
	a:active {color: #444444; text-decoration: none; }
	a:hover {color: #1ce500; text-decoration: none; }
	
	
	a.menulink:link { color: #000000; text-decoration: none; }
	a.menulink:visited { color: #000000; text-decoration: none; }
	a.menulink:active { color: #000000; text-decoration: none; }
	a.menulink:hover { color: #000000; text-decoration: underline; }

	a.topmenulink:link { color: #ffffff; text-decoration: none; }
	a.topmenulink:visited { color: #ffffff; text-decoration: none; }
	a.topmenulink:active { color: #ffffff; text-decoration: none; }
	a.topmenulink:hover { color: #ffffff; text-decoration: underline; }
	
	
.parentDisable {
	z-index:999;
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color: #ccc;
	color: #aaa;
	opacity: .4;
	filter: alpha(opacity=50); 
}
#popup {
	width:300;
	height:200;
	position:absolute;
	top:200px;
	left:300px;
	color: #000;
	background-color: #fff;
}

.shadowbox {
	
	box-shadow: 5px 5px 3px #888;
	
}


.maincontentbox {
	
	border: solid gray 1px; 
	background-color: #CCCCCC;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	
} 

.contentbox_head {

	background-color: #535353;
	width: 100%;
	height: 50px;
	padding-left: 10px;
    	
}

.contentbox_headline {
	
	font-size: 18px; 
	font-weight: bold;
	color: white;
	
	
}

.contentbox_link {
	display: block;
	height: 100%;
	width: 100%;
	outline: 0;
}



a.contentbox_link:link { color: white; text-decoration: none; }
a.contentbox_link:hover { color: white; text-decoration: none; }
a.contentbox_link:active { color: white; text-decoration: none; }
a.contentbox_link:visited { color: white; text-decoration: none; }
	
	
	

.contentbox_button {
	
	background-image: url('/includes/pics/cms2/sepbar_gray.png');
	background-repeat: no-repeat;
	width: 50px;
	padding: 5px;
	padding-left: 9px;
	paddin-right: 11px;
	color: white;
}

.contentbox_button:hover {
	
	background-color: #646464;
	
}

.contentbox_body {
	
	padding: 10px;
	
}

.claro .dijitDialogPaneContent {
	
	background: none;
	border: none;
	padding: 0px;
	
}

.claro .dijitDialogTitleBar {
	display: none;
}