body {
        background: #FFFFFF url(images/bg.png) repeat-x;
        font-family: sans-serif;
        font-size: 14px;
        width: 450px;
        padding: 0;
        margin: 0;
}

/**
	direct login container
*/
#directlogin {
	font-size: 10px;
}

/**
	sitemap shows what step you are in the wizard when creating new subscription
*/
#sitemap {
	padding: 5px 0px 5px 20px;
}
#sitemap table TD {
	font-size: 18px;
	height:64px;
	width:134px;
	text-align: center;
	font-weight: bold;
	color: #222222;
}
TD#chooseteamselected {
	background: #FFFFFF url(/livescore/webreg/img/gul1.png) no-repeat;
}
TD#choosepassword{
        background: #FFFFFF url(/livescore/webreg/img/gronn2.png) no-repeat;
}
TD#done {
        background: #FFFFFF url(/livescore/webreg/img/gronn3.png) no-repeat;
}
TD#chooseteam {
        background: #FFFFFF url(/livescore/webreg/img/gronn1.png) no-repeat;
}
TD#choosepasswordselected {
        background: #FFFFFF  url(/livescore/webreg/img/gul2.png) no-repeat;
}
TD#doneselected {
        background: #FFFFFF  url(/livescore/webreg/img/gul3.png) no-repeat;
}

/**
	 End sitemap
*/

#login {
        padding: 20px;
        text-align: left;
        vertical-align: bottom;
}
#login table{
	 width: 100%;
}

#direct_login_container{
	text-align:center;
	width:100%;
}

#direct_login_container table{
	width:400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

td.lostpassword {
    text-align: right;
}

#direct_login_container a {
		color: #43751f;
}

#direct_login_container p {
		text-align:center;
		padding:5px 0px 5px 0px;
		margin: -2px 0px 0px 0px;
		background: #F1F1F1;
		border-bottom: solid 1px #E2E2E2;
}

/**
	lost password / captcha 
*/
#lostpw {
        padding-bottom: 20px;
        text-align: left;
        vertical-align: bottom;
        width: 100%;
}

#lostpw table {
	margin-left: 10px;
	margin-right: auto;
	
}
#lostpw img {
	margin: 2px 0 2px 0;
}
.captchainput {
	width:96px;
}

/*
	 End - lost password / captcha
*/


/**
	Style info / error messages
*/
#messages {
	background-color: #E3FDBD;
	margin: 5px;
	padding: 5px;
	color: #1A1F13;
	border: 1px solid #CDE9A2;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}


#messages li {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}

#messages ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#messages a {
	color: #43751f;
}


#errors {
	background-color: #F3CECE;
	margin: 5px;
	padding: 5px;
	color: #C54413;
	border: 1px solid #E9744C;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}


#errors li {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}

#errors ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/**
	 End - Style info / error messages
*/


/**
	Start servicemap
	this shows details about what alerts you will get for the different services
*/

#servicemap {
	padding-top:10px;
	width: 100%;
	font-size: 14px;

}

#servicemap td {
	padding: 3px;
	background-color: #F1F1F1;
	border-bottom: 1px solid #EEEEEE;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	
}

#servicemap th {
	text-align: center;
}

td.checked {
	background: url(/livescore/webreg/checked.png) no-repeat center center;
	text-align: center;
	width: 50px;
	border-bottom: 1px solid #EEEEEE;
	border-top: 2px solid #FFFFFF;
}

td.unchecked {
	text-align: center;
	width: 50px;
	border-bottom: 1px solid #EEEEEE;
	border-top: 2px solid #FFFFFF;
}

/**
	 End - servicemap
*/ 


/**
	Style the list of teams and tournament
*/
.tournaments {
	width: 100%;
}

.tournamentname {
	border-top: 1px solid #FFFFFF;
    background: #86B642;
    color: #000000;
    font-size: 16px;
    padding: 0px 0 0px 8px;
    text-align: left;
	white-space: nowrap;
	width:100%;
}
/**
	Color on tournament name
*/
.tournamentname a:hover, a:visited, a:link, a:active {
	color: #010101;
}
.tournaments {
	text-align: left;	
	width:100%;
}

.teamname {
	padding: 0 0 0 18px;
	width:100%;
}

.services {
	text-align: center;
	width: 45px;
	padding: 0px;
}

.serviceheader {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #F1F1F1;
	color: #000000;
	border: 0px;
	padding: 0px;
}

.teams {
	background: #f9f9f9;
	border: 0px;
	font-weight: bold;
}

.teams2 { 
	background: #f5f5f5;
	border: 0px;
	font-weight: bold;
}

/**
	background image for maximizing / minimizing tournament
*/
.toggle-minimize {
	padding: 10px 0px 30px 20px;
	background: url(/livescore/webreg/minimize.gif) no-repeat left center;
	height: 0px;
	width:100%;
}


.toggle-maximize {
	padding: 10px 0px 30px 20px;
	background: url(/livescore/webreg/maximize.gif) no-repeat left center;
	height: 0px;
	width:100%;
}

#tournament_container {	
	text-align: right;	
}
/**
	End - Style the list of teams and tournament
*/
.viewSelectedTeams {
	width:100%;
}

.viewSelectedTeams td {
	padding: 2px 0px 1px 20px;
}
.viewSelectedTeams th {
	padding: 10px 0px 15px 15px;
	width:100%;
	background: #86B642;
    color: #000000;
    text-align:left;
}
.viewSelectedTeam1 {
	padding: 0 0 0 10px;
	background: #f9f9f9;
	border: 0px;
	font-weight: bold;
}
.viewSelectedTeam2 {
	background: #f5f5f5;
	border: 0px;
	font-weight: bold;
}

.submit {
	margin:5px 0px 5px 0px;;
}

div#welcomeMessage {
    margin-top: 1em;
}

div#myteams, div#mysmscodes {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}

div#myteams table.myteams, table.mysmscodes {
    width: 100%;
}

div#myteams table.myteams td, table.mysmscodes td {
    padding: 3px;
    background-color: #F1F1F1;
    border-bottom: 1px solid #EEEEEE;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    
}

div#myteams table.myteams td.checked {
    background-attachment: scroll;
    background-image: url(/livescore/webreg/checked.png);
    text-align: center;
    width: 50px;
}

div#myteams table.myteams td.unchecked {
    text-align: center;
    width: 50px;
}
