@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #edf8ff url(/Images/Background.jpg) repeat fixed center center;
}

.Main_Wrapper
{
	margin: auto;
	width: 985px;
}

.Default_Wrapper
{
	background-color: #FFF;
	border: solid 3px #000;
	padding: 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.Button
{
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	background-color: rgb(38, 96, 146);
	border: solid 3px #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.Warning
{
	color: rgb(255, 0, 0);
	font-weight: bold;
}

.Limit_Warning
{
	background-color: #F2FBFF;
	display: none;
	border: 1px solid #006;
	width: 379px;
	padding: 2px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: auto;
}

.Label_Hide
{
	display: none;
}

.Divider
{
	margin: 20px;
	background-color: #266092;
	height: 2px;
	border: #000 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.Heading_Bar
{
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #437ec7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #000;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0 0 4px #000;
	text-align: center;
}

.Heading
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.Header
{
	color: #FFF;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	border: 2px solid #000;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 4px #000;
	position: relative;
	height: 162px;
	background: #437ec7 url(/Images/SoMoodee_Header_Bg.jpg) no-repeat scroll 0 0;
}

.Menu
{
	border: 1px #FFF solid;
	height: 24px;
	margin-top: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 15px;
	background-color: #266092;
	position: relative;
	background-image: url('/Images/Menu_Bg.png');
	padding: 3px;
}

.Menu a
{
	color: #FFF;
	text-decoration: none;
}

.Menu a:hover
{
	color: #FF0;
	text-decoration: none;
}

.Menu_Division
{
	font-size: 20px;
	position: absolute;
}

.Footer
{
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #437ec7;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	border: 2px solid #000;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-shadow: 0 0 4px #000;
	line-height: 20px;
	background: #437ec7 url(/Images/SoMoodee_Footer_Bg.jpg) no-repeat scroll 0 0;
}

.Footer a
{
	color: #FFF;
}

.Ad_Left
{
	float: left;
	margin: 10px;
	height: 600px;
	width: 160px;
	/*border: #000 1px solid;*/
}

.Ad_Center
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 90px;
	width: 728px;
	clear: both;
	/*border: #000 1px solid;*/
}

.Ad_Right
{
	float: right;
	margin: 10px;
	height: 600px;
	width: 160px;
	/*border: #000 1px solid;*/
}

.Avatar
{
	height: 100px;
	width: 100px;
	border: 5px solid rgb(39, 78, 126);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	text-align: center;
}

.Avatar img
{
	border: none;
}

.Mood_Img
{
	border: solid 10px #274e7e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.Mood_Tn
{
	border: solid 5px #274e7e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Mail_Selection
{
	float: left;
	background-color: #266092;
	color: #fcc900;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #fcc900;
	padding: 5px;
	width: 774px;
	margin-left: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	
}

.Mail_Selection a
{
	color: #fcc900;
	text-decoration: none;
}

.Mail_Selection a:hover
{
	background-color: #437ec7;
	color: #FFF;
}

.Mail_Action
{
	float: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #437ec7;
	color: #FFF;
	padding: 3px;
	height: 20px;
	width: 609px;
}

.Mail_Action a
{
	color: #FFF;
	text-decoration: none;
}

.Mail_Action a:hover
{
	background-color: #437ec7;
	color: #FFF;
}

.Mail_Message_Div_Read
{
	position: relative; 
	background-color: #ebf8ff;
	color: #666;
	border: 1px groove #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius: 10px;
}

.Mail_Message_Div_Unread
{
	position: relative; 
	background-color: #8bd5ff;
	color: #000;
	border: 1px groove #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius: 10px;
}

.Mail_Body
{
	font-size: 12px;
	cursor: pointer;
}

.Mail_Pagination
{
	float: left;
	/*position: relative;
	left: 182px;*/
	margin-left: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #fcc900;
	padding: 5px;
	background-color: #266092;
	color: #fcc900;
	width: 774px;
	height: 20px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-radius-bottomright: 10px;
}

.Mail_Pagination a
{
	color: #fcc900;
	text-decoration: none;
}

.Mail_Pagination a:hover
{
	background-color: #437ec7;
	color: #FFF;
}

.Add_SoMoodeean_Button
{
	border: solid 2px #fcc900;
	background-color: #da0000;
	width: 241px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.Track_SoMoodeean_Button
{
	border: solid 2px #ff5454;
	background-color: #266092;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.Send_Message_Button
{
	border: solid 2px #ff5454;
	background-color: #ffefb1;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 3px;
	color: #000;
	font-weight: bold;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.Comment_Div
{
	/*position: relative;*/
	width: 450px;
	background-color: #edf8ff;
	color: #000;
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius: 10px;
}

.Comment
{
	font-size: 12px;
}

.Maintenance_Bar
{
	background: #8bd5ff none repeat scroll 0 0;
	color: #F00;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 5px 10px 6px;
	text-align: center;
	border-top: 5px solid #fcc900;
	/*-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;*/
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.Preload
{
	display: none;
}
