/********** GLOBAL ELEMENTS **********/

html {
  background: #96D045;
  text-align:center;
  font-family: Arial, Verdana, SansSerif;
  font-size:12px;
  line-height:normal;
  color:#fff;
}

body {
   width:802px;
   margin: 20px auto;
   text-align:left;
   background:#000 url(/urbanvoids/templates/competition_template_css/images/menu_bckgrnd.gif) repeat-y; 
}

td {
	vertical-align: top;
}

p {
    padding-left:10px;
    padding-right:10px;
}

hr {
	background       : #cccccc;
	height           : 1px;
	width            : 97%;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	text-indent: 10px;
}

h1 {
	
}


h2,
.contentheading {
	font-size:32px;
	font-weight:normal;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	line-height: 50px;
	color:#0b5263;
	vertical-align: bottom;
}

h3,
.header {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	line-height: 24px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color: #55c0da;
}

h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
  padding-left:10px;
  padding-right:10px;
}

ul {
	list-style-type: disc;
}

a:link, a:visited {
	color            : #96D045;
	text-decoration  : none;
	font-weight: bold;
}





a:active {
  color            : #90CCDA;
  text-decoration  : none;
}

/*********** HEADER **********/

div#header { 
   background:#96D045;
}

div#header a {
   height:0;
   padding:99px 0 0 0;
   margin:0;
   overflow:hidden;
   display:block;
   float:left;
   width:215px;
   background:url(/urbanvoids/templates/competition_template_css/images/landvisions1.gif) no-repeat;
}

div#header a:hover {
   background:url(/urbanvoids/templates/competition_template_css/images/landvisions2.gif) no-repeat;
}

div#header h1 {
   margin:0;
   padding:0;
}

div#header h1 a {
   font-size:1px;
   height:0;
   float:left;
   width:587px;
   padding:99px 0 0 0;
   margin:0;
   overflow:hidden;
   background-repeat:none;
   background-image:url(/urbanvoids/templates/competition_template_css/images/urbanvoids.gif);
}

div#header h1 a:hover {
  background-image:url(/urbanvoids/templates/competition_template_css/images/urbanvoids2.gif);
  text-decoration:none;
}





/*********** SIDEBAR **********/

div#nav {
	clear:both;
	float:left;
	width:215px;
    text-align: right;
}

div#nav ul#menu {
	margin:10px 23px 10px 10px;
	list-style:none;
	padding:0;
	color: #000000;
}

div#nav ul#menu li {
	margin:0;
	padding:0;
	color: #000000;

}

/***** login *****/


div#nav div#login {
	margin:15px 23px 15px 10px;
	color: #000000;
}

div#nav div#login h3 {
	font-size:12px;
	margin:0;
	padding:0;
	color: #000000;
	font-weight: bold;
}

div#nav div#login div {
	border:0;
	margin:0;
}


div#nav div#login p {
	margin:0;
    padding:0;
}

div#nav div#login input.inputbox {
  width:100px;
  color            : #000000;
  background-color : #ffffff;
  border           : 1px solid #000;
}

div#nav div#login a:link  {
	color: #0B5263;
}

div#nav div#login a:visited  {
	color: #0B5263;
}

div#nav div#login a:hover {
	color: #ffffff;
}


/***** logout *****/

div#nav div#logout {
	margin:15px 23px 15px 10px;
	color: #000000;
}

div#nav div#logout p {
	margin:0;
    padding:0;
}

/***** newsflash *****/
div#nav div#newsflash {
	margin:15px 23px 15px 10px;
	color: #000000;
	text-align: right;
}

div#nav div#newsflash h3 {
	padding-left:0;
    padding-right:0px;
	color: #000000;
}

div#nav div#newsflash p {
	margin:0;
    padding:0;
}

/***** partners *****/
div#nav div#partners {
 margin:15px 23px 15px 10px;
}

div#nav div#partners h4 {
	padding:0;
	margin:0;
	font-size:11px;
	text-align: right;
	color: #000000;

}

div#nav div#partners ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align: right;
}

div#nav div#partners ul li {
	padding:0;
	margin:0;
	text-align: right;
	color: #000000;
	font-weight: normal;


}

div#nav div#partners a:visited {
	padding:0;
	margin:0;
	text-align: right;
	color: #0B5263;
	font-weight: bold;
}


div#nav div#partners a:link {
	padding:0;
	margin:0;
	color: #0B5263;
	font-weight: bold;
}



div#nav div#partners a:hover {
	padding:0;
	margin:0;
	color: #ffffff;
	font-weight: bold;
}

div#nav div#partners a#vanalenLogo {
	display:block;
    height:0px;
    padding:80px 0 0 0;
    margin-top:1px;
    overflow:hidden;
    font-size:1px;
    background-position:right;
    background-image:url(/urbanvoids/templates/competition_template_css/images/van_alen_logo.gif);
    background-repeat:no-repeat;

}

