/*-------------------------------------
Project: 
	phpbb WASO (Web and Accessibility Standards Overhaul) - 2.0.06
	(Based on phpbb 2.0.23 - http://phpbb.com)
File:
	screen-default.css
Media: 
	Screen
Date: 
	20 August 2005
Author:
	Marco Battilana
	Crazy Bat Designs - http://crazybat.ca
-------------------------------------*/
/*-------------------------------------
Global styles
-------------------------------------*/
html, body {
	color: #000;
	background: #ccc;
	font: 90%/125% Tahoma, sans-serif;
}
a {
	color: #333;
	background: transparent;
	font-weight: bold;
}
a:hover {
	color: #fff;
	background: #333;
}
a:active {
	color: #333;
	background: #fff;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #666;
}
caption {
	color: #fff;
	background: #fff;
	font-size: 0px;
	line-height: 0.1px;
}
cite {
	font-weight: bold;
	font-style: normal;
}
dl, dt, dd {
	margin: 0;
	padding: 2px 0;
}
em {
	color: #900;
	background: transparent;
	font-weight: bold;
	font-style: normal;
}
fieldset,
legend {
	margin: 0 0 5px 0;
	border: 0;
	padding: 0;	
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h2 {
	font-size: 1.2em;
}
hr {
	clear: both;
	width: 98%;
	height: 3px; 
	color: #fff;
    background: #fff;
	border: solid 1px #999;
}
img {
	border: 0;
}
input, select, option {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
label {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
}
ol, ul {
	margin: 0;
	border: 0;
	padding: 0;
}
.offleft,
.skip
{
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
.smallnote {
	font-size: 8px;
}
.highlight_ {
    background: #FFFF00;
	font-weight: bold;
}
/*-------------------------------------
Container styles
-------------------------------------*/
#container {
	width: 750px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}
/*-------------------------------------
Leftbar and Rightbar styles
-------------------------------------*/
#leftbar {
	position: absolute;
	margin: 0 0 0 -183px;
	width: 160px;
	overflow: hidden;
}
#rightbar {
	position: fixed;
	margin: 0 0 0 755px;
	width: 110px;
	overflow: hidden;
}
#banner_bayrak {
	position: absolute;
	margin: 17px 0 0 240px;
	width: 155px;
	height: 110px;
	overflow: hidden;
	background: url(/images/bayrak.gif) 50% 0% no-repeat;
}
/*-------------------------------------
Banner styles 
-------------------------------------*/
#banner {
	display: block;
	width: 750px;
	height: 100px;
	color: #333;
	background: url(../images/default-theme/banner-bg-elo.gif) 50% 0% no-repeat;
}
#banner h1 {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
#banner h2 {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
/*-------------------------------------
Toolbar styles 
-------------------------------------*/
#toolbar {
	float: right;
	position: relative;
	right: 20px;
	width: 320px;
	margin: -90px 0 0 0;
	border: 0;
	padding: 0;
}
#toolbar ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}
#toolbar ul li {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}
#toolbar ul li a {
	display: block;
	width: 80px;
	height: 40px;
}
#toolbar ul li#faq a {
	color: #333;
	background: url(../images/default-theme/nav-faq.gif) top left no-repeat;
}
#toolbar ul li#search a {
	color: #333;
	background: url(../images/default-theme/nav-search.gif) top left no-repeat;
}
#toolbar ul li#memberlist a {
	color: #333;
	background: url(../images/default-theme/nav-memberlist.gif) top left no-repeat;
}
#toolbar ul li#usergroups a {
	color: #333;
	background: url(../images/default-theme/nav-usergroups.gif) top left no-repeat;
}
#toolbar ul li#register a {
	color: #333;
	background: url(../images/default-theme/nav-register.gif) top left no-repeat;
}
#toolbar ul li#reklam a {
	color: #333;
	background: url(../images/default-theme/nav-reklam.gif) top left no-repeat;
}
#toolbar ul li#invite a {
	color: #333;
	background: url(../images/default-theme/nav-invite.gif) top left no-repeat;
}
#toolbar ul li#profile a {
	color: #333;
	background: url(../images/default-theme/nav-profile.gif) top left no-repeat;
}
#toolbar ul li#loginpm a {
	color: #333;
	background: url(../images/default-theme/nav-messages.gif) top left no-repeat;
}
#toolbar ul li#loginlogout a {
	color: #333;
	background: url(../images/default-theme/nav-logout.gif) top left no-repeat;
}
#toolbar ul li#loginlogin a {
	color: #333;
	background: url(../images/default-theme/nav-login.gif) top left no-repeat;
}
/*-------------------------------------
Style Switcher styles
-------------------------------------*/
#styleswitcher {
	padding-top: 60px;
    padding-left: 207px;
	float: left;
}
#styleswitcherlogout {
	padding-top: 70px;
    padding-left: 330px;
	float: left;
}
/*-------------------------------------
Content styles
-------------------------------------*/
#content {
	color: #000;
	background: #fff;
	margin: 0;
	border: 0;
	padding: 0;
}
#content #content-container {
	clear: both;
	margin: -10px 0 0 0;
	padding: 10px;
}
	/*----------
	Content Anchor styles
	----------*/
