
html, body, form 
{
	height:100%;
	margin:0;
	padding:0;
}

body 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 72%;
}

#body
{
	background:#e1e1e1;
	text-align:center;
}

#bodyWrapper
{
	padding:10px;
}

#content_top
{
	margin:0 auto;
	clear:both;
	height:41px;
	text-align:left;
	background-color:#ccd2e6;
}

#content 
{
	margin:0 auto;
	clear:both;
	text-align:left;
	background-color:#ffffff;
	min-height:528px;
}

#contentplaceholder 
{
	padding:10px;
}

#content_bottom 
{
	margin:0 auto;
	clear:both;
	height:23px;
	text-align:left;
}

#topmenu 
{
	padding:10px;
	float:left;
}

#loginstatus
{
	text-align:right;
	padding:17px 10px 0 0;
	float:right;
	font-size:11px;
}

.GantTable 
{
	width:100%;
}

.GantTable th
{
	background-color:#ccd2e6;
	border-bottom:1px solid #ffffff;
	padding:2px;
	text-align:center;
}

.GantTable td
{
	border-bottom:1px solid #ffffff;
	padding:2px;
	text-align:center;
}

.ErrMsg, .EmptyGridView
{
	padding:10px;
	margin:10px 0;
	background-color:#f8fbdc;
	border:1px solid #576080;
	clear:both;
}
	
.ToolTip
{
	background-color:#f8fbdc;
	border:1px solid #576080;
}


.DefaultTable 
{
	text-align:left;
}

.DefaultTable th 
{
}

.DefaultTable td
{
	text-align:left;
}

.EditTable 
{
	width:100%;
	border-collapse:collapse;
}

.EditTable tr td 
{
	padding:2px;
	border-bottom:1px solid #ffffff; 
	background-color:#f1f1f1;
	vertical-align:top;
}

.EditTable table tr td 
{
	border:0;
}

.EditTable .firstCol
{
	width:140px;
}

.EditTable .large
{
	width:300px;
}
.EditTable .xlarge
{
	width:400px;
}


.EditButtons 
{
	margin:5px 0 0 20%;
}

a img 
{
	border:0;
}
a 
{
	color:#000000;
}
a:hover 
{
	text-decoration:none;
}


/* meny */
.Menu 
{
}


.StaticMenu
{
	font-size:11px;
	font-weight:700;
}
.StaticMenu img
{
	margin:0 5px;
}

.DynamicMenu
{
	border:1px solid #ccd2e6;
}

.DynamicMenu a
{
	display:block;
}

.DynamicMenu Table
{
}

.DynamicMenu Table td
{
	padding:2px;
}

.DynamicMenu Table Table
{
	font-size:11px ! important;
}


/* gridviews */
.GridViewLarge 
{
	width:100%;
	border:0;
	border-collapse:collapse;
	clear:both;
}

.GridViewLarge .HeaderStyle th
{
	background-color:#ccd2e6;
	border-bottom:1px solid #ffffff;
	padding:4px 2px;
}

.GridViewLarge .RowStyle td 
{
	border-bottom:1px solid #ffffff;
	padding:2px;
}

.GridViewLarge .AlternatingRowStyle td 
{
	border-bottom:1px solid #ffffff;
	padding:2px;
}

.GridViewLarge .SelectedRowStyle td 
{
	border-bottom:1px solid #ffffff;
	padding:2px;
	font-weight:700;
}

.radgrid {
    clear:both;
}

.sortButton {
    width:50px;
}

.Filters 
{
	/*border:1px solid #d7dcec;
	background-color:#e4e8f3;*/
	padding:5px;
	margin:0 0 5px 0;
	clear:both;
}


/*Calendar */
.Calendar 
{
}
.Calendar .TitleStyle 
{
	background-color:#ccd2e6;
	padding:2px;
}



/* formulär */
input[type=button], input[type=submit]
{
	font-size:11px;
}

input[type=text], input[type=password], textarea
{
	border-top:1px solid #848ca6;
	border-right:1px solid #848ca6;
	border-bottom:1px solid #576080;
	border-left:1px solid #576080;
}

textarea 
{
	font-family:Arial, Verdana, Sans-Serif;
}

label 
{
	cursor:pointer;
}

/*bredder */
.w50 
{
	width:50px;
}
.w100 
{
	width:100px;
}
.w120 
{
	width:120px;
}
.w150 
{
	width:150px;
}
.w200 
{
	width:200px;
}
.w300 
{
	width:300px;
}
.w400 
{
	width:400px;
}

.w500 
{
	width:500px;
}


/* färger */
.red
{
	color:Red;
}

/*rubriker */
h1 
{
	font-size:1.4em;
	margin:0.2em 0 1em 0;
	color:#576080;
}

h2 
{
	font-size:1.2em;
	margin:0.2em 0 0.8em 0;
	color:#000000;
}

h3 
{
	font-size:1.0em;
	margin:0.2em 0 0.8em 0;
	color:#000000;
}


/* storlekar */

.bold 
{
	font-weight:700;
}

.underline 
{
	text-decoration:underline;
}

.strikethrough 
{
	text-decoration:line-through;
}


.small 
{
	font-size:10px;
}

.left 
{
	text-align:left;
}

.center 
{
	text-align:center;
}

.right 
{
	text-align:right;
}

.fleft 
{
	float:left;
}

.fright 
{
	float:right;
}

.txtLeft 
{
	text-align:left;
}

.txtCenter 
{
	text-align:center;
}

.txtRight 
{
	text-align:right;
}

.pointer 
{
	cursor:pointer;
}

img.left 
{
	float:left;
	margin-right:6px;
}

img.right 
{
	float:right;
	margin-left:6px;
}

.nowrap 
{
	white-space:nowrap;
}

input.readonly {
    background-color:#e1e1e1;
    color:#666666;
}


.filters {
    height:45px;
}

.filters .item {
    float:left;
    margin-right:5px;
}

.filters .item .label {
    display:block;
    height:16px;
    font-size:10px;
}



.RadGrid .rgRow td {
}

.RadGrid .rgAltRow td {
    background-color:#f9f9f9;
}

