﻿body {
	margin: 0;
	background-color: #d4d4d4;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	color: #f0f0f0;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	}
	
.setfont {
	color: #f0f0f0;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	}
	
.centerpage {
	margin: 0 auto;
	}
	
.navigation {
	background-image: url(img/ccaip_3x1.jpg); 
	background-repeat: no-repeat;
	padding: 0 0 0 11px;
	}

.content {
	background-image: url(img/ccaip_5x1.jpg); 
	background-repeat: repeat-y;
	padding: 10px 45px;
	color: #f0f0f0;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px
	}
	
.container {
	border: solid #7e9c06 1px;
	background-color: #141414;
	background-image: url(img/container_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px;
	margin-bottom: 10px;
	}

.videoinfo {
	padding: 0 20px;
	}
	
.footer {
	text-align: center;
	font-size: 8pt;
	}
	
h1 {
	color: #7e9c06;
	font-size: 18px;
	}
	
h2 {
	color: #f2f2f2;
	font-size: 14px;
	margin-bottom: -5px;
	border-bottom: dotted #f2f2f2 1px;
	}

blockquote {
	margin-left: 40px;
	}

a:link { 
	color: #7e9c06;
	}
a:visited { 
	color: #808080;
	}
a:hover { 
	color: #d4f610;
	text-decoration: none;
	}
a:active { 
	color: #abcc08;
	}
	
/* MENU CSS */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 761px;
overflow: hidden;
margin-bottom: 0;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 22px;
text-decoration: none;
border-right: 1px solid white;

}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:450px;
padding:10px;
}

/* ----------- stylized ----------- */
#stylized{

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-size: 11px;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left: 150px;
width:200px;
height:31px;
text-align:center;
line-height:31px;
color:#000000;
font-size:11px;
font-weight:bold;
}


	