/* 
 * Actv8 Layout Styles and the Design Stylesheet
 * @author Will (will@silverstripe)
 * @date 12/03/2008

 * Note that I did not write this stylesheet. It was done
 * by another developer who left it as a mess then I cleaned 
 * it up and ported it over to SilverStripe.
	
 * Hence the crazy styles.
 */

/* Main Styles
-------------------------------- */
* {
	padding:0;
	margin:0;
}
body {
	background: #4f4f4f url(../images/bgfill.jpg) repeat-x;
	font-family: Verdana, Tahoma, sans-serif;
}
a img {
	border-color: #000;
}
/* Basic Typography (Don't want this in the cms)
----------------------------------- */
p {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
	color: #fff;
}
h3 {
	margin-bottom: 8px;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}
h5 {
	display:block;
	font-size:0.83em;
	font-weight:bold;
	color: #FFF;
}
a {
	color: #7db7df;
	text-decoration: none;
}
a:hover {
	color: #7db7df;
	text-decoration: underline;
}

/* Header Styling
---------------------------------- */
h1#Logo {
	display: block;
	width: 286px;
	height: 175px;
	margin: 0px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9000px;
}

/* Site Layout
--------------------------------- */
#Container {
	margin: 10px auto 0 auto;
	width:948px;
	padding:0px;
}


#Content {
	float:left;
	width:433px;
	padding-bottom: 100px;
	overflow: hidden;
	background: #2F2B2A url(../images/showcasefill2.jpg) repeat-x left bottom;
	display: block;
	color:#ffffff;
}
.typography {
	margin: 15px;
	clear: left;
	padding-top: 15px;
	colour:#ffffff;
	font:normal 11px/15px  Verdana, Arial, Helvetica, sans-serif;
}



/* Content Styling
--------------------------------- */


#Content h1.title {
	text-align:left;
	background:#a8e775;
	padding: 5px 20px 5px 11px;
	border-top:2px solid #6da83d;
	border-bottom:2px solid #97e956;
	float:left;
	width:402px;
	margin: 0;
	font-size: 16px;
	color:#003d66;
	font-weight:bold;
}


.btitle {
	text-align:left;
	background-color:#333333;
	padding:5px 20px 5px 11px;
	border-top:2px solid #6da83d;
	border-bottom:2px solid #666666;
	float:left;
	width:402px;
	color:white;
	font-weight:bold;
}
.btitle a:link, .btitle a:visited
{
color:white;
font-weight:bold;
}

.titleunder
{
font-size:0.8em;
text-align:left;
background:#515151;
padding: 5px 20px 5px 11px;
border-top:2px solid #646464;
border-bottom:2px solid #646464;
float:left;
width:402px;
color:#CCCCCC;
font-weight:bold;
}
.titledescription
{
color:#003d66;
font-weight:bold;
}
.table
{
float:left;
}
.firsttd
{
padding:5px 5px 5px 5px;
background-color:#CC99CC;
color:white;
border:1px solid #561D6B;
font-weight:bold;
}
.secondtd
{
padding:5px 5px 5px 5px;
background-color:white;
border:1px solid #561D6B;
}





/* Dropdown menu seen on quite a few of the pages
-------------------------------------------------- */
.menudad {
	float:left;
	background-color:#aa4580;
	width:433px;
	border-top:2px solid #6da83d;
}
.menutitle {
	text-align:center;
	font-size:0.8em;
	color:white;
	font-weight:bold;
	padding:6px 10px 0px 0px;
	float:left;
	background-color:#aa4580;
	width:140px;
}
.arrow {
	float:left;
}
.menu {
	text-align:left;
	float:left;
	width:180px; 
	font-size:0.7em;
	position:relative;
	z-index:100;
	font-weight:bold;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:150px;
}

.menu li {
	float:left;
	width:180px;
	position:relative;
}

.menu a {
	display:block;
	text-decoration:underline;
	color:#fff; 
	width:169px; 
	height:30px; 
	border-bottom:1px solid #ab4c84;
	background:#aa4580;
	padding-left:10px; 	
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:180px;
w\idth:169px;
text-decoration:underline;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:180px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:180px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#aa4580; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:159px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:180px;
w\idth:159px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#d277ad;
}
/* fiefox */
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#d277ad;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/*///////////////////////////////////////*/
.bluetitles
{
color:#b3d2ff;
}
/*///////////////////////////////////////*/
.topad
{
border:5px solid black;
float:left;
margin-left:1px;
width:936px;
height:120px;
text-align:center;
}