#content a {
	text-decoration: none;
	color: #333;
	background: transparent;
}
#content a:hover {
	color: #5AA286;
}
#content a:active {
	color: #FF1010;
}
#content a.sublink {
	font-size: 0.8em;
}
	/*----------
	Content Definition styles
	----------*/
#content dt,
#content dd {
	color: #333;
	background: #fff;
}
#content dt ul {
	margin: 0;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	padding: 2px 5px 0 5px;
}
#content dd {
	margin: 0 0 5px 0;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 0 5px 2px 0;
}
	/*----------
	Content Header styles
	----------*/
#content h3 {
	font: normal 1.0em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#content h4,
#content legend {
	color: #036;
	background: transparent;
	font: normal 1.5em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#content h4 a {
	color: #036;
	background: transparent;
	font-weight: normal;
}
#content h5 {
	margin: 5px 0 0 0;
	font-size: 1.0em;
}
	/*----------
	Content List styles
	----------*/
#content .highlights ul,
#content .highlights ol {
	margin: 0 0 0 30px;
}
#content .highlights ul {
	list-style: disc;
}
#content ul.inlinelist {
	margin: 0;
	list-style: none;
}
#content ul.inlinelist li {
	float: left;
	margin: 0 3px 0 0;
}
	/*/////-------------------------------------
	Content - IDs
	/*----------
	boxstatus ID
	- The style that displays the status of your inbox
	----------*/
#content #boxstatus {
	display: block;
	float: right;
	width: 170px;
	color: #333;
	background: #fff url(../images/default-theme/subtle-bg.gif) top left repeat;
	margin: 5px;
	border: solid 1px #036;
	padding: 5px;
	text-align: left;
}
#content #boxstatus img {
	border: solid 1px #333;
}	
	/*----------
	iconlegend ID
	- The style for the icon legends, both large and small
	----------*/
