/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #DFE9F7;
	background-color:#204ea0;
	font-family:"trebuchet MS",Arial, Helvetica, sans-serif;

}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a img {border-width: 0;}

#header {
    width: 1003px;
    /*height: 266px;*/
    margin-left: auto;
    margin-right: auto;
}

.toppattern4 {
	clear: both;
	min-height:35em; 
	height:auto !important; 
	height:35em;
	overflow:auto !important; 
	overflow:visible;
   width: 100%;
 	/*background: #7dbe9d url(../images/content_bg.jpg) left top repeat-x;*/
	padding: 1em 0 1em 0;
}

.toppattern5 {
    line-height: 35px;
    width: 100%;
    background: url(../images/strip_09.gif) left top repeat-x;
    background-color: #7dbe9d;
    color: #224835;
    text-align: center;
}

.img {
    background-image: url(../images/img01.gif);
    background-repeat: no-repeat;
    width: 99px;
    height: 99px;
}

#table_position {
    margin: 0 auto 1em;
	width: 80%;
	border-collapse: collapse;
}

#table_position td {padding: .2em;}

.form_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DFE9F7;
    font-weight: bold;
    text-align: right;
	width: 10em;
}

.form_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #DFE9F7;
    font-weight: normal;
	padding-top: .5em;
	margin: 0 .5em;
	text-align: center;
}

span.info {
	/*margin-left: 1em;*/
	display: block;
	text-align: center;
}

/* general class */
.buttonsmall {
    background: url(../images/button-small-normal.gif) left top no-repeat;
    outline: 0;
    border: 0;
    width: 83px;
    height: 32px;
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
}

.buttonsmallhover {
    background: url(../images/button-small-over.gif) left top no-repeat;
    outline: 0;
    border: 0;
    width: 83px;
    height: 32px;
    color: #c2311f;
    text-align: center;
    font-size: 11px;
}


.buttonsbighover {
    background: url(../images/button-over.gif) left top no-repeat;
    outline: 0;
    border: 0;
    width: 118px;
    height: 32px;
    color: #c2311f;
    text-align: center;
    font-size: 11px;
}
#cancel {
    background: url(../images/cancel.gif) left top no-repeat;
    width: 103px;
    height: 29px;
    margin: 3px;
    color: #FFFFFF;
    outline: 0;
    border: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

#cancel:active {
    width: 102px;
}

#save {
    background: url(../images/cancel.gif) center no-repeat;
    width: 103px;
    height: 29px;
    margin: 3px;
    color: #FFFFFF;
    outline: 0;
    border: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

#save:active {
    width: 102px;
}

input.file {
    margin-right: .5em;
}

a:link, a:active, a:visited	
{
color:#999999;
text-decoration:none;
}

a:hover	{
color:#ffffff;
text-decoration:none;
}

ul, .listing {
    padding-top: .3em;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.listing li {
    background: url(../images/bulet.gif) left 6px no-repeat;
    padding-left: 10px;
}

.updated {
    background: #CFEBF7 url(notice.gif) no-repeat 1em;
    border: 1px solid #2580B2;
    margin: 1em 5% 10px;
    padding: 0 1em 0 3em;
}

.list {
    margin: 1em 0 0 1em;
    width: 97%;
}

.grid {
    margin: 1em 0;
}

* html .grid {
    margin-left: 1em;
}

.list th, .list td, .grid th, .grid td {
    padding: .5em .4em;
    white-space: nowrap;
}

th {
    background: url(../images/table-header.jpg) #557FB9 repeat-x;
}

tr.even {
    background-color: #2154ae;
}

tr.odd {
    background-color: #184390;
}

table.grid td div, div.wager-by-you, div.wager-to-you {
	padding: 13px 0 13px 30px;
}

tr.even div.owner, div.wager-by-you {
	background: url(../images/i_even.gif) no-repeat left center;
}

tr.odd div.owner {
	background: url(../images/i_odd.gif) no-repeat left center;
}

tr.even div.non-owner, div.wager-to-you {
	background: url(../images/u_even.gif) no-repeat left center;
}

tr.odd div.non-owner {
	background: url(../images/u_odd.gif) no-repeat left center;
}

a.edit, a.del, a.manage {
    font-weight: bold;
    padding: 2px 0;
    text-decoration: none;
}

a.edit:hover {
    background: #204EA0;
}

a.manage:hover {
	text-decoration: underline;
	color: #fff;
}

a.del:hover {
    background: #204EA0;
    text-decoration: none;
}
/*For pagination*/
.pager {
    font-size: 12px;
    color: #DFE9F7;
    font-weight: bold;
    padding: .4em;
    margin-left: .8em;
    /*margin-bottom: .5em;*/
}

.page-label {
    border: 1px solid #4B70C3;
    padding: .1em .3em;
    margin-right: 1em;
}

.page, .page:visited {
    border: 1px solid #ccc;
    padding: .1em .3em;
    color: #fff;
    text-decoration: none;
}

.page:hover {
    background-color: #ccc;
    color: #000;
}

.msg {
    margin: .8em .8em 0;
}

.error {
    background-color: #C3311F;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
}

#profile1 {
    float: left;
    margin: 0 1em;
    width: 31em;
}

