h1,h2,h3,h4,h5,p,ul	{
			font-family: verdana;
			}
H1 {font-size: 17pt;
	color: #3366CC;
	margin-bottom: 0.2em;}			
H2 {font-size: 13pt;
	color: #3366CC;
	margin-bottom: 0.2em;
	}
H3 {font-size: 10pt;
	color: #3366CC;
	margin-bottom: 0.2em;
	}
H4	{
	font-size: 10pt;
	margin-top: 1em;
	margin-bottom: 0.2em;
	}
	
/* News */
.N_Table {background-color: black; font-size: small}
.N_Date {font: verdana; font-size: small; color:black; font-style:italic}
.N_Subject {font: verdana; font-size: medium; font-weight: bold; color:#3366CC}

.N_Date_H {font: verdana; font-size: small; color:black; font-style:italic}
.N_Subject_H {font: verdana; font-size: medium; font-weight: bold; color:#000000; text-decoration:none}


CAPTION {
	color: black;
	font: bold italic;
	}

BODY	{
	font-family: verdana;
	font-size: small;
	background-color: #FFFFFF;
	color: black;
	margin-left:15px;
	}

TD {
	font-size: small;
	}	
	
p	{
	font-size: small;
	font-family: verdana, arial;
	}	





PRE	{
	background-color: #DDDDDD;
	font-size: medium;
	font-family: monospace;
	padding: 0.5em;
	border: none;
	}

DIV.violetbox {
	background-color: #DDDDDD;
	font-family: verdana;
	font-size: 13px;
	padding: 0.5em;
	border: none;
	}


A 	{
	font-family: verdana, georgia;
	text-decoration: none;
	}


A:link	{
	color: navy;
	}

A:visited	{
		color: #666699;
		}

A:active	{
		color: olive;
		}

A:HOVER {
	color: black;
	text-decoration: underline;
	}

A.kjopsalg { color: white; font: bold; background-color: transparent;}
A.kjopsalg:hoover { text-decoration: underline;}
A.kjopsalg:visited { color: white; font-weight: bold; background-color: transparent;}


.capitalize { text-transform: capitalize }





.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(./../images/layout/dialog---800x600.png) no-repeat top right;
 _background-image:url(./../images/layout/dialog---800x600.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,h2,h3,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.1em 0px 0.1em 0px;
}

.dialog h1 {
 font-size: medium;
 padding-bottom:0px;
}









DIV.quote	{
		border: solid thin;
		font: italic 80%;
		margin-left: 1.5em;
		margin-right: 2em;
		background: transparent;
		padding: 0.2em;
		}
		
.admintableLeft {background-color: #9999FF; font-family: arial,tahoma; font-size: 10pt;}
.admintable {font-weight:bold; background-color: #eeeeee; color:black; font-family: arial,tahoma; font-size: 10pt;padding:2px}
		
/* MENU */

A.MainNormal,A.MainNormal:visited,A.MainNormal:hover{
	color: #3366CC;
	font-family: verdana, arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	}

A.SubNormal,A.SubNormal:visited,A.SubNormal:hover	{
	color: #3366CC;
	font-family: verdana, arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}
	
/* Success box*/
.success {
	font-weight: bold;
	background-color: #60FF7B;
	border: 3px dotted #000000;
	width:350px;
	height: auto;
	padding: 5px;
	}
	
.failure {
	font-weight: bold;
	width:350px;
	background-color: #FF8E8E;
	border: 3px dotted #000000;
	height: auto;
	padding: 5px;
	}

.tableNiceGrid {
	background-color: #F9FBFD;
	color: #000000;
	width: 440px;
	border: 1px solid #D7E5F2;
	border-collapse: collapse; 
}
.tableNiceGrid td {
	border: 1px solid #D7E5F2;
	padding-left: 4px; 
}

.tableMainPage {
	background-color: white;
	color: #000000;
	border: 1px solid black;
	border-collapse: collapse; 
	font-size:9pt;
}
.tableMainPage td {
	border: 1px solid black;
}
.tableMainPage th {
	border: 1px solid black;
	background-color: #3366CC;
	color:white;
	font-weigth:bold;
}



.tableAdminForm {
	background-color: #CFEEFF;
	border: 1px solid #CCCCCC;
	border-collapse: collapse; 
}
.tableAdminForm td {
	border: 1px solid #CCCCCC;
}
.tableAdminForm th {
	border: 1px solid #CCCCCC;
	background-color:#ACD7EF;
	font-weight:bold;
	font-size:small;
}


.menu_table {
	border: 0px;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}
.menu_table td {
	border: 0px;
	padding:0px;
	margin:0px;
	line-height:13px;
}



#slidemenubar, #slidemenubar2{
position:absolute;
border:1.5px solid black;
z-index: 10;
}

.Trening_view_g {
width:450px;
font-weight:bold;
background-color:#B1C7DB;
padding:4px;
font-size:small;

}

.Trening_view_d {
background-color:#D7E5F2;
padding:4px;
width:450px;

}

.modifiedMark {
color:red;
font-weight:bold;
}