
#container{
	border:1px solid #ccc;
}

#header{
	margin:20px;
	float: left;
}

#col1{
	margin:20px;
	margin-top:0px;
	float: left;
}

#col2{
	float: left;
}

#col3{
	margin-left:20px;
	float: left;
}

#dropdown{
	background-color:#eee;
	width:480px;
	height:auto;
	text-align:left;
	padding:20px;
	border:1px #ccc solid;
}
#error{
	width:480px;
	height:20px;
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	color:red;

}

#title{
	font-family:Arial;
	font-size:11pt;
	height:25px;
	width:480px;
	color:#666;
	text-align:right;
	
}

#customBlock{ display:none;}

/*Classes*/

.dim {
	color:#cccccc;
}

.generic{width:770px;height:615px;}
.h_empty{ background-color:#fff;width:728px;height:90px;margin:20px;}
.c1_empty{ width:39%;height:460px;}
.c2_empty{ background-position:58% 0px; width:25%; height:460px;}
.c3_empty{ background-image:url('previewImages/bg_blue.jpg');background-position:99% 0px;width:26%;	height:460px;}

.cont_300x250{ width:770px;height:615px;}
.h_300x250{ background-color:#fff;width:728px;height:90px;margin:20px;}
.c1_300x250{background-position:0px 61%;width:39%;height:460px;}
.c2_300x250{ background-position:58% 0px; width:25%; height:460px;}
.c3_300x250{ background-position:99% 0px;width:26%;	height:460px;}

.cont_160x600{ width:770px;height:760px;}
.h_160x600{ background-color:#fff;width:728px;height:90px;margin:20px;}
.c1_160x600{ background-position:0px 0px; width:39%; height:600px;}
.c2_160x600{ background-position:59% 0px; width:29%; height:600px;}
.c3_160x600{ background-position:99% 100%px; width:160px; height:600px; }

.cont_300x600{ width:820px;height:760px;}
.h_300x600{ background-color:#fff;width:780px;height:90px;margin:20px;}
.c1_300x600{ background-position:0px 0px; width:30%; height:600px;}
.c2_300x600{ background-position:59% 0px; width:23%; height:600px;}
.c3_300x600{ background-position:99% 100%px; width:300px; height:600px; }

.cont_728x90{ width:770px;height:615px;}
.h_728x90{ background-color:#fff;width:728px;height:90px;margin:20px;}
.c1_728x90{ background-position:0px 61%;width:38%;height:460px;}
.c2_728x90{ background-position:58% 0px; width:25%; height:460px;}
.c3_728x90{ background-position:99% 0px;width:26%;	height:460px;}

.cont_970x250{ width:1008px;height:775px;}
.h_970x250{ background-color:#fff;width:970px;height:250px;margin:20px;}
.c1_970x250{ background-size:287%;background-position:0% 61%;width:36%;height:460px;}
.c2_970x250{ background-size:359%;background-position:59% 76%; width:28%; height:460px;}
.c3_970x250{ background-size:410%;background-position:98% 10%;width:28%;	height:460px;}



.border{ border:1px #333 solid}

.bg_blue{ background-image:url('previewImages/bg_blue.jpg');}
.bg_gray{ background-image:url('previewImages/bg_gray.jpg');}
.bg_red{ background-image:url('previewImages/bg_red.jpg');}
.bg_green{ background-image:url('previewImages/bg_green.jpg');}
.h_blue{ background-color:#90c6f5;}
.h_gray{ background-color:#949494;}
.h_red{ background-color:#ffa7a6;}
.h_green{ background-color:#70c987;}

.author{font-family:Arial;font-size:10pt;}
.short{ width:97px }
.hide{ display:none}
.show{ display:block}


body{font-family:Tahoma;font-size:10pt;}
div{ border:0px solid #333; } 
form{margin-left:50px;padding-bottom:0px;margin-bottom:0px;}