/* General */

body {
	background: #a4a8a3 url('images/background-blue.gif') repeat-x;
	margin:0;
	padding:0;
	direction:ltr;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.bodyBackground {
	background-color: #A4A8A3;
}

.bodyTopBackground {
	background-color: #C0C5BE;
}



A:link , A:visited , A:active {
	text-decoration: none;
	color: #ff7f04;
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

ul,ol {
	list-style:none;
}

.center {
	text-align: center;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000000;
}

.notHighLight {
	background-color: #E3F1F6;
}

.HighLight {
	background-color: #C5E3EE;
}



.grayblack {
	color: #3d4446;
}

.gray {
	color: #666666;
}


.bluegreen {
	color: #608E9F;
}

.gborder {
	border: 1px solid #6D8388;
}

.bottomgborder {
	border-bottom: 1px dotted #6D8388;
}


.inputField {
	width: 140px;
	height: 16px;
	font-size: 11px;
	background-color: #f1fbfe;
}

h3 {
	color: #5C6F6F;
}

label {
	cursor: pointer;
}


.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}


.w120 {
	width: 120px;
}

.w140 {
	width: 140px;
}

.w190 {
	width: 190px;
}

.w300 {
	width: 300px;
}


.w450 {
	width: 450px;
}

.h60 {
	height: 60px;
}

.h250 {
	height: 250px;
}



.hide {
	display: none;
}

.show {
	display: block;
}

.loadingContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -85px; 
	width: 170px;
	height: 60px;
	background-color: #ffffff;
	z-index: 100;
	border: 3px double #000000;
	font-size: 14px;
	display: none;
}

body > .loadingContainer {
	position: fixed;
}



.searchInput input {
	border: 1px solid #515151;
	width: 129px;
	height: 16px;
	font-size: 11px;
}

#loadTime {
	font-size: 11px; 
}


#copyRights {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	font-size: 12px;
}


.dot {
	color: #ff7f04;
	font-size: 11px;
}

#getFireFox {
	left: 0px;
	top: 0px;
	width: 774px;
	height: 80px;
	padding: 10px;
	margin: 8px;
}


html>body #getFireFox {
   display : none;
}



/* Index Elements */

div.topBar {
	background-image: url('images/topBG-blue.gif');
	border: 1px solid #aadbeb;
	width: 774px;
	height: 96px;
	position: relative;
	text-align: left;	
	margin: auto;
	margin-top: 11px;
}

A.topBar:link , A.topBar:visited , A.topBar:active {
	text-decoration: none;
	cursor: auto;
}
A.topBar:hover {
	color: #3d4446;
	text-decoration: underline;
	cursor: pointer;
}


#logo {
	margin-top: 7px;
	margin-left: 10px;
	background-image: url('images/logo-blue2.gif');
	background-repeat: no-repeat;	
	width: 298px;
	height: 55px;
	
}

.menuBtn {
	width: 110px;
	height: 33px;
	position: absolute;
	margin-left: 10px;
	padding-top: 8px;
	color: #3d4446;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}


.menuBtn1 {
	background-image: url('images/btn-blue.gif');
}

.menuBtn2{
	background-image: url('images/btn2-blue.gif');
}

.searchInput {
	padding-top: 5px;
	padding-left: 23px;
}

.searchBtn {
	background-image: url('images/searchBtn-blue.gif');
	height: 18px;
	width: 24px;
	position: absolute;
	left: 160px;
	top: 66px;
}

#menuLinks {
	position: absolute;
	right: 11px;
	top: 73px;
	color: #ffffff;
	font-size: 11px;	
}

#menuLinks A {
	color: #ffffff;
}


/* Pages */


#latestPosts {
	background-color: #e3f1f6;
	width: 602px;
	height: 143px;
	position: relative;
	float: left;

}

#latestArticlePic {
	border: 1px solid #8c9999;
	width: 127px;
	height: 127px;
	position: absolute;
	left: 9px;
	top: 7px;
}