#profile1 form, #profile1 .personal, #wager-friends {
    border: 1px dotted #4B70C3;
	 background: url(../images/tab_bg.jpg) repeat-x;
}

* html .personal, * html #wager-friends {
	height:1%;
}

.personal, #wager-friends {
    margin: 1em 1em 1em 0;
    padding: .5em;
}

.personal br {clear: left;}

* html .personal, * html #make-bet, * html #wager-friends {
    margin-left: 1em;
}

img.photo {
    float: left;
    padding-right: .5em;
	height: 8.5em;
	width: 8.5em;
}

ul.profile-percent {
	border : 1px solid #c00;
	list-style: none;
	margin-top: .2em;
	padding: 0;
	font-weight: bold;
}

ul.profile-percent li {
	color: #fff;
	background: #c00;
	text-align: right;
	padding: .2em 0;
}

ul.profile-percent li.completed {
	background: #0c0;
}

.personal p {margin-top: .3em;}

* html #profile1 {
    margin: 0;
    width: 32em;
}

#profile2 {
    margin-left: 33em;
    padding-top: 1em;
}

#profile2 h3 {
    /*text-decoration: underline;*/
}

* html #profile2 {
    margin-left: 32em;
}

#smack, #wagerlist {
    margin: 0 1em .5em;
}

#wagerlist td {white-space: normal;}

#preview, #results, #smack, #wagerlist {
    padding: .5em;
    border: 1px dotted #4B70C3;
	 background: url(../images/tab_bg.jpg) repeat-x;
}

#preview {
    float: left;
    margin: 0 1em .5em 1em;
    width: 20em;
    height: 11em;
}

* html #preview {
    margin: 0 .2em .1em .6em;
}

#results {
    margin: 0 1em .5em 23em;
    height: 11em;
}

* html #results {margin-left: 21em;}

#smack {
    min-height: 5em;
}

#smack h3 a, #wagerlist h3 a {
	color: #DFE9F7;
	text-decoration: underline;
}

fieldset {
    border-width: 0;
}

textarea {
    /*overflow: hidden;*/
}

#get-contacts {
    padding: .5em;
}

#make-bet {
    margin: 1em 1em 1em 0;
    padding: .5em;
}

#make-bet legend, #get-contacts legend,
fieldset.toggler-c legend, #smack-box legend, #login-box legend {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: .5em;
	color:#DFE9F7;
}

#make-bet span, #get-contacts span {
    color: #ff0;
}

#make-bet label, #get-contacts label,
fieldset.toggler-c label, #smack-box label, #login-box label {
    float: left;
    width: 10em;
    padding: .1em .2em;
	display: block;
	text-align: right;
}

#friends #get-contacts label { width: 28em;}

#friends #get-contacts p.submit {margin-left: 28em;}

.field {
    margin: .1em;
    background: #DEDEDE;
    border: #787878 solid 1px;
}

#make-bet br, #get-contacts br,
fieldset.toggler-c br, #smack-box br, #login-box br {
    clear: left;
}

#smack-box {
	width: 50%;
	border: 1px solid #fff;
	margin-left: 1em;
	padding: .5em;
}

#login-box {
	margin: 0 auto;
	width: 25em;
}

p.submit {
    margin: 0 0 1em 10em;
    padding-top: .5em;
}

a.grab {
    display: block;
    margin-left: 10.5em;
}

.redbutton {
    background: url(../images/red-button.gif) left top no-repeat;
    width: 103px;
    height: 33px;
    margin: 3px;
    color: #FFFFFF;
    outline: 0;
    border: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.redbutton:active {
    background: url(../images/red-button-over.gif) left top no-repeat;
}

a.contacts {
    color: #fff;
    margin: 1em 0 0 1em;
    font-size: 1.2em;
    font-weight: bold;
}

p.message {
    margin-left: 1em;
}

a.forgot {
    color: #fff;
	text-decoration: underline;
}

a.forgot:hover {
    text-decoration: underline;
}

/*#user-info {
    float: left;
    color: #000;
    padding: .5em;
    font-size: 1.2em;
	font-weight: bold;
}

#user-info a {text-decoration: underline;}

#user-info a:hover {color: #999;}
*/
#friend-wrapper {
	border: 1px dotted #fff;
	margin: 1em;
	padding: .2em;
}

