/* Cascading style sheet for City of Dunedin 
.Choir web site */
body {
	font-family: verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-image: url(../images/diaglineblue.gif);
	background-color: #001178;
}

/*Content links*/
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #009;
}

a:visited{
	color: #c33;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
 	color: #009;
	text-decoration: underline;
}

/*Appearance of linked images*/
a img, a:visited img, img {
	border-style: none;
}

/*Appearance of Navigation box links*/
#navbox a {
	text-decoration: none;
}

#navbox a:link{
	text-decoration: none;
}

#navbox a:visited{
	text-decoration: none;
}

#navbox a:hover{
	text-decoration: none;
}

#navbox a:active{
	text-decoration: none;
}

/* Text formatting*/		
h1 {
	font-size: x-large;
	font-weight: normal;
	color: #009;
	background-color: #fff;
	margin: 5px 7px 5px 7px;
	text-align: center;
}
h2 {
	font-size: medium;
	color: #009;
	background-color: #fff;
}
h3 {
	font-size: small;
	color: #009;
	background-color: #fff;
}
p {
	font-size: small;
}
acronym {
	border: none;
	font-style: normal;
}
abbr {
	border: none;
}
.shout {
	font-size: medium;
	color: #903;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	width: 200px;
	text-align: center;
	border: 1px dotted #009;
}	

.center {
	font-size: smaller;
	text-align: center;
} /*Use for content centered in container.*/

.rightalign {
	text-align: right;
}

.leftalign {
	text-align: left;
}

.justify {
	text-align: justify;
}

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

.small{
	font-size: small;
}

.xsmall{
	font-size: x-small;
}

.large{
	font-size: 15px;
}

.noscript {
	font-size: x-small;
	color: #000;
	background-color: #fff;
}

.italic {
	font-style: italic;
}

.redtext {
	color: #f00;
	background-color: #fff;
}

.bold {
	font-weight: bold;
}

.indent30 {
	margin-left: 30px;
}

/*LAYOUT divisions*/

#container {
	width: 804px;
	margin: 0 auto 0 auto;
} /* This is the outer content container. */

#toplinksbox {
	width: 800px;
	text-align: right;
	font-size: 10px;	
}

#titlebox {
	width: 804px;
	position: absolute;
	top: 13px;
	height: 135px;	
	text-align: right;
	color: #000;
	background-color: #fff3e2;	
	border: 1px solid #009;
} /* This is the container for the company logo banner. */

#titleboxmenu {
	margin: 15px 10px auto 704px;
	font-size: 11px; 
} /* This is the container for the menu in the titlebox. */

#navbox {
	width: 806px;
	position: absolute;
	top: 150px;
	height: 24px;
	text-align: center;
	z-index: 5;
	background-color: #001178;
	color: #000;
}

#content {
	width: 784px;
	position: absolute;
	top: 174px;
	text-align: left;
	color: #000;
	background-color: #fff3e2;
	padding: 10px 10px 0 10px;
	border: 1px solid #009;
	z-index: 1;
}

/* The following styles are for the layout 
of the two boxes on the home page. */

#divleft {
	width: 374px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #009;
	padding: 10px;
}

#divright {	
	width: 355px;
	position: absolute;
	top: 10px;
	left: 416px;
	background-color: #fff;
	color: #000;
	border: 1px dotted #009;
	padding: 10px;
}

/* Footer layout style. */
#footer {
	width: 803px;
	color: #000;
	background-color: #fff3e2;	
	text-align: center;
	margin: 10px -10px 0 -10px;
}

/* The following styles are for one content box per page, 
or several content boxes one below the other. */

.contentdiv {
	width: 763px;
	background-color: #fff;
	color: #000;
	border: 1px dotted #009;
	padding: 10px;
} /* For the first box */

.contentdivnext {
	width: 763px;
	background-color: #fff;
	color: #000;
	margin-top: 10px;
	border: 1px dotted #009;
	padding: 10px;
} /* For all subsequent boxes */

.imgConcertList {
	float: left;
	width: 85px;
	text-align: center;
	margin-top: 5px;
}

.imgNews {
	float: left;
	width: 155px;
	text-align: center;
	margin-top: 5px;
}


/* The following styles are for the 2 boxes on the 
Concert page. */

#divconcert {
	width: 495px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #000;
	border: 1px dotted #009;
	padding: 10px;
}

#divtickets {
	width: 230px;
	position: absolute;
	top: 10px;
	left: 539px;
	background-color: #fff;
	color: #000;
	border: 1px dotted #009;
	padding: 10px;
}

.smallbox {
	float: right;
	width: 250px;
	margin-left: 10px;
}/* Small box floating on right on tickets.html and singers.html. */		

.smallbox400 {
	float: right;
	width: 400px;
	margin-left: 10px;
}/* Small box floating on right on history.html. */		

.border {
	border: 1px dotted #009;
	padding: 10px;
	text-align: justify;
}/* Paragraph box used on tickets.html. */	


/* Appearance of bullets and lists. */
ul.nobullet {
	font-size: small;
	list-style-type: none;
}

ul.bullet {
	font-size: small;
	list-style-type: circle;
}

/* Styles for tables. */
table {
	margin: 0 10px 0 10px;
	width: 740px;
	font-size: small;
}

td {
	border-bottom: 1px dotted #009;
	vertical-align: top;
}

/* Styles for table for committee on admin page. */
table.com {
	width: 400px;
}

/* Styles for table for ticket prices page. */
table.price {
	width: 300px;
	margin-left: 0;
	border: 1px dotted #009;
}
td.price {
	text-align: center;
	border: none;
} 