/* ------------------------------------------------------------- */
/* StyleSheet v4 for lanparty.dk								 */
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* MISC. DEFAULT STYLES											 */
/* ------------------------------------------------------------- */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	background-image: url(/gfx/bgGrid.gif);
	text-align:center;
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#CFCFCF;
	scrollbar-3dlight-color:#AFAFAF;
	scrollbar-shadow-color:#9F9F9F;
	scrollbar-darkshadow-color:#7F7F7F;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #2F2F2F;
}

body,div,td,input,select,textarea, th
{
	font-family: Tahoma, arial, sans serif;
	font-size:  10pt;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #0079AA;
}
a:hover
{
	text-decoration: underline;
	color: #0199CB;
}
input, select, textarea
{
	border: 1px inset;
	background-color: #F5F7F9;
}
form
{
	margin: 0px;
	padding: 0px;
	background : transparent;
}
img {	border:0px;}

b, strong {	font-weight:bold;}

li {list-style: square; }

code 
{
	border: 1px solid #808080;
	background-color: #F5F7F9;
	padding: 4px;
	margin:4px;
	display:block
}




/* ------------------------------------------------------------- */
/* COMMON STYLES												 */
/* ------------------------------------------------------------- */


.lpBox
{
	border: 1px solid #808080;
	background-color: #EEEEEE;
	font-size: 12px;
	line-height: 17px;
	padding: 20px;
	margin:auto;
	text-align:left;
	width: 80%;
}

.lpBox IMG
{
	border: none;	
}

h1
{
	margin-top:0px;
	/*font-size: 20px;*/
	font-size: 18px;
	font-weight: bolder;
	border-bottom: 2px solid #800000;
	/*font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;*/
}


h2
{
	margin-top:0px;
	border-bottom: 2px solid #800000;
	margin-bottom: 10px;
	padding: 1px;
	color: #800000;
	font-weight: bolder;
	/*font-size: 14px;*/
	font-size: 12px;
	/*font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;*/
}



.lpBottom
{
	font-size: 11px;
	font-weight: bolder;
	border-top: 2px solid #800000;
}



/* ------------------------------------------------------------- */
/* OTHER STYLES													 */
/* ------------------------------------------------------------- */

.checkbox
{
	border: none;
	background-color: transparent;
}
.bannerCell
{
	background-image: url(/gfx/bgLines.gif);
}
.picFrame
{
	background-position: 1px 1px;
	background-repeat: no-repeat;
	margin: 2px;
	float: right;
}

.topTicker
{
	background-image: url(/gfx/bgLines.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	padding: 2px;
	color: white;
	margin: 0px;
	font-weight: bold;
	text-align:left;
}

.grayBox
{
	border: 1px solid #808080;
	width: 100%;
	background-color: #EEEEEE;
	padding: 4px;
}

.lightBlueBox
{
	border: 1px solid #808080;
	width: 100%;
	background-color: #F5F7F9;
	padding: 4px;
}

.rightFloater
{
	float: right;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px;
	background-color: #dddddd;
	border: 1px solid #888888;
}


.redlink
{
	color: #800000;
}


/* ------------------------------------------------------------- */
/* Comment STYLES												 */
/* ------------------------------------------------------------- */

/*.comments
{
    border: #cccccc 1px dashed;
    padding: 15px;
    margin: 0px auto 0px 50px;
    width: 60%;
    background-color: #f5f5f5;
    text-align: left
}
*/

.CMtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: verdana, sans-serif
}
.CMinfo
{
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
    FONT-SIZE: 10px;
    COLOR: gray
    background-color: #eeeeee;
}
.CMtxt
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    MARGIN: 0px
}
.CMtxt P
{
    PADDING: 0px;
    MARGIN: 0px 0px 20px;
    COLOR: black;
    LINE-HEIGHT: normal;
}


/* ------------------------------------------------------------- */
/* Main STYLES													 */
/* ------------------------------------------------------------- */

.MainTable ,.main
{
border-left: 2px dashed #AFAFAF;
border-right: 2px dashed #AFAFAF;
padding-left: 3px;
padding-right: 3px;
border-top: none;
border-bottom: none;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
width: 850px;
margin:auto;
text-align:left;
}

.main .realContents, .main .content
{
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #ffffff;
margin: 0px;
padding: 0px;
width: 100%;
font-family: verdana, sans-serif;
font-size: 9px;
background-image: url(/gfx/mainback.jpg);
background-repeat: no-repeat;
background-position:  top center;
text-align: center;
}


.main .headerTable, .main .header
{
border-left: 1px solid black;
border-right: 1px solid black;
border-top: none;
border-bottom: none;
background-color: #ffffff;
margin: 0px;
padding: 0px;
width: 100%;
font-family: verdana, sans-serif;
font-size: 9px;
}

.lanFloaterTable
{
border: none;
margin: 0px;
padding: 0px;
width: 100%;
}




/* ------------------------------------------------------------- */
/* MENU STYLES													 */
/* ------------------------------------------------------------- */

.menuCell
{
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #FFFFFF;
padding: 0px;
}


.userMenuCell
{
text-align: center;
border-bottom: 1px solid black;
background-color: #FFFFFF;
padding: 0px;
}


.menuCell td, .userMenuCell td
{
font-family: tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px;
text-align: center;
}


/* ------------------------------------------------------------- */
/* LANLIST STYLES												 */
/* ------------------------------------------------------------- */

.lanTable
{
border: 1px solid #808080;
margin-left: 30px;
margin-right: 30px;
margin-top: 10px;
margin-bottom: 10px;
width: 780px;
background-color: #F5F7F9;
padding: 10px;
}

.lanTable .lanList
{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
width: 95%;
}


.LanTable .lanDate
{
font-size: 13px;
font-family: verdana, sans serif;
font-weight: bolder;
font-style: italic;
color: #800000;
width: 100%;
border-bottom: 2px solid #800000;
padding-top: 5px;
}

.LanTable A
{
font-weight: bolder;
}

.LanTable A:hover
{
text-decoration: none;
color: #4A6377;
font-weight: bolder;
}

.LanTable .lanHeader
{
color: #800000;
font-weight: bolder;
margin-bottom: 5px;
}



/* ------------------------------------------------------------- */
/* FRONTPAGE STYLES												 */
/* ------------------------------------------------------------- */


.headerNews,.frontPageCell {width: 321px;}

.headerNews
{
background-image: url(/gfx/newsBar.gif);
background-repeat:no-repeat;
padding-left: 30px;
color: #800000;
font-weight: bolder;
line-height: 18px;
}

.frontPageCell
{
border-left: 1px solid #808080;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
border-top: none;
margin-bottom: 10px;
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #EEEEEE;
padding: 6px;
line-height: 12px;
color: #273F50;
}

.frontPageCell .info
{
color: gray;
font-family: tahoma;
border-bottom: 1px dashed gray;
padding-bottom: 2px;
margin-bottom: 2px;
}


/* --- [ Pretty Ordered List ] ------*/

table.orderedlist {
	border-collapse: collapse;
	border: solid 1px #9D9D9D;
	}
table.orderedlist th {
	white-space:nowrap;
	padding: 3px;
	text-align: left;
	background-color: #eee;
	border: solid 1px #9D9D9D;
	}
table.orderedlist td {
	padding: 4px;
	border: dotted 1px #9D9D9D;
	}