#content #iconlegend ul {
	list-style: none;
	width: 650px;
	margin: 0 auto;
}
#content #iconlegend ul li {
	display: block;
	float: left;	
	width: 215px;
	margin: 5px 0;
	padding: 2px 0;
	text-align: left;
}
#content .newposts {
	color: #000;
	background: url(../images/default-theme/newposts-2020.gif) center left no-repeat;
}
#content .hot {
	color: #000;
	background: url(../images/default-theme/nonewposts-pop-2020.gif) center left no-repeat;
}
#content .hotnewposts {
	color: #000;
	background: url(../images/default-theme/newposts-pop-2020.gif) center left no-repeat;
}
#content .nonewposts {
	color: #000;
	background: url(../images/default-theme/nonewposts-2020.gif) center left no-repeat;
}
#content .lockednew {
	color: #000;
	background: url(../images/default-theme/newposts-locked-2020.gif) center left no-repeat;
}
#content .locked {
	color: #000;
	background: url(../images/default-theme/locked-2020.gif) center left no-repeat;
}
#content .announcement {
	color: #000;
	background: url(../images/default-theme/announcement-2020.gif) center left no-repeat;
}
#content .announcementnew {
	color: #000;
	background: url(../images/default-theme/newposts-announcement-2020.gif) center left no-repeat;
}
#content .sticky {
	color: #000;
	background: url(../images/default-theme/sticky-2020.gif) center left no-repeat;
}
#content .stickynew {
	color: #000;
	background: url(../images/default-theme/newposts-sticky-2020.gif) center left no-repeat;
}
#content #iconlegend li span {
	margin: 0 0 0 25px;
}
#content span.newposts,
#content span.hot,
#content span.hotnewposts,
#content span.nonewposts,
#content span.lockednew,
#content span.locked,
#content span.announcement,
#content span.announcementnew,
#content span.sticky,
#content span.stickynew {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 3px 0 0;
}
#content #largeiconlegend ul  {
	width: 450px;
	height: 50px;
	margin: 0 auto;
	list-style: none;
}
#content #largeiconlegend ul li {
	float: left;
	text-align: center;
}	
#content #largeiconlegend span.iconlocked,
#content #largeiconlegend span.iconnewpostssub,
#content #largeiconlegend span.iconnonewpostssub,
#content #largeiconlegend span.iconnewposts,
#content #largeiconlegend span.iconnonewposts {
	display: block;
	width: 150px;
	height: 50px;
}
.usercolor {
	color: #900;
	background: transparent;
	font-weight: bold;
	font-style: normal;
}
	/*----------
	Content moderator ID
	- The style for the moderator commands
	----------*/
#content #moderatorcommands ul {
	list-style: none;
}
#content #moderatorcommands ul li {
	float: right;
}	
#content #moderatorcommands ul li a {
	display: block;
	width: 23px;
	height: 20px;
}	
#content #moderatorcommands ul li#moddelete a {
	color: #333;
	background: url(../images/default-theme/mod-deletetopic.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modmove a {
	color: #333;
	background: url(../images/default-theme/mod-movetopic.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modlock a {
	color: #333;
	background: url(../images/default-theme/mod-locktopic.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modunlock a {
	color: #333;
	background: url(../images/default-theme/mod-unlocktopic.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modsplit a {
	color: #333;
	background: url(../images/default-theme/mod-splittopic.gif) top left no-repeat;
}
	/*/////-------------------------------------
	Content - Classes
	/*----------
	Higlights class
	----------*/
/* Start Edit Notes MOD */
.edit-notes {
	border: solid 1px #999;
	margin: 0;
	margin-top: 10px;
}
.edit-note {
	text-align: left;
	font-size: 10px;
}
.edit-note a, .edit-note a:visited { color: #666; text-decoration: underline; }
.edit-note a:hover, .edit-note a:active { color: #FF1010; text-decoration: underline; }
.edit-note-mod-info { float: right; }
/* End Edit Notes MOD */
.online { color: #33CC00; font-weight: bold; font-size: 10px; }
.offline { font-size: 10px; }
#content .highlights {
	color: #000;
	background: #fff url(../images/default-theme/highlight-bg.gif) top left repeat-x;
	margin: 5px;
	border: solid 1px #ccc;
	padding: 5px;
}
#content .highlights-similar {
	float: right;
	color: #000;
	background: #FFF;
	margin: 5px;
	width: 350px;
	height: 280px;
}
#content .adsense-similar {
	float: left;
	color: #000;
	background: #FFF;
	margin: 5px;
	width: 336px;
	height: 280px;
}
#content .aciklama {
	float: left;
	color: #000;
	background: #000;
	width: 468px;
	height: 60px;
}
	/*----------
	Horiziontal rule thindivide class
	- The thin, white lines with a dark grey border
	----------*/
#content hr.thindivide {
	width: 100%;
	height: 1px; 
	color: #fff;
    background: #fff;
	border: solid 1px #ccc;
	padding: 0;
}
	/*----------
	Icon classes
	- Places the various icon images
	----------*/
#content .iconlocked,
#content .iconnewpostssub,
#content .iconnonewpostssub,
#content .iconnewposts,
#content .iconnonewposts {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}
#content .iconlocked {
	color: #333;
	background: url(../images/default-theme/locked-2020.gif) 50% 50% no-repeat;
}
#content .iconnewposts {
	color: #333;
	background: url(../images/default-theme/newposts-2020.gif) 50% 50% no-repeat;
}
#content .iconnonewposts {
	color: #333;
	background: url(../images/default-theme/nonewposts-2020.gif) 50% 50% no-repeat;
}
#content .iconnewpostssub {
	color: #333;
	background: url(../images/default-theme/newposts-2020.gif) 50% 50% no-repeat;
}
#content .iconnonewpostssub {
	color: #333;
	background: url(../images/default-theme/nonewposts-2020.gif) 50% 50% no-repeat;
}
#content .iconlocked strong,
#content .iconnewpostssub strong,
#content .iconnonewpostssub strong,
#content .iconnewposts strong,
#content .iconnonewposts strong {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
#content .latestpostlink {
	color: #333;
	padding: 0 3px;
	font-size: 0.9em;
}
#content .newestpostlink {
	color: #333;
	background: transparent url(../images/default-theme/subtle-bg.gif) top left repeat;
	border: solid 1px #ccc;
	padding: 0 3px;
	font-size: 0.9em;
}
	/*----------
	Forum specific classes
	- Makes up many of the style of elements throughout the forum
	----------*/