.logo
{
float:left;
}
.banner
{
float:left;
}

/* Site main Navigation 
------------------------------------- */
#Navigation {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.7em;
	line-height:16px;
	color:#FFFFFF;
	float:left;
	width:180px;
	background-color: #934873;
}
#Navigation ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
	#Navigation li {
		list-style: none;
		margin: 0;
		display: block;
		padding: 0;
		width: 100%;
	}
		#Menu1 li a{
			color:#FFFFFF;
			display: block;
			text-decoration:none;
			padding:6px 6px 6px 6px;
			margin: 0;
			background-color:#aa4581;
			border-bottom:1px dashed #adaea9;
		}
		#Menu1 li a:hover {
			border:none;
			border-bottom:1px dashed #adaea9;
			background-color:#d277ad;
		}
		#Menu1 li a.current,
		#Menu1 a.section,
		#Menu1 a.current:hover,
		#Menu1 a.section:hover {
			background-color:#8e3a6c;
			border-bottom:1px dashed #adaea9;
		}

/* This is the TXT Tunes styling */
.name_class{
	height:15px;
	overflow:hidden;
	width:140px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}
.artist_class{
	height:13px;
	overflow:hidden;
	font-size:10px;
	float:left;
	width:140px;
	margin:0;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
}
.position_class{
	font-size:10px;
	float:left;
	width:15px;
	height:40px;
	color:#b3d2ff;
	padding: 3px 3px 0 0;
	text-align:left;
}
#Navigation li.song_class{
	float:left;
	color:#ffffff;
	margin: 2px 0px 0 0px;
	padding: 0 0 2px 4px;
	width: 176px;
	border-bottom:1px solid white;
}

.download_class{
	font-size:10px;
	color:#b3d2ff;
	text-align:left;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.poll-result
{
font-weight:normal;
}
.poll-q
{
}
.number
{
color:#00FF00;
}
.polllogo
{
display:none;
margin-bottom:0px;
float:left;
}
.lowertile
{
display:none;
margin-bottom:0px;
float:left;
}

.polllogohome
{
margin-bottom:0px;
float:left;
}
.poll
{
display:none;
width:168px;
float:left;
padding:6px 6px 6px 6px;
background-color:#934873;
font-size:0.9em;
}
.poll a:link, .poll a:visited
{
color:#b3d2ff;
}
.poll a:hover
{
color:white;
}
.pollhome
{
background-color:#353535;
width:164px;
float:left;
padding:6px 6px 6px 6px;
font-size:10px;
color:white;
}
.pollhome a:link, .pollhome a:visited
{
color:#b3d2ff;
}
.pollhome a:hover
{
color:white;
}
.tuneslogo h3 a {
	width: 180px;
	height: 147px;
	float: left;
	background: #934873 url(../images/tuneslogo.jpg) no-repeat;
	border: none;
	margin: 0;
	text-indent: -9000px;
}
.tuneslogo a:link, .tuneslogo a:visited
{
border:none;
text-decoration:none;
}
.txt
{
float:left;
padding:6px 6px 6px 6px;
background-color:#934873;
width:168px;
font-size:11px;
display:block;
}
.txt a:link, .tuneslogo a:visited
{
color:white;
}
.txt a:hover
{
color:#97CBDF;
text-decoration:none;
}

.navblock
{
font-size:0px;
float:left;
width:180px;
background-image:url(../images/fillpurple2.jpg);
background-repeat:repeat-x;
height:136px;
}
.fix
{
float:left;
width:1px;
height:0px;
line-height:0px;
visibility:hidden;
margin-right:-3px;
}

/* Green Box at the top of the content
------------------------------------------------ */
.greenBox {
	background-color: #83ca4a;
	overflow:hidden;	
}
#Content .greenBox p {
	color: #000;
	font-size: 13px;
	width: 186px;
	line-height: 16px;
	padding: 0 0 0 7px;
}
#Content .greenBox p.date {
	color: #003D66;
	margin-bottom: 12px;
	font-size: 10px;
}
#Content .greenBox h1 {
	padding:40px 10px 0px 10px;
	display: block;
}
#Content .greenBox h1 a {
	width:192px;
	font-weight:bolder;
	color: #000;
	float:left;
	margin: 0;
	font-size: 16px;	
	margin: 0 0 16px 0;
}
#Content .greenBox p strong {
	font-weight: normal;
	color: #000;
}
#Content #Latest h1 {
	padding:20px 10px 0px 10px;
	display: block;
	clear: left;
}
.greenright {
	float: right;
	width: 201px;
}
.greenleftimage {
	float:left;
}
.greentop {
	float:left;
	height: 17px;
}
.greenimage {
	width:174px;
	height: 162px;
	float:left;
	background-color:#990000;
}
.greenrightimage {
	float:left;
	height: 168px;
}
.greenbottom {
	margin-top: -5px;
	float: left;
}
.greenmore {
	clear: both;
}
.greenleft08 {
	background-color:#83ca4a;
	width:423px;
	height:214px;
	float:left;
}
.greenleft08 .headercontent p { 
	float:left;
	padding:0px 10px 10px 10px;
	font-size:0.8em; font-style:normal;
	color:white;
	line-height:1.5em;
}
.greenheaderimage {
	background-color:#83ca4a;
	width:423px;
	float:left;
}
.greenright08 {
	background-color:#83ca4a;
	width:10px;
	height:214px;
	float:left;
}
.greenleft08low {
	background-color:#83ca4a;
	width:423px;
	float:left;
}

