body
{
	font: normal 10pt "Arial" sans-serif;
	color: black;
}

h1,h2,h3
{
	color: #003366;
}

a, a:link, a:visited, a:hover
{
	color: #003366;
}

input, select
{
	margin-right: 5px;
	margin-left: 0px;
}

#globalmenu {
	position: absolute;
	top: 110px;
	right: 25px;
	margin: 0px 25px;
	font-size: small;
}

#tl {
	position: absolute;
	top: 110px;
	left: 25px;
}

#top {
	background-color: #003366;
	text-align: left;
	height: 100px;

	padding: 0px;
}

#left {
	width: 200px;
}

#sidemenu {
	width: 150px;
	text-align: left;
	background: white url(elegant/sidebg.png) repeat-y top left;
	font-size: small;
}

#sidemenu h3
{
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: larger;
}

#friendSelect {
	width: 150px;
}


#right {
	text-align: left;
}

#content {
	font-size: medium;
	margin: 0px auto;
	width: 625px;
}

table {
	margin: 25px auto;
	width: 90%;
}

#content table {
	margin: 0px;
	width: auto;
}

#mymenu {
	float: right;
	clear: right;
	padding: 0px;

	color: white;
}

.menubutton, .selected
{
	background: #003366 url(elegant/mymenuoverbg.png) no-repeat bottom right;
	display: block;
	width: 80px;
	height: 50px;

	margin: 0px;
	padding: 0px;

	font: italic medium "Arial" sans-serif;
	line-height: 60px;
	text-align: center;
	
	float: left;
	clear: none;
}

.selected
{
	background: #003366 url(elegant/mymenubg.png) no-repeat bottom right;
}

/*
#friendslink {
	line-height: 40px;
}

#editfriendslink {
	margin: 0px auto;
	line-height: 0px;
	font-size: smaller;
}
*/

#top a:link, #top a:visited, #top a:hover
{
	color: white;
	text-decoration: none;
}

#top a:hover
{
	text-decoration: underline;
}

#top .selected a, #top .selected a:link, #top .selected a:hover, #top .selected a:visited,
#top a .selected, #top a:link .selected, #top a:hover .selected, #top a:visited .selected
{
	color: black;
	text-decoration: none;
}

#top a:hover .selected,
#top .selected a:hover
{
	text-decoration: underline;
	color: black;
}
	
#firstmenuitem
{
	display: none;
}

#lastmenuitem, #join
{
	width: 80px;
	font-size: smaller;
	background: #003366 url(elegant/mymenu.png) no-repeat bottom right;
}

#join {
	text-align: center;
	width: 125px;
}

#mysearchmenu
{
	float: right;

	height: 50px;
	width: 400px;
	background: transparent url(elegant/searchbg.png) no-repeat top right;

	padding: 0px;
	margin: 0px;
	padding-right: 35px;

	text-align: right;
	line-height: 50px;
}

.referas
{
	font: italic small "Arial" sans-serif;
}

.submenu
{
	font: normal small sans-serif;
}

#firstsidemenu
{
	display: block;
	height: 20px;
	width: 150px;
	background: white url(elegant/sidetop.png) no-repeat top left;
}
	
#lastsidemenu
{
	display: block;
	height: 20px;
	width: 150px;
	background: white url(elegant/sidebottom.png) no-repeat top left;
}

/* Blog page specifics */

#blog textarea
{
	width: 95%;
}

#title
{
	width: 95%;
}

#blog h2
{
	font-size: larger;
	height: 30px;
	border-bottom: thin solid #CCCCCC;
}

#blog .entry
{
	/*border: thin solid red;*/
	clear: both;
}

#blog p
{
	margin-left: 25px;
	margin-right: 25px;
}

#blog .emotionimage, #blog .emotiontext
{
	text-align: center;
	margin: 10px auto;
}

#blog .blogcontent
{
	padding-left: 25px;
	padding-right: 25px;
}

#blog .comment
{
	margin: 10px 50px;
	clear: both;
}

.commentmenu
{
	float: right;
	width: 30px;
}

/* Friends page */

#blog h1 span
{
	margin: 0px 25px 0px;
}

.requestFriend
{
	float: right;
	font-size: small;
	font-weight: normal;
}

.bottom
{
	margin-left: 200px;
	width: 560px;
}

#newuser
{
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#newuser input
{
	display: block;
	margin: 5px 5px 5px 25px;
}

#newusersubmit
{
	width: 100px;
	margin: 5px auto;
}

.indent
{
	margin-left: 50px;
}

#calendar table
{
	margin: 25px;
	width: auto;
	float: right;
}

#calendar td
{
	width: 30px;
	height: 30px;
	font-size: x-small;
	vertical-align: top;
	text-align: left;

	border: 1px solid black;
}

#calendar #today
{
	-moz-border-radius: 2px;
	background-color: #CCCCCC;
}

#calendar #viewday
{
	border: none;
}

#calendar .noborder
{
	border: none;
	background-color: #CCC;
}

#addcalendaritem
{
	padding: 25px;
	clear: both;
}

#editfriends td
{
	width: 25%; 
}

#editfriends .allleft
{
	width: auto; 
}

#blog .entry
{
	margin: 10px;
}

#blog h2
{
	margin: 10px 5px 5px;
	padding: 5px;
}

#blog .date
{
	float: right;
	font: italic small "Arial" sans-serif;
}

#editfriends .title
{
	margin: 20px 10px 0px 10px;
	font-weight: bold;
}

#editfriends .subtitle
{
	margin: 10px 10px 10px 10px;
}

#editfriends ul
{
	width: 325px;
}

#editfriends li
{
	margin: 10px 10px 10px 20px;
}

#bugs span
{
	float: right;
	font-style: italic;
}

.menublock
{
	margin: 5px;
	padding: 0px;
}

.menulink
{
	font-size: small;
	text-align: right;
}

.friendlist
{
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
}

.friendlist li
{
	padding-left: 15px;
}

.friendlist #first
{
	padding-left: 0px;
}

.friendlist .first
{
	padding-left: 0px;
}

#start .el, #start.eltitle
{
	display: block;
	width: 225px;
	margin: 25px 20px;
	float: left;
}

#start p
{
	clear: both;
}

#survey
{
	width: 200px;
}

#survey ol li
{
	text-align: left;
	margin-left: 20px;
	list-style-type: lower-alpha;
}

#survey .answer .percent
{
	display: inline;
	float: left;
	width: 60px;
}

#survey img
{
	float: none;
}

#myanswer
{
	color: green;
}

.blognavigation
{
	height: 25px;
}

#features dt
{
	color: orange;
}

#settingstoc h2
{
	margin: 0px;
}

#settingstoc
{
	-moz-border-radius: 10px;
	background-color: #ccc;
	border: 1px solid #036;
	padding: 10px;
	margin-bottom: 5px;
}

