/*Styles used commonly - ie not dependent on layout or page type */
/**********************************/
/* taken from includes/header.php */
#header #includeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/header.jpg) no-repeat;
	height: 100px;
	width: 974px;
	padding: 0px;
}
#includeheader a:link {
	color: #FFF;
	text-decoration: none;
}
#includeheader a:visited {
	color: #FFF;
	text-decoration: none;
}
#includeheader a:hover {
	color: #FFF;
	text-decoration: underline;
}
#includeheader a:active {
	color: #FFF;
	text-decoration: none;
}
/*********************/
/* header login area */
#includeheader #login {
	padding-top: 70px;
	color: #FFF;
	width: 400px;
	float: right;
	font-weight: bold;
	
}

#includeheader #login .loggedin ul,
#includeheader #login .notloggedin ul {
	padding-left: 0px;
	font-size: 0.85em;
	padding-top: 0px;
	margin: 0.5em 0px 0px;
	text-align: right;
}
#includeheader #login .loggedin ul li,
#includeheader #login .notloggedin ul li{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}

/*Oval buttons
 *Credits: Dynamic Drive CSS Library 
 *URL: http://www.dynamicdrive.com/style/  */
div.ovalbutton{
	background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

div.ovalbutton{	/*, a:visited.ovalbutton, a:active.ovalbutton{*/
	color: #494949; /*button text color*/
}

div.ovalbutton span{
	background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	cursor:pointer; 
}

div.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

div.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}


/* rounded buttons -- alternative to above but not used */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(../images/button.gif) no-repeat right top; 
	padding-right:30px; 
	display:inline-block;
}

.round ins { 
	background:url(../images/button.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:30px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px;}
	

/* end rounded buttons */
div.image_delete {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
/* news article styles */
img.newsimage {
	float: left;
	margin: 0;
	padding: 0 20px 10px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img.newsimage {
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.newscontent p {
	font-size: 0.8em;
	padding: 0 0 0.5em 0;
	margin: 0;
}
.newscontent ul {
	font-size: 0.8em;
	padding: 1em 1em 1em 20px;
	margin: 0 0 0 20px;
}
.newscontent ul li {
	font-size: 1.0em;
	padding: 0 0 0.5em 0em;
	margin: 0 0 0 30px;
}
.newscontent h1 {
	font-size: 1.2em;
}
.newscontent h2 {
	font-size: 1.0em;
}
td.newscontent h2 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

.newsdate {
	font-size: 0.7em;
	color: #999;
	padding: 30px 0 10px 0;
}
table.newstable {


}
td.newscontent {
	margin: 0px;
	padding: 1em 5px;
}

/* div or td class for poll */
.poll  {
	border: 2px solid #CCC;
	float: left;
	width: 164px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
.poll .pollquestion {
	font-size: 0.7em;
	font-weight: bold;
}
.poll .pollanswers {
	font-size: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.poll .pollbutton {
	font-size: 0.8em;
}
.poll .pollthanks {
	font-size: 10px;
	color: #666;
	text-align: center;
}
	
.even {
	background-color: #FFF;
}
.odd {
	background-color: #EBEAF4;
}
table.invoice {
	font-size: 0.8em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table.invoice th {
	font-weight: bold;
	text-align: right;
	padding: 5px 8px 5px 5px;
}
table.invoice td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
p.comment {
	font-size: 0.8em;
	margin: 1em 0 1em 0;
	padding: 0;
}
table.invoice th,
table.invoice td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table.invoice td.nopad {
	font-weight: normal;
	text-align: left;
	padding: 0px;
}
.vsmall {
	font-size: 0.9em;
	font-weight: normal;
}
.noteright {
	font-size: 0.9em;
	font-weight: normal;
	float: right;
}
form input.input_required{
	border: 1px solid #006;
}