#latestArticleImg {
	border: 1px solid #e3f1f6;
}

#latestArticleDesc {
	text-align: left;

	position: absolute;
	left: 145px;
	top: 3px;	
	
}

#latestArticleDesc span {
	color: #899696;
	font-size:  18px;
	font-weight: normal;
	margin-bottom: 0px;
}

#latestArticleDesc p {
	margin: 0px;
	font-size: 11px;
}


#adtlArticles {
	width: 190px;
	height: 200px;
	position: absolute;
	left: 406px;
	top: 9px;
	
}

#adtlArticles ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}



#adtlArticles li {
	position: relative;
	width: 186px;
	height: 26px;
	margin: 2px;
	border: 1px solid #b7c4c7;
}

#adtlArticles li div {
	width: 184px;
	height: 24px;
	background-image: url('images/adtlArticlesHL-blue.gif');
	border: 1px solid #e3f1f6;
	text-align: left;
	font-size: 9px;
}

#adtlArticles li div.notHL {
	background-image: url('images/adtlArticlesNoHL-blue.gif');
}

#voting {
	position: absolute;
	width: 143px;
	height: 118px;
	left: 10px;
	top: 6px;
	text-align: left;
	border-right: 1px solid #545b5b;
	font-size: 11px;
}

#voting td {
	font-size: 11px;	
}

.voteFillUp {
	background-color: #747f7f;
	height: 7px;
}

.calendar {
	font-size: 10px;
	padding-left: 0px;
	text-align: center; 
}


#calendarBox {
	position: absolute;
	width: 149px;
	height: 118px;
	left: 163px;
	top: 6px;
	text-align: left;
	border-right: 1px solid #545b5b;
}

#lyrics {
	position: absolute;
	width: 277px;
	height: 118px;
	left: 323px;
	top: 6px;
	text-align: left;
	font-size: 11px;
}

#topSites {
	position: absolute;
	width: 302px;
	height: 118px;
	left: 10px;
	top: 134px;
	text-align: left;
	border-right: 1px solid #545b5b;
	font-size: 11px;
}

#tracks {
	position: absolute;
	width: 277px;
	height: 118px;
	left: 323px;
	top: 134px;
	text-align: left;
	font-size: 11px;
}



.cubesTitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

#cubeSeperator1 {
	width: 289px;
	height: 1px;
	position: absolute;
	left: 10px;
	top: 128px;
	border-top: 1px solid #545b5b; 
}


#cubeSeperator2 {
	width: 264px;
	height: 1px;
	position: absolute;
	left: 326px;
	top: 128px;
	border-top: 1px solid #545b5b; 
}

#cubes {
	margin-top: 1px;
	float: left;
	width: 602px;
	height: 255px;
	background-color: #e3f1f6;
	position: relative;

}

#myspace {
	margin-top: 1px;
	width: 602px;
	background-color: #e3f1f6;
	position: relative;
	float: left;
	padding-bottom: 5px;
}

#latestForumPostsBox {
	width: 166px;
	height: 271px;
	background-image: url('images/latestForumPostsBG.gif');
	position: absolute;
	left: 608px;
	top: 411px;
	font-size: 10px;	
}

#latestForumPostsBox ul {
	list-style-type: none;
    padding: 0px;
	padding-left: 3px;
    margin: 0px;	
}

#latestForumPostsBox li {
	text-align: left;
	color: #3d4446;
	padding-top: 3px;
}


#bulletinBox {
	width: 166px;
	height: 271px;
	background-image: url('images/latestForumPostsBG.gif');
	position: absolute;
	left: 608px;
	top: 130px;
	font-size: 12px;
	font-weight: bold;	
}


#bulletinBox div {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 3px;
	padding-top: 5px;
	
}

#radioStreamingBox {
	width: 166px;
	height: 120px;
	background-image: url('images/radioStreamingBG-blue.gif');
	position: absolute;
	top: 0px;	
	left: 608px;
}

#radioStreaming {
	position: absolute;
	top: 3px;
	left: 12px;
	font-size: 12px;
	font-weight: bold;
}