#content .smallnote {
	font-size: 0.8em;
}
#content .smallnote-arkabeyaz {
	font-size: 0.8em;
	background: #FFF;
}
#content .messageheader {
	padding: 5px 5px 0 5px
}
#content .messagebody {
	padding: 0 5px 5px 5px;
}
#content .forumpostinfo {
	float: right;
	font-size: 0.8em;
	text-align: right;
}
#content .memberinfo {
	float: left;
}
#content .avatar {
	display: block;
	float: left;
	padding: 4px 4px 0 4px;
}
#content .avatar img {
	border: solid 1px #333;
}
#content .administrator {
	color: #333;
	background: #fff;
	border: solid 1px #036;
	padding: 0 3px;
	font-weight: bold;
}
#content .moderator {
	color: #036;
	background: #fff;
	border: solid 1px #036;
	padding: 0 3px;
}
#content .row1, 
#content .row2 {
	clear: both;
	margin: 5px 0;
	border: solid 1px #999;
}
#content .row1 {
	background: #eee;
}
#content .row2 {
	background: #fff;
}
	/*----------
	Forum function button classes
	- The styles related to buttons found on the top and the bottom of the topic (ie: quote, delete, profile, etc.)
	as well as the memberlist and profile pages.
	----------*/
#content div.messagecommands {
	float: right;
	padding: 0 0 5px 0;
}
#content div.messagecommands ul,
#content div.membercommands ul {
	list-style: none;
	margin: 0 0 5px 0;
}
#content div.membercommands ul {
	width: 300px;
}
#content div.messagecommands ul li,
#content div.membercommands ul li {
	float: left;
}
#content div.messagecommands ul li a,
#content div.membercommands ul li a,
#content a.smallbutton {
	display: block;
	width: 58px;
	height: 18px;
	margin: 0 2px 2px 0;
	text-align: center;
	text-decoration: none;
}
#content a.smallbutton-profile,
#content a.smallbutton-pm,
#content a.smallbutton-email,
#content a.smallbutton-www,
#content a.smallbutton-aim,
#content a.smallbutton-icq,
#content a.smallbutton-msnm,
#content a.smallbutton-yim,
#content a.smallbutton-quote,
#content a.smallbutton-edit,
#content a.smallbutton-delete,
#content a.smallbutton-ip,
#content a.smallbutton-search
 {
	display: block;
	width: 59px;
	height: 18px;	
}
#content a.smallbutton-profile,
#content a.smallbutton-profile:hover,
#content a.smallbutton-profile:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_profile.gif) center center no-repeat;
}
#content a.smallbutton-pm,
#content a.smallbutton-pm:hover,
#content a.smallbutton-pm:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_pm.gif) center center no-repeat;
}
#content a.smallbutton-email,
#content a.smallbutton-email:hover,
#content a.smallbutton-email:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_email.gif) center center no-repeat;
}
#content a.smallbutton-www,
#content a.smallbutton-www:hover,
#content a.smallbutton-www:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_www.gif) center center no-repeat;
}
#content a.smallbutton-aim,
#content a.smallbutton-aim:hover,
#content a.smallbutton-aim:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_aim.gif) center center no-repeat;
}
#content a.smallbutton-icq,
#content a.smallbutton-icq:hover,
#content a.smallbutton-icq:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_icq_add.gif) center center no-repeat;
}
#content a.smallbutton-msnm,
#content a.smallbutton-msnm:hover,
#content a.smallbutton-msnm:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_msnm.gif) center center no-repeat;
}
#content a.smallbutton-yim,
#content a.smallbutton-yim:hover,
#content a.smallbutton-yim:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_yim.gif) center center no-repeat;
}
#content a.smallbutton-quote,
#content a.smallbutton-quote:hover,
#content a.smallbutton-quote:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_quote.gif) center center no-repeat;
}
#content a.smallbutton-edit,
#content a.smallbutton-edit:hover,
#content a.smallbutton-edit:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_edit.gif) center center no-repeat;
}
#content a.smallbutton-delete,
#content a.smallbutton-delete:hover,
#content a.smallbutton-delete:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_delete.gif) center center no-repeat;
}
#content a.smallbutton-ip,
#content a.smallbutton-ip:hover,
#content a.smallbutton-ip:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_ip.gif) center center no-repeat;
}
#content a.smallbutton-search,
#content a.smallbutton-search:hover,
#content a.smallbutton-search:active {
	color: #333;
	background: url(../images/lang_english/dt-icon_search.gif) center center no-repeat;
}
	/*----------
	BBCode classes
	- Classes catered to bbcode
	----------*/
