/* ############## DEFAULT STYLES ############### */

div
{
	font-size: 12px;
}


/* ############## TEXT STYLES ############### */

.leftCol
{
	width: 305px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	background-color: #B71E0E;
}

.leftColTxtBox
{
	color: #ffffff;
	background-image: url('/images/iyc2010_background.jpg'); 
	background-repeat: no-repeat;
	height: 362px;
	padding: 12px;	
	-moz-box-sizing: padding-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.moreEvtBox
{
	font-size: 11px;
	background-color: #f7c35b;
	height: 20px; 
	position: relative;
	padding: 2px 0 0 10;
	margin-bottom: 12px;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.regionBox
{
	width: 278px;
	background-color: #dddcdc;
}

.regionHdr
{
	padding: 10px 0 0 10;
	-moz-box-sizing: padding-box;
	font-size: 0;
}

.regionTxt
{
	font-size: 11px;
	padding: 5px 5 4 10;
	-moz-box-sizing: padding-box; 
}

.rightCol
{
	width: 287px;
	background-color: #F6F5F5;
	padding: 3px 0 0 9;
	-moz-box-sizing: padding-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#videoBox
{
	background-color: #ffcc66;
	padding: 3px 0 3 12;	
	-moz-box-sizing: padding-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#videoCont
{
	background-color: #dddcdc;
	border-bottom: 2px solid #bbbbbb;
}

/* ############## LINK STYLES ############### */

.leftColTxtBox a:link, .leftColTxtBox a:visited  
{
	color: #ffcc66;
	font-weight: bold;
	display: inline-block;
	padding: 2px 0;	
	-moz-box-sizing: padding-box; 
}
.leftColTxtBox a:hover 
{
	color: #ffff99;
	font-weight: bold;
	display: inline-block;
	padding: 2px 0;	
	-moz-box-sizing: padding-box; 
}

a.moreEvtLink:link, a.moreEvtLink:visited
{
	color: #000000;
}
a.moreEvtLink:hover 
{
	color: #ff3333;
}

a.regionLink:link, a.regionLink:visited
{
	color: #cc0000;
	text-decoration: none;
}
a.regionLink:hover 
{
	color: #cc0000;
	text-decoration: underline;
}

a.videoLink:link, a.videoLink:visited 
{
	color: #cc0000;
	font-weight: bold;
}
a.videoLink:hover 
{
	color: #ff3333;
	font-weight: bold;
}

