body {
	margin: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	cursor:pointer;
}
a img {
	border:0px;
}
A:link {
   text-decoration: none;
   color: #0066CC;
}
A:visited {
   text-decoration: none;
   color: #0066CC;
}
A:active {
   text-decoration: none;
}
A:hover {
   text-decoration: underline; color: red;
}

#container {
	width:960px;
	margin:0px auto;
}
#header {
	/*border-bottom:1px solid #D8D8D8;
	background-color:#F3F3F3;*/
	border-bottom:1px solid #3B5998;
	background-color:#B7E6FF;
	padding:10px 0px 10px 0px;
}
#inner_header {
	margin:0px auto;
	width:980px;
}

.menu {
	margin:10px 5px 10px 5px;
	padding:11px 10px 10px 20px;
	background-image:url(http://img824.imageshack.us/img824/8199/menubgr.png);
	height:19px;
}

.menu a {
	color: #222;
	text-shadow: 0px 1px 1px #555;
	text-decoration:none;
	margin-right:15px;
}

.menu a:hover {
	color: #09F;
	text-shadow: 0px 1px 1px #555;
	text-decoration:none
}

a#fb_request_button {
	background-image:url(http://img39.imageshack.us/img39/985/sendrequestoff.png);
	height:38px;
	width:246px;
	display:block;
}

a#fb_request_button:hover {
	background-image:url(http://img265.imageshack.us/img265/818/sendrequeston.png);
}

#footer {
	text-align:center;
	border:1px solid #DDD;
	background-color:#F3F3F3;
	background-color:#F3F3F3;
	margin:10px 5px 10px 5px;
	padding:10px;
	font-size:12px;
}

#more_menu_table tr td {
	padding-right:20px;
	vertical-align:top;
}

#inner-content {
	text-align:center;
	border:1px solid #DDD; 
	background-color:#F3F3F3;
	margin:0px 5px 0px 5px;
	padding:10px 10px 10px 10px;
}

.font1 {
   font-family:helvetica;
   font-size:17px;
   font-weight:bold;
   

}
.panel {
   background:#E8E8E8 none repeat scroll 0 0;
   border:1px solid #E0DEDE;
   font-family:arial;
   font-size:12px;
   margin:10px;
   padding:5px 10px;
   text-align: left;
   width:250px;
}

.panel table tr td {
	vertical-align:top;
}

.panel table tr td.image {
	padding-right:10px;
}

input.groovybutton
{
   font-size:30px;
   font-family:Tahoma,sans-serif;
   width:320px;
   height:60px;
   margin-top: 5px;
   margin-bottom: 0px;
}
input.groovybutton2
{
   font-size:30px;
   font-family:Tahoma,sans-serif;
   width:570px;
   height:60px;
   margin-top: 5px;
   margin-bottom: 0px;
}

.groovyform
{
   margin-bottom: 0px;
}
.backgroundpanel1 {
   background-color:#F3F4FE;
   border:1px solid #CCCEF2;
   padding:10px;
   width:80%;
}

#pagination {
	float:left;
}
#pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
	float:left;
}
#pagination a{
	border:solid 1px #9aafe5;
	margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
	font-weight:bold;
} 
#pagination .current{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination a:hover{
	border:solid 1px #0e509e
}

.icons a:hover {
	text-decoration:none
}

.icons a.facebook_save_button {
	display:block;
	height:34px;
	width:128px;
	background-image:url(http://img269.imageshack.us/img269/645/savetofacebook.png);
}
.icons a.facebook_save_button:hover {
	background-image:url(http://img33.imageshack.us/img33/5676/savetofacebookover.png);
}

#overlay {position:fixed;top:0px;left:0px;background-color:rgb(0, 0, 0);opacity:0.8;z-index:9998;filter: alpha(opacity=80);}
#loading {background-color:#EFEFEF;border:1px solid black;width:300px;height:100px;text-align:center;position:fixed;top:40%;left:40%;z-index:9999;}

.message_success {
	border:1px solid #A6DD88; background-color:#EBF8D6; color:#539B2D; padding:10px; margin:3px 0px 3px 0px;
	padding-left:50px; background-image:url(/images/accept.png); background-repeat:no-repeat;
	background-position:10px 50%;
}
.message_error {
	border:1px solid #FF936F; background-color:#FFECE6; color:#842100; padding:10px; margin:3px 0px 3px 0px;
	padding-left:50px; background-image:url(/images/delete.png); background-repeat:no-repeat;
	background-position:10px 50%;
}

