/*
////////////////////////////
////////HTML ELEMENT////////
////////////////////////////
*/

html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body
{
    margin: 0px;
    padding: 0px;
	width: 100%;
	height: 100%;
	font-family: verdana, arial;
	color: #717171;
	font-size: 11px;
	line-height: 15px;
}

h1, h2, h3, h4
{
	color: #717171;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
    display: block;
    line-height: normal;
}

h1 {font-size: 30px;}
h2 {font-size: 30px;}
h3 {font-size: 18px;}
h4 {font-size: 11px;}

img
{
	border: 0px;
}

input, select, textarea
{
    font-family: verdana, arial;
    font-size: 11px;
    color: #717171;
	border: 1px solid #d7d7d7;
}

.submit
{
    font-family: verdana, arial;
    font-size: 18px;
    color: #717171;
	border: 1px solid #d7d7d7;
	background-color: White;
}

p
{
    margin: 0px;
}

/*//////////LINKS////////// */

a, a:visited, a:hover
{
	color: #1b6ad5;
	font-weight: bold;
	font-family: verdana, arial;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active
{
    font-family: arial;
	font-size: 13px;
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}
a.menu:active {
	text-decoration: underline;
}

/*
////////////////////////////
////GENERALL DIV ELEMENT////
////////////////////////////
*/

/*//////////MAIN STRUCTURE////////// */

#container
{
    margin: 0px;
    padding: 0px;
    width: 990px;
    min-height:100%; 
    _height:100%;
    margin-right: auto; margin-left: auto;
}

#head
{
    margin: 0px;
    padding: 0px;
	width: 990px;
	height: 90px;
}

#body
{
    margin: 0px;
    padding: 0px;
    width: 990px;
	height: auto;
}

#footer
{
    clear: both;
    margin: -100px auto 0px auto;
    padding: 0px;
    width: 990px;
	height: 100px;
	background: url('/home/images/footer.jpg') no-repeat;
}

#footerMargin
{
    height:120px; clear:both;
}

/*//////////HEAD////////// */

#logo
{
    padding: 0px;
    width: 400px;
    /*Med margin-top i filen stylesheet ska denna div totalt vara 65px hög*/
    float: left;
    margin-bottom: 5px;
}

#navigator
{
    margin: 0px;
    padding: 0px;
    width: 590px;
    height: 42px;
    float: left;
}

#navigator_content
{
    margin-right: 20px;
    padding: 0px;
    height: 25px;
    float: right;
}

#menu
{
    margin: 0px;
    padding: 0px;
    height: 23px;
    float: right;
}

#colorbar
{
    margin: 0px;
    padding: 0px;
    width: 990px;
    height: 25px;
    clear: both;
}




/*//////////MODULE////////// */

.module_frame
{
    
    margin: 0px;
    padding: 0px;
    width: auto;
	height: auto;
}

.module_frame_top
{
    width: auto;
    height: 4px;
    background: url('/home/images/frame_side_T.gif') repeat 0px 0px;
}

.module_content
{
    margin: 0px;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    background-color: #f2f2f2;
}

.module_content_margin
{
    padding: 16px 19px 16px 19px;
}

.module_frame_bottom
{
    width: auto;
    height: 4px;
    background: url('/home/images/frame_side_B.gif') repeat 0px 0px;
}

/*//////////MENU////////// */

#menu ul
{
    list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#menu li.button
{
	float: left;
	margin: 0px 3px 0px 13px;
}

#menu li.button_active
{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #FFFFFF;
}

.menuButton_left, .menuButton_right
{
    float: left;
    width: 3px;
    height: 23px;
}

.menuButton_middle
{
    margin: 0px;
    padding: 0px;
    float: left;
    height: 23px;
}

/*//////////FOOTER////////// */

.footer_content
{
    float: left;
    width: 225px;
    margin: 20px 0px 0px 20px;
}

.footer_content_text
{
    float: left;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
}

/*
////////////////////////////
////SPECIFIC DIV ELEMENT////
////////////////////////////
*/

/*Function getReferences */

#references_frame_300
{
    float: left;
    height: 246px;
    width: 300px;
    padding: 6px 0px 0px 6px;
    background: url('/home/images/references_frame_300.gif') no-repeat;
    margin-right: 20px;
}

#references_frame_200
{
    float: left;
    height: 164px;
    width: 200px;
    padding: 6px 0px 0px 6px;
    background: url('/home/images/references_frame_200.gif') no-repeat;
    margin-right: 20px;
}

/*Skapa sida */

.reg_timeline_on, .reg_timeline_off
{
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    width: 33%;
    text-align: left;
}

.reg_timeline_off
{
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    width: 33%;
    text-align: left;
}

.reg_content_box
{
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
}

#reg_name_status
{
    margin: 5px 0px 0px 98px;
    padding: 2px;
    height: 16px;
    width: 181px;
    border: 1px solid #e7e7e7;
    background-color: #f2f2f2;
    font-weight: bold;
}



.reg_status
{
    margin: 5px 0px 10px 0px;
    padding: 2px;
    height: 16px;
    width: 365px;
    border: 1px solid #e7e7e7;
    background-color: #f2f2f2;
    font-weight: bold;
    color:#e75252;
}

.reg_status_icon
{
    display:none;
    margin: 0px;
    padding: 0px;
}

/*
////////////////////////////
////////////MISC////////////
////////////////////////////
*/

.clear
{
    clear: both;
}

.list
{
    border-bottom: 1px dotted #e7e7e7;
}