/* -- */
#HowTo .latestlist1 h3.listtitle a,
#LearningCurve .latestlist1 h3.listtitle a {
	color: #fff;
}
#DownTime .latestlist1 h3.listtitle a {
	color: #E8AA19;
}
#Careers .latestlist1 h3.listtitle a {
	color: #7db7df;
}
/* -- */

/* Blog Styling
-------------------------------- */
.bloggerlist {
	float:left;
	width:433px;
	background-color:#2f2b2a;
}
	.bloggerlist img {
		border: 2px solid #fff;
	}
.bloggerlist1 {
	text-align:center;
	background-color:#2f2b2a;	
	font-size:0.6em;
	color:white;
	float:left;
	padding:10px 10px 10px 10px;
}

.bloggerInfo {
	display: block;
	padding-top: 10px;
	text-align: center;
}
	.bloggerInfo a {
		display: block;
	}
.bloggerlist1 a:link, .bloggerlist1 a:visited
{
color:white;
font-weight:bold;
}
.blogwave
{
width:433px;
border-top:4px solid #353535;
float:left;
}
.blog
{
background-color:#2f2b2a;
width:433px;
border-top:4px solid #353535;
float:left;
}
.blogimage {
	float: left;
	border:1px solid gray;
}
.blog a:link, .blog a:visited
{
color:#3acee8;
}
.blogtop
{
font-size:0px;
float:left;
width:433px;
background-color:#2f2b2a;
height:10px;
}
.blogleft
{
float:left;
width:10px;
background-color:#2f2b2a;
height:10px;
}

.blogtitle
{
width:236px;
padding:8px 0px 5px 10px;
font-size:0.8em;
font-weight:bold;
color:#3acee8;
float:left;
background-color:#2f2b2a;
}
.blogdate
{
width:50px;
padding:11px 35px 0px 0px;
font-size:0.6em;
font-weight:bold;
color:#3acee8;
float:right;
text-align:right;
background-color:#2f2b2a;
}
.blogcontent
{
width:321px;
padding:4px 10px 0px 10px;
font-size:0.7em;
color:white;
float:left;
background-color:#2f2b2a;
}
/*//////////////////////////////////////////////////////////////////////////////////////*/
.careerprev
{
height:13px;
text-align:left;
padding:6px 0px 6px 30px;
float:left;
background-color:#aa4580;
width:170px;
background-color:#2f2b2a;
color:#83ca4a;
font-size:0.7em;
font-weight:bold;
}
.careernext
{
height:13px;
text-align:right;
padding:6px 30px 6px 0px;
float:right;
background-color:#aa4580;
width:203px;
background-color:#2f2b2a;
color:#83ca4a;
font-size:0.7em;
font-weight:bold;
}
.latestlist1
{
border-top:4px solid #353535;
float:left;
width:433px;
background-color:#2f2b2a;
}
/*//////////////////////////////////////////*/
.latestlist1 a:link, .latestlist1 a:visited, .careernext a:link, .careernext a:visited, .careerprev a:link, .careerprev a:visited
{
color:#83ca4a;
text-decoration:none;
}
.latestlist1 a:hover, .careernext a:hover, .careerprev a:hover
{
text-decoration:underline;
}
/*//////////////////////////////////////////*/

