/**
 * @package Daily
 * @author david
 */

/**
* HTML
*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	/*text-transform: lowercase;*/
}

td {
	vertical-align: top;
}

h1, h2, h3 {
	margin-bottom: 2px;
	color: #83b2f9;
}

/**
* Form elements
*/

.button {
	border: 1px solid #3366cc;
	background-color: #e5ecf9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.input {
	border: 1px solid black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding-left: 3px;
}

/**
* Members
*/

table.members {
	border-top: 1px solid #33cc49;
	border-bottom: 1px solid #33cc49;
	background-color: #e5f9e9;
}

/**
* Main layout
*/

.quote {
	position: relative;
	top: 15px;
}

.logo {
	position: absolute;
	top: 15px;
	left: 10px;
	color: white;
}

.logo a {
	color: white;
	text-decoration: none;
	font-size: xx-large;
	font-weight: bold;
}

td.header {
	height: 75px;
	background-color: #83b2f9;
}

td.menu {
	height: 25px;
	background-color: #e5ecf9;
	border-top: 1px solid #3366cc;
	vertical-align: middle;
	padding-left: 10px;
}

td.left {
	background-color: white;
	padding-top: 25px;
}

td.main {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 600px;
}

td.main_right {
	padding-top: 47px;
	padding-left: 25px;
	width: 150px;
}

td.right {
	background-color: white;
}

td.footer {
	padding-top: 8px;
	height: 75px;
	text-align: center;
	background-color: #e5ecf9;
	border-top: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
}

/*
* Toolbar
*/
td.toolbar {
	height: 24px;
	background-color: #e5ecf9;
	border-bottom: 1px solid #3366cc;
	vertical-align: middle;
	padding-left: 10px;
}

/*
* Main menu
*/

td.menu a {
	/*font-weight: bold;*/
	color: black;
	text-decoration: none;
}

td.menu a:hover {
	text-decoration: underline;
}

/*
* Links
*/

.href {
	color: gray;
	font-size: 9px;
}

.sublink a{
	color: black;
	font-size: 9px;
}

.last_link {
	border-top: 1px solid #3366cc;
}

.first_link {
	border-bottom: 1px solid #3366cc;
	font-weight: bold;
}

.dark_link {
	background-color: #e5ecf9;
}

.light_link {
	background-color: white;
}

.vote_good {
	background-color: #339966;
}

.vote_bad {
	background-color: #aa1002;
}

#dhtmltooltip {
	position: absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*
* Mail to a friend
*/

table.mail {
	border-top: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	background-color: #e5ecf9;
	width: 100%;
}


/*
* Forum
*/
.forumheader {
	height: 75px;
	background-color: #83b2f9;
	border-bottom: 1px solid #3366cc;
	color: white;
}

.dark_post {
	background-color: #e5ecf9;
	padding-bottom: 10px;
}

.light_post {
	background-color: white;
	padding-bottom: 10px;
}

.forumfooter {
	border-top: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	background-color: #e5ecf9;
}

.thumbnail {
	margin-right: 5px;
	vertical-align: top;
}

a.category, a.media {
	color: black;
	text-decoration: none;
}

a.category:hover, a.media:hover {
	color: grey;
	text-decoration: underline;
}