#centerPiece {
	position: relative;
	margin: auto;
	margin-top: 6px;
	width: 775px;
}


#subHeader {
	height: 95px;
	width: 602px;
	float: left;
	background-color: #c5e3ee;
	position: relative;
}

#subHeader h1 {
	color: #5c6f6f;
	font-size: 170%;
	font-weight: normal;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	left: 200px;
	top: 35px;
}



#radioSubContainer {
	position: absolute;
	width:173px;
	height: 132px;
	background-color: #A4A8A3;
	border-right: 1px solid #6d8388;
	border-top: 1px solid #6d8388;
	border-bottom: 1px solid #6d8388;
}


#myspaceFriends {
	text-align : left;
	float: left;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	width: 406px;
	min-height: 380px;
	border-right: 1px solid #6d8388;	
}

.friendsPic {
	float:left;
	text-align: center;
	width: 100px;
}

.userPic {
    float:left;
    text-align: center;
    width: 220px;
}

A.button:link,A.button:visited,A.button:active {
	border: solid 1px #6D8388;
	padding: 2px 6px;
	font-size: 11px;
	background-color: #ffffff;
	text-decoration: none;
}

A.button:hover {
	padding: 2px 6px;
	font-size: 11px;
	background-color: #ff7f04;
	text-decoration: none;
	border: solid 1px #000000;	
}



#myspaceButtons {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;	
	text-align: left;
	width: 170px;;
}


.myspaceBtn {
	background-repeat: repeat-x;
	height: 18px;
	float: left;
	font-size: 11px;
	border: 1px solid #000000;
	position: relative;
	text-align: center;
}

.myspaceBtn1 {
	background-image: url('images/myspaceBtn.gif');
}

.myspaceBtn2 {
	background-image: url('images/myspaceBtnHL.gif');
}

#profileTracksList {
	margin: 15px;
	padding: 0px;
}

#profileTracksList li div {
	font-size: 10px;
}





A.myspaceLink:link , A.myspaceLink:visited , A.myspaceLink:active {
	text-decoration: none;
	cursor: auto;
	color: #3d4446;
}
A.myspaceLink:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

.myspaceSeperator {
	height: 1px;
	border-bottom: 1px solid #6D8388;
}

#myspaceInfo {
	font-size: 11px;
	margin-left: 5px;
}

A.listLink:link, A.listLink:visited, A.listLink:active {
	color: #000000;
	text-decoration: none;
}
A.listLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tabButton {
	background-color: #C5E3EE;
	padding: 3px;
	border-bottom: 1px dotted #5C6F6F;
	font-size: 13px;
	margin: 4px;
}

A.tabButton:hover {
	color: #ff7f04;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

/*  profile page */

#p_UserInfo {
	float: left;
	padding: 1px;
	width: 430px;
}

#p_UserButtons {
	float: right;
	margin-right: 20px;
	width: 270px;
}

#p_AboutMe {
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
	width: 747px;
	text-align: left;
}

#p_FullFriends {
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
	width: 747px;
	text-align: left;
}

#p_Interests {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
	width: 298px;
}

#p_Interests li {
	padding: 3px;
	text-align: left;
}

#p_Friends {
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
	width: 439px;
	text-align: left;
}

#p_Comments {
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
	width: 439px;
	text-align: left;
}

#p_Comments table td a { /*comments, poster name*/
	color: #ffffff;
}


#p_rightPart {
	float: right; 
}

#p_AjaxBox {
	width: 747px;
}

#p_AjaxBox2 {
	width: 747px;
}

#myspace>div>#p_AjaxBox { width: 749px; } /*FireFox fix*/


.text {
font-size: 12px;
}



/* System Messages */
.systemMessage {
	text-align: center;
	font-size: 13px;
	padding: 2px;
}

.systemMessage div {
	font-size: 12px;
	font-weight: bold;
	background-color: #C5E3EE;
	text-align: left;
	width: 100%;
}