#close {
	display: block;
	text-align: right;
	padding: .2em;
}

#friend-list {
	height: 5em;
	margin: .2em;
	overflow: auto;
	border: 1px solid #fff;
	border-bottom: 2px solid #fff;
}

#friend-container {
	margin: 0 auto 1em 26em;

}

#add-friend {
	padding: .5em;
	margin-left: 1em;
	border: 1px solid #4B70C3;
	width: 32em;
	float: left;
}

* html #add-friend {
	display: inline;
}

#import-email {
	margin-left: 35em;
}

#import-email a {padding: .2em; display: block;}

div.friends-container {
	float: left;
	width: 25em;
}

div.friend-list {
	margin: 1em 1em 0;
	border: 1px solid #4B70C3;
	padding: .2em 0 .2em .5em;
}

div.friend-list img.photo, #wager-friends img.photo {
	float: left;
	display: block;
	padding-right: .4em;
}

div#form-wrapper {
	padding-top: 1em;
}

div.smack-list {
	margin: .5em 1em 1em;
	padding: .2em;
	width: 50%;
}

p.smack-head {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: .3em;
}

p.smack-message {
	border-bottom: 1px solid #ccc;
	padding: .5em .8em;
}

p.smack-message img {
	float: left;
	padding-right: .5em;
	display: inline;
}

* html p.smack-message {
	height: 1%;
}

p.smack-message br {
	clear: left;
}

select.editable, input.editable {
 	width: 15em;
}

option.activateEdit {
 	font-style: italic;
 	color: #800;
}

#static-page {margin: auto 1em;}

#static-page h3, #static-page p {margin: 1em auto; color: #DFE9F7;}
#static-page strong{
	font-size: 13px;
	font-weight: bold;
}
#static-page li {
	display: list-item;
	list-style: disc;
	padding-left: .2em;
	margin-left: 2em;
	color: #DFE9F7;
}

ul#sitemap li {
	display: list-item;
	list-style: none;
	padding-left: .2em;
	margin-left: 2em;
	padding: .2em 0;
	color: #DFE9F7;
}

/*New header navigation*/

#welcomenote {
	width:381px;
 	float:left;
	   height:27px;
	line-height:27px;
	vertical-align:bottom;
	padding-top:17px;
	font-size:11px;
	float:left;
}

#topnavigation {
	width:281px;
	float:right;
	height:27px;
	padding:17px 0px 0px 0px;
	margin:0px;
}

#topnavigation ul, #navigation ul {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
}
#topnavigation li, #navigation li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