.latestlist2
{
border-top:4px solid #353535;
float:left;
width:433px;
height:100px;
background-color:#2f2b2a;
}
.polllist3
{
float:left;
width:433px;
height:200px;
background-color:#2f2b2a;
border-bottom:3px solid #353535;
padding-bottom:5px;
}
/*//////////////////////////////////////////*/
.latestlist2 a:link, .latestlist2 a:visited, .careernext a:link, .careernext a:visited, .careerprev a:link, .careerprev a:visited
{
color:#dfdfc5;
text-decoration:none;
}
.latestlist2 a:hover, .careernext a:hover, .careerprev a:hover
{
text-decoration:underline;
}
.polllist3 a:link, .polllist3 a:visited, .polllist3 a:link, .polllist3 a:visited, .polllist3 a:link, .polllist3 a:visited
{
color:#dfdfc5;
text-decoration:none;
}
.polllist3 a:hover, .polllist3 a:hover, .polllist3 a:hover
{
text-decoration:underline;
}
/*//////////////////////////////////////////*/

.latestlist3
{
border-top:4px solid #353535;
float:left;
width:433px;
height:100px;
background-color:#2f2b2a;
}
/*//////////////////////////////////////////*/
.latestlist3 a:link, .latestlist3 a:visited, .careernext a:link, .careernext a:visited, .careerprev a:link, .careerprev a:visited
{
color:#e8aa19;
text-decoration:none;
}
.latestlist3 a:hover, .careernext a:hover, .careerprev a:hover
{
text-decoration:underline;
}
/*//////////////////////////////////////////*/

.latestlist4
{
border-top:4px solid #353535;
float:left;
width:433px;
height:100px;
background-color:#2f2b2a;
}
/*//////////////////////////////////////////*/
.latestlist4 a:link, .latestlist4 a:visited, .careernext a:link, .careernext a:visited, .careerprev a:link, .careerprev a:visited
{
color:#7db7df;
text-decoration:none;
}
.latestlist4 a:hover, .careernext a:hover, .careerprev a:hover
{
text-decoration:underline;
}
/*//////////////////////////////////////////*/

.latestlist5
{
border-top:4px solid #353535;
float:left;
width:433px;
height:100px;
background-color:#2f2b2a;
}

/*//////////////////////////////////////////*/
.dotted strong {
	color: #fff;
}
.dotted .art_titlep {
	color:#7DB7DF;
	font-weight:bold;
}

.radio {
	text-decoration:none;
	background-color:#934873;
	border:none;
}

/* List of all the children pages 
---------------------------------------------------- */
.latestlist1 h3.listtitle {
	padding:20px 10px 0px 12px;
	font-weight:bold;
	color:#83ca4a;
	width:328px;
	float:left;
	font-size:0.9em;
}