#content blockquote,
#content pre {
	display: block;
	width: 90%;
	color: #333;
	background: #fff;
	border: solid 1px #036;
	margin: 5px 15px;
	padding: 5px;
	font: 1.0em "Courier New", serif;
}
#content blockquote {
	background: url(../images/default-theme/subtle-bg.gif) top left repeat;
}
	/*----------
	Posting image list classes
	- The styles related to all posting images. (New Topic, Post Reply, Locked)
	----------*/
#content ul.postlist {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}
#content ul.postlist li {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
	padding: 0;
}
#content a.postnewtopic,
#content a.postnewtopic:hover,
#content a.postnewtopic:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../images/lang_english/dt-new-topic.gif) top left no-repeat;
}
#content a.postthanks,
#content a.postthanks:hover,
#content a.postthanks:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../images/lang_english/thanks.gif) top left no-repeat;
}
#content a.postreply,
#content a.postreply:hover,
#content a.postreply:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../images/lang_english/dt-post-reply.gif) top left no-repeat;
}
#content a.newpost,
#content a.newpost:hover,
#content a.newpost:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../images/lang_english/dt-new-post.gif) top left no-repeat;
}
#content a.locked,
#content a.locked:hover,
#content a.locked:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../images/lang_english/dt-reply-locked.gif) top left no-repeat;
}
#content a.postthanks span,
#content a.postnewtopic span,
#content a.postreply span,
#content a.locked span {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
	/*----------
	Overflow class
	- The simulation of an iframe in the original design
	----------*/
#content .overflowy {
	display: block;
	height: 400px;
	max-height: 400px;
	overflow: auto;
}
#content .overflowy .grid {
	width: 97%;
}
	/*----------
	Poll classes
	- The styles related to the polls
	----------*/
#content .pollbox {
	display: block;
	width: 250px;
	color: #333;
	background: #fff url(../images/default-theme/subtle-bg.gif) top left repeat;
	margin: 0 auto;
	border: solid 1px #036;
	padding: 3px;
	text-align: center;
}
#content .pollbox .pollchoicecontainer {
	display: block;
	width: 205px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}
#content .pollboxresults {
	display: block;
	width: 250px;
	color: #333;
	background: #fff url(../images/default-theme/subtle-bg.gif) top left repeat;;
	margin: 0 auto;
	border: solid 1px #036;
	padding: 3px;
	text-align: center;
}
#content .pollboxresults .pollresults {
	display: block;
	width: 205px;
	margin: 0 auto;
	text-align: left;
}
	/*----------
	Page Number classes
	- The styles related to the indicator of what page you are on and how many pages there are on the forum
	----------*/