.editprofile a:link, .editprofile a:active, .editprofile a:visited {
	background-image:url(../images/edt_profile.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:77px;
	padding-right:7px;
	display:block;
}
.editprofile a:hover {
	background-image:url(../images/edt_profile_hover.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:77px;
	padding-right:7px;
	display:block;
	float:left;
}

.logout a:link, .logout a:active, .logout a:visited {
	background-image:url(../images/logout.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:77px;
	display:block;
}
.logout a:hover {
	background-image:url(../images/logout_hover.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:77px;
	display:block;
	float:left;
}

.changepw a:link, .changepw a:active, .changepw a:visited {
	background-image:url(../images/chg_pw.jpg);
	background-repeat:no-repeat;
	height:27px;
	padding-right:7px;
	width:113px;
	display:block;
}
.changepw a:hover {
	background-image:url(../images/chg_pw_hover.jpg);
	background-repeat:no-repeat;
	height:27px;
	padding-right:7px;
	width:113px;
	display:block;
	float:left;
	
}

/*top menu finish*/


#logo	{
float:left;
height:117px;
width:366px;
}

#navigation {
float:left;
display:block;
width:100%;
border:#000000 0px solid;
}

.profile a:link, .profile a:active, .profile a:visited,
#profile a.profile, .profile a:hover,
.friends a:link, .friends a:active, .friends a:visited,
#friends a.friends, .friends a:hover,
.m_wager a:link, .m_wager a:active, .m_wager a:visited,
#make-wager a.make-wager, .m_wager a:hover,
.w_result a:link, .w_result a:active, .w_result a:visited,
#wager-results a.wager-results, .w_result a:hover,
.srch_wager a:link, .srch_wager a:active, .srch_wager a:visited,
#search-wager a.search-wager, .srch_wager a:hover,
.link_to_me a:link, .link_to_me a:active, .link_to_me a:visited,
#link_to_me a.link-to-me, .link_to_me a:hover,
.w_facebook a:link, .w_facebook a:active, .w_facebook a:visited,
.w_facebook a:hover {
	height:27px;
	padding-right:7px;
	width:113px;
	display:block;
}


.profile a:link, .profile a:active, .profile a:visited {
	background-image:url(../images/profile.jpg);
	background-repeat:no-repeat;
}

#profile a.profile, .profile a:hover {
	background-image:url(../images/profile_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.friends a:link, .friends a:active, .friends a:visited {
	background-image:url(../images/friends.jpg);
	background-repeat:no-repeat;
}
#friends a.friends, .friends a:hover {
	background-image:url(../images/friends_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.m_wager a:link, .m_wager a:active, .m_wager a:visited {
	background-image:url(../images/m_wager.jpg);
	background-repeat:no-repeat;
}

#make-wager a.make-wager, .m_wager a:hover {
	background-image:url(../images/m_wager_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}


.w_result a:link, .w_result a:active, .w_result a:visited {
	background-image:url(../images/w_result.jpg);
	background-repeat:no-repeat;
}
#wager-results a.wager-results, .w_result a:hover {
	background-image:url(../images/w_result_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.srch_wager a:link, .srch_wager a:active, .srch_wager a:visited {
	background-image:url(../images/srch_wager.jpg);
	background-repeat:no-repeat;
}
#search-wager a.search-wager, .srch_wager a:hover {
	background-image:url(../images/srch_wager_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.link_to_me a:link, .link_to_me a:active, .link_to_me a:visited {
	background-image:url(../images/linktome.jpg);
	background-repeat:no-repeat;
}
#link_to_me a.link-to-me, .link_to_me a:hover {
	background-image:url(../images/linktome_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.w_facebook a:link, .w_facebook a:active, .w_facebook a:visited {
	background-image:url(../images/w_facebook.jpg);
	background-repeat:no-repeat;
	width:163px;
}
.w_facebook a:hover {
	background-image:url(../images/w_facebook_hover.jpg);
	background-repeat:no-repeat;
	width:163px;
	float:left;
}


#footer	{
width:982px;
height:40px;
float:left;
margin-top:10px;
}
.footerlinks {
	font-size:11px;
	color:#4574c8;
	padding-top:10px;
}
.footerlinks a:link, .footerlinks a:active, .footerlinks a:visited {
	color:#999999;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
}
.footerlinks a:hover {
	color:#ffffff;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
}
/*button classes*/
.btn_send_wager, .btn_cancel,.btn_delete,.btn_login,
.btn_add_contacts, .btn_get_contacts, .btn_invite, 
.btn_make_wager, .btn_search, .btn_smack, .btn_track_wager,
.btn_signup, .btn_get_password, .btn_change, 
.btn_add_friend, .btn_save,.btn_choose_file {
    width: 103px;
    height: 34px;
    margin: 3px;
    outline: 0;
    border: 0;
}
.btn_choose_file{
    width: 80px;
    height: 22px;
}

.btn_send_wager {background: url(../images/btn_send-wager.jpg) left top no-repeat;}
.btn_cancel {background: url(../images/btn_cancel.jpg) left top no-repeat;}
.btn_delete {background: url(../images/btn_delete.jpg) left top no-repeat;}
.btn_add_contacts {background: url(../images/btn_add-contacts.jpg) left top no-repeat;}
.btn_get_contacts {background: url(../images/btn_get-contacts.jpg) left top no-repeat;}
.btn_invite {background: url(../images/btn_invite.jpg) left top no-repeat;}
.btn_login {background: url(../images/btn_login.jpg) left top no-repeat;}
.btn_make_wager {background: url(../images/btn_make-wager.jpg) left top no-repeat;}
.btn_search {background: url(../images/btn_search.jpg) left top no-repeat;}
.btn_smack {background: url(../images/btn_smack.jpg) left top no-repeat;}
.btn_track_wager {background: url(../images/btn_track-wager.jpg) left top no-repeat;}
.btn_signup {background: url(../images/btn_signup.jpg) left top no-repeat;}
.btn_get_password {background: url(../images/btn_get_password.jpg) left top no-repeat;}
.btn_change {background: url(../images/btn_change.jpg) left top no-repeat;}
.btn_add_friend {background: url(../images/btn_add_friend.jpg) left top no-repeat;}
.btn_save {background: url(../images/btn_save.jpg) left top no-repeat;}
.btn_choose_file {background: url(../images/btn_choose_file.jpg) left top no-repeat;}

.linktome {
background-color:#325eac;
border:1px solid #3a67b8;
color: White;
width: 500px;
height: 100px;
padding: 5px;
}