.latestlist1 p.listdate	{
	padding: 22px 0px 0px 0px;
	font-weight: bold;
	color: #83ca4a;
	float: right;
	font-size: 0.6em;
	width: 83px;
}
.latestlist1 p {
	padding:0px 12px 12px 12px;
	color:#FFFFFF;
	float:left;
	font-size:0.7em;
}
.listfill
{
width:433px;
height:100px;
background-image:url(../images/showcasefill2.jpg);
float:left;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.compcareers {
	display:none;
	width:433px;
	height:15px;
	float:left;
}
.comp {
	width:433px;
	float:left;
	background-image:url(../images/scanfill.jpg);
}/*
.comptop {
	width:433px;
	height:15px;
	background-image:url(../images/scanfill.jpg);
	float:left;
}
.compbottom {
	width:433px;
	height:15px;
	background-image:url(../images/scanfill.jpg);
	float:left;
}
.compleft {
	width:15px;
	height:150px;
	background-image:url(../images/scanfill.jpg);
	float:left;
}
.compright {
	width:25px;
	height:150px;
	background-image:url(../images/scanfill.jpg);
	float:right;
}*/
.compContainer {
	width: 400px;
	float: left;
	background: #4E6972;
	margin: 10px 0 10px 14px;
}
.compimage {
	padding:10px 10px 10px 10px;
	width:98px;
	background-color:#4e6972;
	float:left;
}
.comptitle {
	font-weight:bold;
	font-size:0.9em;
	padding:10px 10px 0px 10px;
	width:255px;
	background-color:#4e6972;
	float:right;
	color:#e8aa19;
}
.compcontent {
	font-weight:normal;
	font-size:0.8em;
	float:left;
	color:white;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.mediawave
{
width:216px;
float:left;
}
.profileswave
{
width:216px;
float:left;
}
.mediaimage
{
border:2px solid #333333;
padding: 10px 10px 10px 15px;
float:left;
background-color:#2f2b2a;
width:186px;
border-right:none;
}
.profileimage
{
border:2px solid #333333;
padding: 10px 4px 10px 21px;
float:left;
background-color:#2f2b2a;
width:193px;
border-left:none;
}
.mediatitle
{
font-size:0.7em;
color:white;
padding: 5px 10px 10px 15px;
float:left;
background-color:#2f2b2a;
width:196px;
text-decoration:none;
}
.mediatitle a:link, .mediatitle a:visited
{
font-weight:bold;
color:white;
text-decoration:none;
}
.mediatitle a:hover
{
font-weight:bold;
color:white;
text-decoration:underline;
}
.profiletitle
{
text-align:right;
font-size:0.7em;
color:white;
padding: 5px 18px 10px 10px;
float:left;
background-color:#2f2b2a;
width:184px;
text-decoration:none;
}
.profiletitle a:link, .profiletitle a:visited
{
font-weight:bold;
color:white;
text-decoration:none;
}
.profiletitle a:hover
{
font-weight:bold;
color:white;
text-decoration:underline;
}
.mediafill
{
width:433px;
height:50px;
background-image:url(../images/mediafill.jpg);
float:left;
}
/* Sidebar Styling.
---------------------------------------------- */
#Sidebar a:link {
	color:black;
	text-decoration:none;
}
#Sidebar a:visited{
	color:black;
	text-decoration:none;
}
#Sidebar a:hover{
	text-decoration:underline;
}
.howto {
	width:158px;
	float:left;
	background-color:#dfdfc5;
}
.comp_howto {
	width:158px;
	float:left;
	background-color:#dfdfc5;
}
.comp_howto h4 {
	float:left;
	font-size:0.8em;
	font-weight:bold;
	color:#8e3a6c;
	padding:10px 10px 10px 10px;
	width: 100%;
	border-top:1px dashed black;
}

.comp_howto p {
	float:left;
	font-size:0.7em;
	color: #000;
	font-weight:normal;
	padding:7px;
}
.comp_howto h5 {
	float:left;
	font-size:0.7em;
	font-weight:bold;
	padding:5px 5px 5px 10px;
}
.comphowtoimage {
	margin: 0 auto;
}

.howtoleft {
	float:left;
}
.howtowave {
	float:left;
}
.howtoimage
{
border:3px solid #302c2d;
float:left;
}
.howto ul {
	display: block;
	margin: 0;
	clear: left;
}
	.howto li {
		list-style: none;
		display: block;
	}
	.howto li a {
		display: block;
		font-size:0.7em;
		font-weight:bold;
		padding:10px 10px 10px 10px;
		border-bottom:1px dashed black;
		width:138px;
	}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.advert2
{
float:left;
width:176px;
}
.advert2top
{
float:left;
width:176px;
background-image:url(../images/scanfill.jpg);
height:15px;
}
.advert2left
{
float:left;
width:10px;
background-image:url(../images/scanfill.jpg);
height:613px;
}
.advert2image
{
float:left;
width:156px;
height:613px;
}
.advert2right
{
float:left;
width:10px;
background-image:url(../images/scanfill.jpg);
height:613px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.downtime{
float:left;
width:158px;
background-color:#e8aa19;
}
.downtimeleft
{
width:10px;
float:left;
height:153px;
background-color:#e8aa19;
}
.downtimeimage{
float:left;
border:3px solid #302c2d;
}
.downtimetitle
{
float:left;
font-size:0.7em;
font-weight:bold;
padding:10px 10px 10px 10px;
border-bottom:1px dashed black;
width:138px;
}
.downtimemore
{
float:left;
font-size:0.7em;
font-weight:bold;
padding:10px 10px 10px 10px;
width:138px;
color:#a9467f;}
.orangefill
{
width:158px;
height:150px;
background-image:url(../images/orangefill.jpg);
float:left;
}
.compfill
{
width:158px;
height:150px;
background-image:url(../images/compfill.jpg);
float:left;
}
.showcasecontent
{
background-color:#353535;
float:left;
font-size:0.7em;
font-weight:bold;
padding:5px 10px 5px 15px;
width:151px;
color:white;
border-bottom:4px solid #353535;
}
.showcasemore
{
float:left;
font-size:0.7em;
font-weight:bold;
padding:5px 10px 5px 15px;
width:151px;
color:#83ca4a;
background-color:#353535;
}
.showcasemore a:link, .showcase a:visited
{
color:#83ca4a;
}
.showcasefill
{
width:176px;  
height:100px;
background-image:url(../images/showcasefill.jpg);
float:left;
}
.showcasefill2
{
width:433px;  
height:100px;
background-image:url(../images/showcasefill2.jpg);
float:left;
}
.showcasefill3
{
width:433px;  
height:100px;
background-image:url(../images/showcasefill3.jpg);
float:left;
}

/* Competition Page
----------------------------- */
#CompetitionThings h3 {
	color:#7db7df;
	font-weight:bold;
	font-size: 13px;
}
#CompetitionThings img {
	border: none;
}