#content .pagenumber {
	float: right;
	padding: 0 5px 0 10px;
}
#content .sonmesaj {
	float: right;
	padding: 0 5px 5px 50px;
	width: 150px;
	font-size: 11px;
}
#content .forumsonmesaj {
	float: right;
	width: 110px;
	font-size: 0.8em;
}
#content .forumicon {
	float:left;
	margin-right:5px;
	margin-top:1px;
	margin-bottom:1px;
}
/*-------------------------------------
Table styles
-------------------------------------*/
.grid {
	clear: both;
	color: #000;
	background: #fff;
	width: 100%;
	margin: 5px 0;
	border: solid 1px #ccc;
	padding: 25px 2px 2px 2px;
	font-size: 1.0em;
	text-align: left;
}
.grid th {
	color: #333;
	background: transparent;
	border: solid 1px #999;
	text-align: center;
}
.grid tr.row1 {
	color: #333;
	background: #eee;
}
.grid tr.row2 {
	color: #333;
	background: #fff;
}
.grid td {
	vertical-align: top;
	padding: 5px;
}
	/*----------
	Fixedwidth class
	- The styles that sets a table column to a fixed width
	----------*/
.grid td.fixedwidth {
	width: 125px;
}
/*-------------------------------------
Form Control styles
-------------------------------------*/
label.inlinelabel {
	display: inline;
}
input.boxes,
textarea.boxes {
	color: #333;
	background: #fff;
	border: solid 1px #333;
	font: 0.9em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
input.button {
	color: #fff;
	background: #036;
	border: solid 1px #ccc;
	font: bold 0.9em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
select {
	font-size: 0.9em;
}
/*-------------------------------------
Footer styles
-------------------------------------*/
#footer {
	clear: both;
	width: 750px;
	height: 50px;
	color: #333;
	background: url(../images/default-theme/footer-bg.gif) top left no-repeat;
}
	/*----------
	Validation styles
	----------*/
#footer #validation-right,
#footer #validation {
	display: block;
	position: relative;
	top: 0px;
	width: 740px;
	height: 10px;
	margin: 0 5px;
}
#footer #validation-right ul,
#footer #validation ul {
	list-style: none;
	height: 20px;
}
#footer #validation ul li {
	float: left;
	font-size: 0.7em;
	font-weight: normal;
}
#footer #validation-right ul li {
	float: right;
	font-size: 0.7em;
	font-weight: normal;
}
#footer #validation-right ul li a,
#footer #validation ul li a {
	padding: 0 3px;
}
#footer #validation a.adminlink {
	color: #fff;
	background: #036;
}
#footer h3 {
	clear: both;
	background: transparent;
	margin: -20px 0 0 0;
	padding: 0 5px;
	text-align: right;
}
/*-------------------------------------
Miscellaneous styles
-------------------------------------*/
#content div.clear {
	clear: both;
	line-height: 0.1px;
}
/*-------------------------------------
Hacks
-------------------------------------*/
	/* Holly Hack: Hide From IE5/Mac \*/
* html div,
* html dl {
	height: 1%;
}
	/* Holly Hack: Hide From IE5/Mac \*/

	/*----------
	For Opera only. That's what I get for using a percentage for base size font.
	http://virtuelvis.com/archives/2004/01/css-for-opera-7
	----------*/
/*@media all and (min-width: 0px){
html, body {
	font: small Tahoma, sans-serif;
}
}*/
/* Styles added to be used for the Today/Yesterday Mod */
.date-today { color: #E61A1A;}
.date-yesterday { color: #18C935; font-style: italic;}
.date-general {white-space: nowrap;}
/* End of Styles Added */
#content a.ovalbutton{
background: transparent url(../images/postbuton-sol.gif) no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 26px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}
#content a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}
#content a.ovalbutton span{
background: transparent url(../images/postbuton-sag.gif) no-repeat top right;
display: block;
padding: 4px 11px 5px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
#content a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}
#content a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
