/*
==================================================================================================================================
 																Shopadmin Backoffice CSS
Produsert av RnD @ 2011 
Alle rettigheter tilhører RnD og er beskyttet under lov om opphavsrett.
Kontakt rnd@rnd.no ved spørsmål.

Standard colors:
Blue for links: #ADDADA
==================================================================================================================================
*/



/*====
GENERAL
====*/
body
{
		margin:						0px;
		padding:					0px;
}

.title_box
{
		background:					#A8B8CF;
		border:						#333333 1px solid;
		height:						50px;
}


.secretdiv
{
		border:						#c8c8c8 1px solid;
		background:					#F3F3F3;
		margin-bottom:				2px;

}

.p_item
{
		font-family:   				sans-serif;
		font-size:					12px; 
		padding-left:				10px;
		
}
.niceicon
{
		border:						none;
		padding:					2px;
		margin:						0px;
}
.niceicon a
{
		font-family:   				sans-serif;
		font-size:					12px; 
		border:						none;
}

/*====
TITLES
====*/

.heading_title
{
		font-family:   				sans-serif;
		font-size:					25px; 
		padding-left:				10px;
		color:						#FFFFFF;
		font-weight:				normal;
		display:					inline;		
}
.heading_title a
{
		color:						#FFFFFF;
		text-decoration:			none;
}
.heading_title a:hover
{
		color:						#FFFFFF;
		text-decoration:			none;
}


.page_title
{
		font-family:   				sans-serif;
		font-size:					20px; 
		padding-left:				10px;
		color:						#FFFFFF;
		font-weight:				normal;
		display:					inline;
}
.page_title_extra_link
{
		font-family:   				sans-serif;
		font-size:					16px; 
		color:						#FFFFFF;
		font-weight:				normal;
}
.page_title_extra_link a
{
		color:						#FFFFFF;
		text-decoration:			none;
}
.page_title_extra_link a:hover
{
		color:						#ADDADA;
		text-decoration:			none;
}


/*====
TOPMENU
====*/
.topmenu
{
		font-family:   				tahoma,helvetica,arial;
		font-size:					15px; 
		color:						#FFFFFF;
		font-weight:				normal;
}
.topmenu a
{
		color:						#FFFFFF;
		text-decoration:			none;
}
.topmenu a:hover
{
		color:						#ADDADA;
		text-decoration:			none;
}

/*
====
STATUS CLASSES
====
*/


.status_ok
{
		font-family:   				sans-serif;
		font-size: 					16px; 
		font-weight:				bold;
		color: 						#12A819;
		text-decoration:		 	none; 
}
.status_ok a
{
		font-family:   				sans-serif;
		font-size: 					16px; 
		font-weight:				bold;
		color: 						#12A819;
		text-decoration:		 	underline; 
}
.status_ok a:hover
{
		font-family:   				sans-serif;
		font-size: 					16px; 
		font-weight:				bold;
		color: 						#12A819;
		text-decoration:		 	none; 
}

.status_notok
{
		font-family:   				sans-serif;
		font-size: 					16px;
		font-weight:				bold;		 
		color: 						#9A1016; 
		text-decoration:		 	none; 
}
.status_notok a
{
		font-family:   				sans-serif;
		font-size: 					16px;
		font-weight:				bold;		 
		color: 						#9A1016; 
		text-decoration:		 	underline; 
}
.status_notok a:hover
{
		font-family:   				sans-serif;
		font-size: 					16px;
		font-weight:				bold;		 
		color: 						#9A1016; 
		text-decoration:		 	none; 
}
.text_status_ok
{
		font-family:				tahoma;
		font-size:					11px;
		text-decoration:		 	none; 
		color: 						#12A819; 

}
.text_status_ok a
{
		text-decoration:		 	underline; 
		color: 						#12A819; 
}
.text_status_ok a:hover
{
		text-decoration:		 	none; 
		color: 						#12A819; 
}

.text_status_notok
{
		font-family:				tahoma;
		font-size:					11px;
		text-decoration:		 	none; 
		color: 						#9A1016; 
}
.text_status_notok a
{
		text-decoration:		 	underline; 
		color: 						#9A1016; 
}
.text_status_notok a:hover
{
		text-decoration:		 	none; 
		color: 						#9A1016; 
}

/*
======
FORM
======
*/

.form_system
{
		font-family:				tahoma,helvetica,arial;
		font-size:					20px;
		color:						#003366;
		border:						#C8C8C8 1px solid;
		padding-top:				2px;
		padding-bottom:				2px;
		margin-top:					2px;
		margin-bottom:				2px;
}
.form_system2
{
		font-family:				tahoma,helvetica,arial;
		font-size:					14px;
		color:						#003366;
		border:						#C8C8C8 1px solid;
		padding-top:				2px;
		padding-bottom:				2px;
		margin-top:					2px;
		margin-bottom:				2px;
}

.form_system_submit
{
		font-family:				tahoma,helvetica,arial;
		font-size:					20px;
		border:						#C8C8C8 1px solid;
}
.form_system_submit2
{
		font-family:				tahoma,helvetica,arial;
		font-size:					14px;
		border:						#C8C8C8 1px solid;
}

.form_title
{
		font-family:				tahoma,helvetica,arial;
		font-size:					14px;
		color:						#333333;
}
.form_title2
{
		font-family:				tahoma,helvetica,arial;
		font-size:					11px;
		color:						#333333;
}

/*
======
TABLES
======
*/
.tableview
{
		font-family:				tahoma,helvetica,arial;
		font-size:					14px;
		color:						#333333;
		width:						100%;
		border:						#C8C8C8 1px solid;
		
}
.tableview_header
{
		font-family:				tahoma,helvetica,arial;
		font-size:					14px;
		color:						#333333;
		border:						#C8C8C8 1px solid;
		background:					#ADDADA;
		height:						35px;
		padding-left:				2px;
		
}
.tableview_row
{
		font-family:				tahoma,helvetica,arial;
		font-size:					12px;
		color:						#333333;
		height:						20px;
		padding-left:				2px;
}
.tableview_row a
{
		color:						#003366;
		text-decoration:			none;
}
.tableview_row a:hover
{
		color:						#4c6e9d;
		text-decoration:			none;
}

/*====
STANDARD H TAGS
====*/
h1
{
		font-family:				tahoma,helvetica,arial;
		font-size:					22px;
		color:						#003366;
}
h2
{
		font-family:				sans-serif,arial;
		font-size:					16px;
		color:						#325B84;
}


/*====
CONTENT
====*/

.text
{
		font-family:				tahoma,helvetica,arial;
		font-size:					18px;
		color:						#003366;
}
.text a
{
		text-decoration:			none;
		color:						#003366;
}
.text a:hover
{
		color:						#333333;
		text-decoration:			none;
}
.smalltext
{
		font-family:				tahoma,helvetica,arial;
		font-size:					10px;
		color:						#003366;
}
.smalltext a
{
		text-decoration:			none;
		color:						#003366;
}
.smalltext a:hover
{
		color:						#333333;
		text-decoration:			none;
}