.search
{
text-align:left;
background-color:#83ca4a;
float:left;
width:418px;
height:18px;
font-size:0.6em;
font-weight:bold;
padding: 5px 10px 8px 5px;
color:white;
}
.search a:link, .search a:visited
{
color:white;
text-decoration:none;
}
.search a:hover
{
text-decoration:underline;
}
input { 
 background-color:none;
 font-size:0.9em;
 padding:2px 2px 2px 2px;
 color:#333333;
 font-weight:bold;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.article
{
padding:10px 10px 10px 10px;
width:413px;
float:left;
min-height:200px;
background-color:#dfdfc5;
font-size:0.71em;
line-height:20px;
}
.article a:link,  .article a:visited
{
font-weight:bold;
text-decoration:underline;
}
.article a:hover
{
color:#695f9b
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.articled
{
padding:10px 10px 10px 10px;
width:413px;
float:left;
min-height:200px;
background-color:#2f2b2a;
font-size:0.71em;
line-height:20px;
color:#CCCCCC;
}
.articled a:link,  .articled a:visited
{
color:#e8aa19;
font-weight:bold;
}
.articled a:hover
{
text-decoration:underline;
}
.art_titled
{
color:#e8aa19;
font-weight:bold;
}
.art_captiond
{
color:white;
font-weight:bold;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.articleb
{
padding:10px 10px 10px 10px;
width:413px;
float:left;
min-height:200px;
background-color:#EFEFEF;
font-size:0.71em;
line-height:20px;
color:black;
}
.articleb a:link,  .articleb a:visited
{
color:#e8aa19;
font-weight:bold;
}
.articledb a:hover
{
text-decoration:underline;
}
.art_titleb
{
color:#0099FF;
font-weight:bold;
}
.art_captionb
{
color:white;
font-weight:bold;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.articlep
{
padding:10px 10px 10px 10px;
width:413px;
float:left;
min-height:200px;
background-color:#2f2b2a;
font-size:0.71em;
line-height:20px;
color:#CCCCCC;
}
.articlep a:link,  .articlep a:visited
{
color:#7db7df;
font-weight:bold;
}
.articlep a:hover
{
text-decoration:underline;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.articlec
{
padding:10px 10px 10px 10px;
width:413px;
float:left;
min-height:200px;
background-color:#2f2b2a;
font-size:0.71em;
line-height:20px;
color:#CCCCCC;
}
.articlec a:link,  .articlec a:visited
{
color:#83ca4a;
font-weight:bold;
}
.articlec a:hover
{
text-decoration:underline;
}
.art_titlec
{
color:#83ca4a;
font-weight:bold;
}
.art_captionc
{
color:white;
font-weight:bold;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.art_title
{
color:#80368f;
font-weight:bold;
}
.art_caption
{
color:#332741;
font-weight:bold;
}
.art_imglong
{
width:399px;
margin-right:5px;
margin-bottom:10px;
margin-top:10px;
}
.art_img
{
margin-top:10px;
float:left;
margin-right:5px;
margin-bottom:5px;
border:2px solid #7db7df;
}
*html .art_img{
margin-right:1px;
}
.art_imgb
{
margin-top:5px;
float:left;
margin-right:10px;
margin-bottom:5px;
border:2px solid #7db7df;
}

.art_imgnoborder
{
margin-top:5px;
float:left;
margin-right:10px;
margin-bottom:5px;
border:none;
}

.art_imgright
{
margin-top:10px;
float:right;
margin-left:5px;
margin-bottom:5px;
border:2px solid #7db7df;
}

*html .art_imgb{
margin-right:1px;
}
.top
{
text-align:right;
color:#332741;
font-weight:bold;
font-size:0.9em;
}
.top a:link, .top a:visited
{
color:#80368f;
text-decoration:none;
}
.top a:hover
{
text-decoration:underline;
}
.howtofill
{
background-image:url(../images/howtofill.jpg);
background-repeat:repeat-x;
width:433px;
height:120px;
float:left;
}
.mediafill
{
background-image:url(../images/mediafill.jpg);
background-repeat:repeat-x;
width:433px;
height:120px;
float:left;
}
.dotted
{
padding:10px 0px 10px 0px;
float:left;
width:400px;
border-bottom:1px dashed #515151;
margin-top:5px;
margin-bottom:10px;
}
.showcaseitem
{
width:104px;
float:left;
text-align:center;
margin-left:24px;
margin-top:15px;
}
.showcasethumb
{
width:104px;
float:left;
padding:0px 0px 0px 0px;
border:1px solid white;
margin-bottom:0px;
}
.showcasetitle
{
width:100px;
float:left;
text-align:left;
font-size:0.8em;
padding:0px 0px 0px 4px;
font-weight:bold;
color:black;
background-color:#B6E4E7;
border-bottom:1px solid white;
border-left:1px solid white;
border-right:1px solid white;
}
.showcasetitle a:link, .showcasetitle a:visited
{
font-weight:bold;
color:black;
background-color:#B6E4E7;
}
.showcasetitle a:hover
{
font-weight:bold;
color:black;
}
.showcasetitle hover
{
color:black;
}
.showcasefrom
{
float:left;
text-align:left;
font-size:0.8em;
padding:0px 3px 0px 4px;
font-weight:bold;
}
.showcaseauthor
{
float:left;
text-align:left;
font-size:0.8em;
padding:0px 0px 0px 0px;
}
.showcasetype
{
width:104px;
float:left;
text-align:left;
font-size:0.8em;
padding:0px 0px 0px 4px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.dotted_competition

{

padding:3px 0px 10px 0px;

float:left;

width:400px;

border-bottom:1px dashed #515151;

margin-top:0px;

margin-bottom:10px;

}

.dotted_competition_with_image

{

padding:3px 0px 10px 0px;

float:left;

width:240px;

border-bottom:1px dashed #515151;

margin-top:0px;

margin-bottom:10px;

}

.competition_image

{

padding-left:5px;

float:right;

width:160px;

color:#7ab740;

}

.competition_green_bold

{

font-weight:bold;

}

.competition_bold_underlined

{

font-weight:bold;

text-decoration:underline;

color:#7ab740;

}

.competition_bold

{

font-weight:bold;

color:#7ab740;

}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.menupink {color: #FFCCFF}

.eventstitle
{
text-align:left;
background:#CCFF00;
padding: 0px 10px 0px 10px;
border-top:2px solid #6da83d;
border-bottom:2px solid #97e956;
float:left;
width:402px;
color:#003d66;
font-weight:bold;
}

.totop {font-size:9px; font-style:normal; width:60px; float:right;}

.titlesub
{
color:#006600;
font-weight:normal; 
font-size:11px;
}

/* Latest News in the Latest Article
--------------------------------------------- */
.thisissue {
	background-color:#2f2b2a;
	width:433px;
	border-top:4px solid #353535;
	float:left;
}
.thisissue h3 {
	font-size: 12px;
	margin: 2px 0 8px 0;
	color: #3ACEE8;
}
.issuestrip {
	float:left;
	width:433px;
	height:10px;
}
.issueleftlong {
	background-color:#2F2B2A;
	float:left;
	font-size:0px;
	height:10px;
	width:230px;
}
.issueleft {
	float:left;
	width:180px;
}
.issueContent {
	width:233px;
	padding:10px 10px 0px 10px;
	float:left;
}
.issueContentShort {
	background-color:#2F2B2A;
	float:left;
	padding:10px 10px 0 10px;
	width:180px;
}

.issueleftwide {
	width: 433px;
}
.issueContentWide {
	margin: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.greenheaderimage
{
background-color:#83ca4a;
width:423px;
float:left;
}


