/* VARFÖR SYNS INTE DEN HÄR TEXTEN???? */


/*FÅR ENDAST ÄNDRAS VID MARKERING, DETTA VID APPLIKATIONER SOM INTE TILLHÖR ADB*/

h1
{
	/*font-size: medium;*/
	font-size: 14px;
	margin-top: 0px;
}

h2
{
	/*font-size: small;	*/
	font-size: 12px;
	margin-bottom: 7px;
}
h3
{
	/*font-size: x-small;*/
	font-size: 10px;
}

body
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	line-height: 150%;
}

div
{	
	font-size: 10px;
}
table
{
	border: 0;
	table-layout: fixed;
}
td
{
	font-size: 10px;
	line-height: 125%;
}

td.topmenulevel1
{
	/*FÅR ÄNDRAS OM EJ ADB*/
	background-color: #BFD595;
	/*END*/
	text-align: center;
	height: 15px;
}

td.topmenulevel1selected
{
	/*FÅR ÄNDRAS OM EJ ADB*/
	background-color: #DFEACA;
	/*END*/
	text-align: center;
	text-decoration: none;
	height: 15px;
}

td.topmenulevel2
{
	/*FÅR ÄNDRAS OM EJ ADB*/
	background-color: #DFEACA;
	/*END*/
	text-align: center;
	height: 15px;
}
td.topmenulevel2selected
{
	/*FÅR ÄNDRAS OM EJ ADB*/
	background-color: #DFEACA;
	/*END*/
	text-align: center;
	height: 15px;
}

.intro
{
	font-weight: bold;
	font-size: 11px;
}

div.leftmenu
{
	margin-bottom: 5px;
	padding-left: 14px;
}

div.leftmenulevel2
{
	margin-left: 10px;
	margin-top: 2px;
}

a
{
	color: Navy;
	text-decoration: underline;
}
a.topmenu
{
	margin-right: 15px;
	color: #000000;
	text-decoration: none;
}
a.topmenuselected
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.topmenu:hover
{
	text-decoration: none;
}

a.leftmenu
{
	color: #000000;
	text-decoration: none;
}
a.leftmenuselected
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.leftmenu:hover
{
	text-decoration: underline;
}

.LeftFloating
{
	float: left;
}

.RightFloating
{
	float: right;
}

.OverFlowHidden
{
	overflow: hidden;
}

.ClearBoth
{
	clear: both;
}

.PaddingAll7
{
	padding: 7px 7px 7px 7px;
}

.MarginBottom7
{ 
	margin-bottom: 7px;
}

.MarginBottom14
{ 
	margin-bottom: 14px;
}

.MarginTop7
{ 
	margin-top: 7px;
}

.MarginTop14
{ 
	margin-top: 14px;
}

input
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

input.Ram, select.Ram, textarea.Ram
{
	border: 1px solid black;	
}

textarea
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}
/*END*/


/*EGEN DEFINERADE STYLESTAGGAR*/
#Login
{
	width: 420px;
	background-color: #F2D01F;
/*	border-left: 1px solid #DD9727;
	border-right: 1px solid #DD9727;
	border-bottom: 1px solid #DD9727;		*/
	padding: 0px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#Profile
{
	width: 476px;
	background-color: #F2D01F;
/*	border-left: 1px solid #DD9727;
	border-right: 1px solid #DD9727;
	border-bottom: 1px solid #DD9727;		*/
	padding: 0px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#Admin
{
	width: 750px;
	background-color: #F2D01F;
/*	border: 1px solid #DD9727;		*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;	
}

#iFrameLoggedOn
{
	border: 0;
	width: 700px; 
	height: 22px; 
	background-color: #F2D01F;
}

#iFrameChat
{
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	width: 700px; 
	height: 400px; 
	background-color: #ffffff;
}

#ChatWin
{
	background-color: #F2D01F;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.Border3Sides
{
	padding-left: 14px; 
	padding-right: 14px; 
	padding-bottom: 14px; 
	border-bottom: 1px solid #DD9727;
	border-left: 1px solid #DD9727;
	border-right: 1px solid #DD9727;
}

.TxtChatMess
{
	width: 400px;
	border: border: 1px solid black;
}

.InputUpdate
{
	width: 300px;	
	
}

.middlebg
{
	background-color: #F2D01F;
}

.darkbg
{
	background-color: #DD9727;
}

.Bold
{
	font-weight: bold;
}

.Red
{
	color: #CC0000;
}


/*END*/
