/*
body {background-color:#000500;color:#ffffff;font-family: verdana, tahoma, arial, sans-serif;font-size: 12px;}
*/
html {height:100%;}
body {height:100%;margin: 0px 0px;padding: 0px;text-align: center;background-color:#d1dc79;color:#003300;font-family: verdana, tahoma, arial, sans-serif;font-size: 12px;}
td {color:#003300;font-family: verdana, tahoma, arial, sans-serif;font-size: 12px; padding:0px;}
table {border-collapse : collapse; }
input {color:#000000;font-family: verdana, tahoma, arial, sans-serif;font-size: 11px;}
button {color:#000000;font-family: verdana, tahoma, arial, sans-serif;font-size: 11px;}
a {color:#003300;text-decoration: none;}
a:hover {text-decoration: underline;}
h1 {text-shadow: 1px 1px 2px #ffffff;font-size:22px;color:#125812;display:inline;text-transform: uppercase;}
h2 {text-shadow: 1px 1px 2px #ffffff;font-size:16px;font-weight:bold;color:#125812;display:inline;}
h3 {font-size:13px;color:#121812;font-weight:heavy;display:inline}
img {border-style: none}


.christmasDialog {
	width: 75%;position: fixed;left: 50%;margin: 0 0 0 -37.5%;
}

.christmasUnOpen {
	z-index: 100;
	padding: 2px 6px;
	margin:1px;
	background-color: red;
	background: -webkit-linear-gradient(top,#ffaaaa,#b59595);
	background: -moz-linear-gradient(top,#ffaaaa,#b59595);
	background: -ms-linear-gradient(top,#ffaaaa,#b59595);
	background: linear-gradient(top,#ffaaaa,#b59595);
	border-radius: 5px;
	border: 1px solid #949494;
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 3px rgba(255,255,255,1);
	font-weight: bold;
}

.christmasBlur {
		opacity: 0.3;
}

.christmasBG {
	background-image:url('/images/christmas/christmastreebg2.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	
}


.ach_Hint{
	z-index:100;
	display:none;
	margin:5px auto;	
	background-color:#5FCC7E;
	border-spacing:0px;
	border-radius: 3px;
	background-image: -moz-linear-gradient(bottom, rgb(95,204,126) 35%, rgb(64,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(95,204,126) 35%, rgb(64,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(95,204,126) 35%, rgb(64,184,100) 68%);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);	

	padding:8px;width:300px;left:-3px;top:5px;
	text-align:center;
	font-weight: bold;
}


.ach_Dot {
	padding: 4px 5px;
	margin:1px;
	background: -webkit-linear-gradient(top,#ffffff,#b5b5b5);
	background: -moz-linear-gradient(top,#ffffff,#b5b5b5);
	background: -ms-linear-gradient(top,#ffffff,#b5b5b5);
	background: linear-gradient(top,#ffffff,#b5b5b5);
	border-radius: 5px;
	border: 1px solid #949494;
	box-shadow:0px 1px 1px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,1);
}

.ach_Completed {
	background: -webkit-linear-gradient(top,#75f575,#558555);
	background: -moz-linear-gradient(top,#75f575,#558555);
	background: -ms-linear-gradient(top,#75f575,#558555);
	background: linear-gradient(top,#75f575,#558555);	
}

.ach_NotCompleted {
	background: -webkit-linear-gradient(top,#f57575,#855555);
	background: -moz-linear-gradient(top,#f57575,#855555);
	background: -ms-linear-gradient(top,#f57575,#855555);
	background: linear-gradient(top,#f57575,#855555);	
}




.achivement {margin: 10px 10px;}



.ach_progressbar { float:left; background-color: OliveDrab; border-radius: 5px; padding: 3px;
	border: 1px solid #949494;
}
.ach_progressbarInner {float:left; background-color: orange; height: 20px; border-radius: 3px; 
	background: -webkit-linear-gradient(right,#75f575,#558555);
	background: -moz-linear-gradient(top,#75f575,#558555);
	background: -ms-linear-gradient(top,#75f575,#558555);
	background: linear-gradient(top,#75f575,#558555);	
	border: 1px solid #949494;
	box-shadow:0px 1px 1px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,1);
}

.ach_altBG {width:100%;height:100px;background-color:#d1dc79;}
.ach_HintAltText {margin-top: 10px;font-size:10px;}
.ach_IconBox {margin:13px;}

.onlineusers {font-size:12px;}
.rowRemoveIcon  {cursor:pointer}
.rowAcceptIcon  {cursor:pointer}
.galleryTextarea {width:320px;height:48px;font-size:12px;font-family: verdana, tahoma, arial, sans-serif;}
.galleryDate {font-size: 10px; font-weight: bold; padding-top: 3px;}

.searchTopBarLeftSide {background-image:url('/images/searchtable_left.png');background-repeat:no-repeat; height:26px; width:5px;}
.searchTopBarRightSide {background-image:url('/images/searchtable_right.png');background-repeat:no-repeat; height:26px; width:5px;}
.searchTopBarMiddle {background-image:url('/images/searchtable_middle.png');background-repeat:repeat-x; height:26px; width:1px;}

.ratingListTinyImage {border-color:red;}

.ratingRow:nth-child(2n) {background-color: #c1bc49}
.ratingRow:nth-child(2n+1) {background-color: #c1bc79}

.ratingOwnUserRow {background-color:MediumSeaGreen !important;}

#ratinglist th {font-size:20px;} 
/*#ratinglist td {font-size:20px;} */
#ratinglist td,  #ratinglist a {font-size:17px;font-weight:bold;color:white;text-transform: none;
  text-shadow:
   -1px -1px 0px #000,  
    1px -1px 0px #000,
   -1px  1px 0px #000,
    1px  1px 0px #000;
  }

.bigGameIcon {position:absolute;top:8px;left:8px;width:96px;height:96px;}
.bigGameIconAlt {position:absolute;top:px;left:8px;width:96px;height:96px;display:none;}

.chooseOpponent {white-space:nowrap; overflow:hidden;background: lightblue;text-align:center;margin-left:2px;margin-right:2px;padding:1px;padding-bottom:0px;font-size:12px; cursor:pointer; font-weight:normal;}
.chooseOpponent:hover {background: lightgreen; cursor:pointer}

.randomOpponent {background: lightblue;text-align:center;margin-left:2px;margin-right:2px;padding:1px;padding-bottom:0px;font-size:12px; cursor:pointer; font-weight:normal;}
.randomOpponent:hover {background: lightgreen; cursor:pointer}

#opponentMenuContent {
	overflow: auto;
	margin-left:10px;
	position: relative;
	text-align: left;
	width:320px;
	height:350px;
}

.opponentImage {
	display: inline-block;
	width:34px;
	float:left;
}

.opponentName {
	font-weight: bold;
}

.opponentStatus {
	font-size: 10px;
}

.specificOpponent {
	height:40px;
}

#opponentMenu {
	position: absolute;
	left:168px;
	top:-0px;
	font-size:12px;
	width:320px;
	height:390px;
	background-color:#a7c367;padding:5px;border-spacing:0px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.60);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
 }

.softBox, .generalBox {
	background-color:#a7c367;padding:5px;border-spacing:0px;
	cursor:pointer;
	border-radius: 4px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
}

.galleryImageBox {
	background-color:#a7c367;padding:2px;border-spacing:0px;
	cursor:pointer;
	border-radius: 4px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
}

.tourTreeBox {
	background-color:#a7c367;border-spacing:0px;
	padding-left: 4px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	border-radius: 4px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
}

.tourTreeBox:hover {
	cursor:pointer;
	background-image: -moz-linear-gradient(bottom, rgb(195,224,126) 35%, rgb(164,204,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,224,126) 35%, rgb(164,204,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
}

.galleryImageBox:hover {
	cursor:pointer;
	background-image: -moz-linear-gradient(bottom, rgb(195,224,126) 35%, rgb(164,204,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,224,126) 35%, rgb(164,204,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
}


.softBox:hover {
	cursor:pointer;
	background-image: -moz-linear-gradient(bottom, rgb(195,224,126) 35%, rgb(164,204,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,224,126) 35%, rgb(164,204,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
}


.prizeHeadline{
font-size:22px;font-weight:bold;color:yellowgreen;display:inline;
  text-shadow:
  -2px 2px 4px #000,
   -1px -1px 0px #000,  
    1px -1px 0px #000,
   -1px  1px 0px #000,
    1px  1px 0px #000;

/*text-shadow: 1px 1px 2px #ffffff;font-size:22px;font-weight:bold;color:darkgreen;display:inline;*/
}
.prizeSubHeadline{font-size:15px;font-weight:bold;color:white;display:inline;
  text-shadow:
   -1px -1px 0px #000,  
    1px -1px 0px #000,
   -1px  1px 0px #000,
    1px  1px 0px #000;
}
.prizeContent{font-size:15px;font-weight:bold;color:black;display:inline;
  text-shadow:
   -1px -1px 0px #ddd,  
    1px -1px 0px #ddd,
   -1px  1px 0px #ddd,
    1px  1px 0px #ddd;
}

.borderImage {border-radius: 6px; box-shadow: 0px 0px 4px #000000;float:left;}
.borderImageNoFloat {border-radius: 6px; box-shadow: 0px 0px 4px #000000;}
.softenImage {border-radius: 4px; box-shadow: 0px 0px 15px #555555;}
.roundenImage {border-radius: 4px;}
.whiteBorder {border: 3px solid white;}

.webNotificationHeadline {text-shadow: 1px 1px 2px #ffffff;font-size:16px;color:#123862;display:inline;font-weight:bold;text-align: center; }
.webNotificationBodyText {font-size:12px;color:#123862;display:inline;}
.webNotificationBox {
	text-align: left; z-index:1000; margin: 0px; padding:5px; left:6px; top:6px; width: 300px; height: 185px; background: lightblue; border: 1px solid black; position: fixed; display:none;
	color: #ffffff;
	font-size:13px;
	padding: 7px 10px;
	background: -moz-linear-gradient(top,#a2adc2,#cbc5e2);
	background: -webkit-linear-gradient(top,#a2adc2,#cbc5e2);
	background: linear-gradient(top,#a2adc2,#cbc5e2);
	border-radius: 4px;
	border: 1px solid #616c33;
}

.friendPreview {font-weight:bold;}
.chatWrapper {width: 950px; height:550px; margin: 15px auto; text-align: left; background-color:#d7ce57; padding: 0px;border-left-style:solid;border-left-width:1px;border-left-color:#738c3a;border-right-style:solid;border-right-width:1px;border-right-color:#738c3a;}
.gameWindow {text-align: left; background-color:#d7ce57; }
.headlineText{color:#FFFFFF; text-decoration: none;}
.centeredContent {position: relative; width: 952px; margin: 0px auto; text-align: left;}
.webContent {position: relative; width: 932px; margin: 15px auto; text-align: left; background-color:#d7ce57; padding: 10px;border-left-style:solid;border-left-width:1px;border-left-color:#738c3a;border-right-style:solid;border-right-width:1px;border-right-color:#738c3a;}
.webContent2 {
	position:relative;
	width: 932px; margin: 15px auto; text-align: left; background-color:#d7ce57; padding: 10px;border-left-style:solid;border-left-width:1px;border-left-color:#738c3a;border-right-style:solid;border-right-width:1px;border-right-color:#738c3a;
	background-image: -moz-linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
	background-image: -webkit-linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
	background-image: linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
}
.webContent3 {
	width: 932px; margin: 15px auto; text-align: left; 
}
.webContentGradient {
	background-image: -moz-linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
	background-image: -webkit-linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
	background-image: linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);	
	height:100%;
}
.footer {border-radius: 4px;text-align: center;background-image:url('/images/bottombar_bg.png');background-repeat:repeat-x; height:70px;border-left-style:solid;border-left-width:1px;border-left-color:#738c3a;border-right-style:solid;border-right-width:1px;border-right-color:#738c3a;border-top-style:solid;border-top-width:1px;border-top-color:#738c3a;}
.playalone{

	z-index:100;
	display:none;
	position:relative;


	background-color:#dddd00;border-spacing:0px;
	cursor:pointer;
	border-radius: 3px;
	background-image: -moz-linear-gradient(bottom, rgb(214,234,0) 35%, rgb(194,200,0) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(214,234,0) 35%, rgb(194,200,0) 68%);
	background-image: linear-gradient(bottom, rgb(214,234,0) 35%, rgb(194,200,0) 68%);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);	

	padding:8px;width:165px;left:-3px;top:5px;
	text-align:center;
	white-space:nowrap;

}
.playalone:hover{background:#eeee00;cursor:pointer;white-space:nowrap;}
.playothers{
	z-index:100;
	display:none;
	margin:5px auto;
	position:relative;
	
	background-color:#5FCC7E;border-spacing:0px;
	cursor:pointer;
	border-radius: 3px;
	background-image: -moz-linear-gradient(bottom, rgb(95,204,126) 35%, rgb(64,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(95,204,126) 35%, rgb(64,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(95,204,126) 35%, rgb(64,184,100) 68%);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);	

	padding:8px;width:165px;left:-3px;top:5px;
	text-align:center;
	white-space:nowrap;}
.playothers:hover{background:lightgreen;cursor:pointer;white-space:nowrap;}
.playhall{
	z-index:100;
	display:none;
	position:relative;


	background-color:#7391E0;border-spacing:0px;
	cursor:pointer;
	border-radius: 3px;
	background-image: -moz-linear-gradient(bottom, rgb(115,146,224) 35%, rgb(84,120,204) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(115,146,224) 35%, rgb(84,120,204) 68%);
	background-image: linear-gradient(bottom, rgb(115,146,224) 35%, rgb(84,120,204) 68%);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);	

	padding:8px;width:165px;left:-3px;top:5px;
	text-align:center;
	white-space:nowrap;
}

.playhall:hover{background:#8899cc;cursor:pointer;white-space:nowrap;}
.gameinfo {
	width:290px;background-color:#a7c367;padding:5px;border-spacing:0px;
	border-radius: 7px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.60);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
 }
.doublegameinfo {
	width:600px;background-color:#a7c367;padding:5px;border-spacing:0px;
	border-radius: 7px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.60);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
}
.triplegameinfo {
	width:914px; background-color:#a7c367;padding:5px;border-spacing:0px;
	border-radius: 7px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.60);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);
}
.innerDoublegameinfo {width:290px;padding:0px;}
.innerGameinfo {width:290px;padding:0px;}


.tourInfo {
	width:100%;background-color:#a7c367;padding:10px;margin-bottom:25px;border-spacing:10px;
	border-radius: 7px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.60);
}

.reportedProfileInfo {
	background-color:#a7c367;padding:10px;margin-bottom:25px;border-spacing:10px;
	border-radius: 7px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 3%, rgb(164,184,180) 68%);
	box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.60);
}

.blackInfo {width:100%;margin-bottom:15px;padding:10px;border-spacing:10px;
	font-size: 1em;
	color: white;
	border-radius: 4px;
	background: black;
	filter:alpha(opacity=50);
	background: -moz-linear-gradient(bottom, rgba(30,30,30, 0.5) 3%, rgba(20,20,20, 0.5) 68%);
	background: -webkit-linear-gradient(bottom, rgba(30,30,30, 0.5) 3%, rgba(20,20,20, 0.5) 68%);
	background: linear-gradient(bottom, rgba(30,30,30, 0.5) 3%, rgba(20,20,20, 0.5) 68%);
}

.blackInfo:hover {
	cursor:pointer;
	filter:alpha(opacity=60);
	background: -moz-linear-gradient(bottom, rgba(30,30,30, 0.4) 3%, rgba(20,20,20, 0.4) 68%);
	background: -webkit-linear-gradient(bottom, rgba(30,30,30, 0.4) 3%, rgba(20,20,20, 0.4) 68%);
	background: linear-gradient(bottom, rgba(30,30,30, 0.4) 3%, rgba(20,20,20, 0.4) 68%);
}


.css3button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	cursor: pointer;
	padding: 7px 10px;
	background: OliveDrab;
	background: -moz-linear-gradient(top,#a2ad72,#7b8552);
	background: -webkit-linear-gradient(top,#a2ad72,#7b8552);
	background: linear-gradient(top,#a2ad72,#7b8552);
	border-radius: 4px;
	border: 1px solid #616c33;
	box-shadow: 0px 1px 3px rgba(097,108,051,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
}

.bluecss3button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	background:darkblue;
	color: #ffffff;
	padding: 7px 10px;
	background: -moz-linear-gradient(top,#7b85a2,#323d92);
	background: -webkit-linear-gradient(top,#7b85a2,#323d92);
	background: linear-gradient(top,#7b85a2,#323d92);
	border-radius: 4px;
	border: 1px solid #313c63;
	box-shadow: 0px 1px 3px rgba(097,108,051,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
}

.yellowcss3button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
	padding: 7px 10px;
	background: YellowGreen;
	background: -moz-linear-gradient(top,#e6885a,#c65203);
	background: -webkit-linear-gradient(top,#e6885a,#c65203);
	background: linear-gradient(top,#e6885a,#c65203);
	border-radius: 3px;
	border: 1px solid #525252;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.2),inset 0px 1px 2px rgba(255,255,255,0.6);
	text-shadow: 2px 2px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
}


.bluecss3button:hover {
	background: -moz-linear-gradient(top,#323d92,#7b85a2);
	background: -webkit-linear-gradient(top,#323d92,#7b85a2);
	background: linear-gradient(top,#323d92,#7b85a2);
}

.css3button:hover {
	background: -moz-linear-gradient(top,#7b8552,#a2ad72);
	background: -webkit-linear-gradient(top,#7b8552,#a2ad72);
	background: linear-gradient(top,#7b8552,#a2ad72);
}

.yellowcss3button:hover {
	background: -moz-linear-gradient(top,#c65203,#e6885a);
	background: -webkit-linear-gradient(top,#c65203,#e6885a);
	background: linear-gradient(top,#c65203,#e6885a);
}


.mailSubject_1 {font-weight:normal}
.mailSubject_0 {font-weight:bold}
.mailAlias_1 {font-weight:normal}
.mailAlias_0 {font-weight:bold}
.mailDate_1 {font-weight:normal}
.mailDate_0 {font-weight:bold}
.readMail_1 {font-weight:normal}
.readMail_0 {font-weight:bold}
.newMailBelowTA {width:550px;text-align:right;}
.newMailTA {width:550px;height:150px;font-size:13px;font-family: verdana, tahoma, arial, sans-serif;}
.mailBelowTA {width:600px;text-align:right;}
.replyMailTA {width:600px;height:200px;font-size:13px;font-family: verdana, tahoma, arial, sans-serif;}
.niceTable {background-color:#d1cc79;padding:0px;margin:0px;border-style:solid;border-width:1px;border-color:#738c3a;}
.mailTable {border-radius: 3px;background-color:#d1cc79;padding:0px;margin:0px;border-style:solid;border-width:1px;border-color:#738c3a;}
.niceTableRowHeader {text-shadow: 2px 2px 2px #555555;font-size:11px;color:#ffffff;text-transform:uppercase;background-image:url('/images/tableheader1.png');background-repeat:repeat-x;height:23px;}
.niceTableRowHeader th {padding-left:5px;text-align:left;}
.niceTable td {padding: 0px 3px 0px 5px; height:25px}
.mailTable td {padding: 0px 3px 0px 5px; height:25px}
.niceTable tr:nth-child(odd) {background-color:#d1dc79;}
.mailTable tr:nth-child(odd) {background-color:#d1dc79;}
.mailTable tr:hover {background-color:#97be47;cursor:pointer}
.whiteShadow {text-shadow: 2px 2px 2px #555555;font-size:11px;color:#ffffff;text-transform:uppercase;font-weight:bold}
.hidden {display:none}
.hidden2 {display:none}
.show {display:block}
.showTable {display:table-row}
.noWrap td {white-space:nowrap; overflow:hidden;}
.clickable td {white-space:nowrap; overflow:hidden;}
.mailContentArea {display:none;cursor:normal}

ul#list-nav {list-style:none;margin:0px 0px;padding:0;}
ul#list-nav li {}
ul#list-nav li a {display:block;text-decoration:none;padding:6px 6px;color:#000;margin:0px 0px;cursor:pointer;}
ul#list-nav li a:hover {background:#97be47;}
.activeMenu {background:#97be47;}


/*
.centeredContent {width: 952px;text-align: left;position: absolute;top: 0px;left: 50%;margin-left: -476px;color:white}
*/
.defaultMenuItem {cursor:pointer;}
.loggedinNavigationCenter {background-image:url('/images/loggedinmenu-fill.png');background-repeat:repeat-x;height:45;}
.loggedinNavigationLeft {background-image:url('/images/loggedinmenu-left.png');width:7px;height:45px;}
.loggedinNavigationRight {background-image:url('/images/loggedinmenu-right.png');width:7px;height:45px;}
.defaultNavigationCenter {background-image:url('/images/topbar_center.png');background-repeat:repeat-x;height:38px;}
.defaultNavigationLeft {background-image:url('/images/topbar_left.png');width:5px;height:38px;}
.defaultNavigationRight {background-image:url('/images/topbar_right.png');width:5px;height:38px;}
.selectedBG {text-shadow: 2px 1px 0px #222;background-image:url('/images/selected_menu_bg.png');background-repeat:repeat-x; background-position: 100% 40%;height:31px;cursor:pointer}
.nonSelectedBG {height:3px;cursor:pointer}
.selectedLoggedinBG {text-shadow: 2px 1px 0px #222;background-image:url('/images/selectedloggedinbg.png');background-repeat:repeat-x; background-position: 50% 90%;height:36;cursor:pointer}
.nonSelectedLoggedinBG {height:36;cursor:pointer}
.profileUserName {font-size:20px;color:#ffefb1;font-weight:bold;display:inline;}

.facebookWebContent {
	position: relative; 
	width: 950px; 
	margin: 10px auto; 
	text-align: left; 
	background-color:#d7ce57; 
	padding: 10px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#738c3a;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#738c3a;
}
.facebookWebContent2 {
	position:relative;
	width: 950px; 
	margin: 15px auto; 
	text-align: left; 
	background-color:#d7ce57; 
	padding: 10px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#738c3a;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#738c3a;
	background-image: -moz-linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
	background-image: -webkit-linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
	background-image: linear-gradient(top, rgb(195,204,126) 5%, #d7ce57 25%);
}
.facebookCenteredContent {position: relative; width: 970px; margin: 0px auto; text-align: left;}

.fb-selectedBG {text-shadow: 2px 1px 0px #222;background-image:url('/images/selected_menu_bg.png');background-repeat:repeat-x; background-position: 100% 40%;height:31px}

.ach_box {

	background-color:#a7c367;padding:5px;border-spacing:0px;
	padding:8px 8px 10px 8px;left:0px;top:0px;
	margin:5px auto;	
	cursor:pointer;
	border-radius: 14px;
	background-image: -moz-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	background-image: linear-gradient(bottom, rgb(195,204,126) 35%, rgb(164,184,100) 68%);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=2);



}

.ach_progressbarText {
  text-shadow:
   -1px -1px 0px rgba(0, 0, 0, 0.8),
    1px -1px 0px rgba(0, 0, 0, 0.8),
   -1px  1px 0px rgba(0, 0, 0, 0.8),
    1px  1px 0px rgba(0, 0, 0, 0.8);
	font-weight: bold;
	font-size: 14px;
	color:white;
}