div#nav div#partners a#vanalenLogo:hover {
    background-image:url(/urbanvoids/templates/competition_template_css/images/van_alen_logo_2.gif);
}

/*********** MAIN CONTENT **********/
div#content {
	width:587px;
	float:left;
	background:#000000;
}

div#content div { 
 margin:10px;
 padding:0;
}

div#content div.message { 
 margin:10px;
 padding:10px;
 color:#000;
 background:#ff6600;
}

/*********** FOOTER **********/
div#footer {
	clear:both;
	background: #96D045;
	padding:10px 0 0 0;
	font-size: 10px;
	line-height: normal;
}

div#footer p {
 padding:0;
 margin:0;
}


/*********** DOWNLOAD IMAGES W/BORDERS **********/
div#borders img {
border-width: 3px; 
border-color:#0b5263; 
border-style: solid;
} 

/********** GLOBAL CLASSES **********/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

.space {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 18px;
}

.title {
font-size: 24px;
font-weight: bold;
color:#CCCCCC;
}

.pathway {
    font-size: 30px;
    padding:0 0 0 5px;
}

a.pathway:link, a.pathway:visited {
  color            : #000000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration   : underline;
}

a.mainlevel:link, a.mainlevel:visited {
	color: #0B5263;
	background-position: right;
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
 }

a.mainlevel:active {
	color: #FFFFFF;
	background-position: right;
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
 }


a.mainlevel:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

a.sublevel:hover {
        color: #000000; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #CCCCCC; font-family: Arial, Verdana, SansSerif;
        font-weight: normal;
}


table.moduletable {
	margin: 0px;
	border: none;
	padding: 0px;
        }

table.moduletable th {
  font-size        : 12px;
  color            : #FFFFFF;
  text-align       : left;
  padding: 0px 0px 0px 11px;
  margin: 0px;

}

table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	border: 0px none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #FFFFFF;
}

.poll {
  font-family      : Arial, Verdana, SansSerif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


.sectiontableheader {
  background-color : #CCCCCC;
  color            : #7B8DA1;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}


.small {
  font-size        : 10px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
	margin: 0px;
	padding: 0px 10px;
}

.contentpaneopen {
	margin: 0px;
	padding: 0px 10px;
}

.componentheading {
	font-size        : 30px;
	font-weight      : normal;
	color            : #0B5263;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 45px;
}

.createdate {
  font-size        : 10px;
  color            : #999999;
}


.button {
	font-style       : normal;
	font-size        : 12px;
	font-weight      : bold;
	background-color : #FFFFFF;
	color            : #000000;
	border           : 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}


/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Arial, Verdana, SansSerif;
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Arial, Verdana, SansSerif;
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #7B8DA1;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
	background-color: #f0f0f0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* Text passed with mosmsg url parameter */
.message {
	font-weight: bold;
	background:#ff6600;
    color : #000;
	padding-left: 5px;
}



/* custom stuff */
.container
{
        border: solid;
        border-width: 1px;
        border-color: #efefef;
        background-color: White;
}
.boxes {
        border: solid;
        border-color: #efefef;
        border-width: 1px;

}


.readon {
	text-decoration: none;
	padding-left: 5px;
}

.bigText {
	font-family      : Arial, Verdana, SansSerif;
	font-size        : 18px;
	font-weight      : normal;
	color            : #FFFFFF;
	text-align       : left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}


/********** PAGE SPECIFIC STYLES **********/


/***** homepage*****/
body#home {
  background-color: #0b5263;
}



/***** contact form *****/

form#emailForm {
 margin:10px 0 0 0;
}

form#emailForm div {
 clear:both;
 padding:10px 0;
}

form#emailForm label {
 display:block;
 float:left;
 text-align:right;
 width:100px;
 padding:0 10px 0 0;
 line-height:20px;
}

form#emailForm input.inputbox {
 float:left;
 width:300px;
}

form#emailForm select {
 float:left;
}

form#emailForm textarea.inputbox {
 float:left;
 height:120px;
}

form#emailForm input.button {
 margin-left:110px;
}

/****** Advanced Registration Form *****/

form.advRegForm div{
 clear:both;
 padding:10px;
}

form.advRegForm h3, 
form.advRegForm p {
   clear:both;
}

form.advRegForm div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

form.advRegForm label {
 display:block;
 float:left;
 text-align:right;
 width:200px;
 padding:0 10px 0 0;
 line-height:25px;
}

form.advRegForm div.checkbox label {
 display:inline;
 width:default;
 float:none;
 padding:0;
 line-height:14px;
}

form.advRegForm input.inputbox {
 float:left;
 width:200px;
}

form.advRegForm div.advRegRequired label,
form.advRegForm p.advRegRequired {
  font-weight:bold;	
  color:#96D045;
}

form.advRegForm div.advRegRequired label.error {
  font-weight:bold;	
  color:#ff6600;
}

form.advRegForm .advRegRequired input {
}

form.advRegForm .advRegNormal {

}

iframe {
  background:#ccc;
}
