/*  This is the local style sheet for non-thematic pages, 2 columns.  */


body {
background-color: #a2cbdd;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}

		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#D9E8EF;
}

/* TOP BANNER */

#topbanner {
	background-color: #149fda;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57A3D0;
}

#content h3 {
	color: #1168AB;	
}
#content h4 {
	color: #333;
}

#content h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	text-decoration: none;
}
#content h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	text-decoration: none;
}	
#content h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
#content h2 a:active, h3 a:active, h4 a:active, h5 a:active {
	text-decoration: none;
}

#content a:hover {
	color:#1168AB;
}

/*#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: .5em;
}

#content ul ul li  {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: .8em;
}*/
#content #boxcol {
	float: left;
	width:100%;
overflow: auto;
}

#content .column1 {
	float: left;
	width: 25em;
	padding-right: 1.5px;
	margin-right: 0em;
	padding-top: 0px;
}
#content .column2 {
	float: left;
	width: 24.5em;
	clear: right;
	margin-right: 0px;
}

#content .col {
	float: left;
	width: 98%;
	padding-bottom: 1em;
	overflow: auto;
}

/* Form */

fieldset {
	width: 90%;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}
fieldset form {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 8px;
}
/*form input{
	margin-bottom: -5px;
	
}*/

#content p.abc  { 
 color: #5E174F;
 list-style: none;
 font-size: 120%;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 text-align:center;
 background-color:#EBEEF5;
}

div#content ul.hz {
	list-style-image: none;
	list-style-type: none;
	background-color:#EBEEF5;
	padding-top: 0.4em;
	text-align: center;
	font-size:0.93em;
	vertical-align: middle;
	border-bottom: 1px #00275b solid;
	border-top: 1px #00275b solid;
	border-right: 1px #00275b solid;
	border-left: 1px #00275b solid;
}

div#content ul.hz li {
	display: inline;
	padding: 0.5em;
	margin: 0;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	list-style-image: none;
	list-style-type: none;
	background-image:none;
}
div#content ul.hz li a:link, div#contents ul.hz li a:visited {
	color: #5E174F;
	text-decoration: none;
}
div#content ul.hz li a:hover, div#contents ul.hz li a:active {
	color: #5E174F;
	text-decoration: underline;
}

div#memberlist ul li ul 
{
	list-style-type:none;
	list-style-image:none;
	list-style-type:none;
	width:100%;
	font-weight:normal;
}
div#memberlist ul li ul li
{
	list-style-position: outside;
	display:inline;
	list-style-type:none;
	list-style-image:none;
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;

}

/*div#memberlist ul.memberlistheader{
	list-style-image:none;
	list-style-type:none;
	font-weight:bold;
	display:inline;
}
div#memberlist ul.memberlistheader li {
	list-style-image:none;
	list-style-type:none;
	font-weight:bold;
	vertical-align:middle;
}
div#memberlist ul.memberlistheader li.headerdate
{
	vertical-align:middle;
	text-align:left;
}
div#memberlist ul.memberlistheader li.headerdate
{
	vertical-align:middle;
	text-align:right;
	margin-top: -1.6em;
}


div#memberlist ul.memberlistcountrydk li,div#memberlist ul.memberlistcountrylt li
{
	list-style-image: none;
	list-style-type: none;
	padding-bottom:.5em;
	padding-top:.5em;
	font-weight:normal;
	top: 0;
}*/
div#memberlist ul.memberlistcountrylt {
	background-color:#FFFFFF;
}
/*div#memberlist ul.memberlistcountrydk {
	background-color:#EBEEF5;
}*/

div#memberlist ul.memberlistcountrylt li.flag, div#memberlist ul.memberlistcountrydk li.flag{
	text-align:left;
	font-weight: bold;
	width: 1.2em;
	margin: -.4em 0 0 0;
	padding:0;flag
}
ul.memberlistcountrylt li.largeflag img{
margin-left:1.6em;
border:1px black solid;

}

/*div#memberlist ul.memberlistcountrylt li.joindate, div#memberlist ul.memberlistcountrydk li.joindate{
	text-align:right;
	font-weight:normal;
	float: right;	
	clear: left;
	margin-top: -1.9em;
	width: 30%;
	padding-left:1.5em;

}*/
div#memberlist ul.memberlistcountrylt li.countryname, div#memberlist ul.memberlistcountrydk li.countryname{
	text-align:left;
	font-weight:normal;
	clear: right; 
	margin-left: .9em; 
	margin-top: -.4em;
}

.toTop {
	float:right;
 	text-align:right;
	width:100%;
 
 }