

body
{
	margin: 0px;
	background-color:  #F5F5F5;
}


/* MAIN */

.main-div
{
	width: 994px;
	border: solid 1px #666666;
}

.main-table
{
	width: 994px;
	
}

.main-content
{
	padding-left: 10px;
	padding-right: 10px;
}

/* HEADER */

.header
{
	text-align: left;
	padding-top: 50px;
}

.main-cell
{
	background-image: url('/Media/world.gif'); 
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #F5F5F5;
}


/* FOOTER */

.footer-text
{
	padding: 6px;
	background-color: #3E6488;
	text-align: right;
	font-family : Arial ; 
	font-weight:normal; 
	font-size : 12px; 
	letter-spacing : 1px; 
	color : #F5F5F5; 
}

.footer-text a,
.footer-text a:link,
.footer-text a:visited
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : normal;
	color : #F5F5F5;
	text-decoration : none;
}

.footer-text a:link:hover, 
.footer-text a:visited:hover,
.footer-text a:hover
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : normal;
	color : #F5F5F5;
	text-decoration: none;
	border-bottom: 1px #009203 dashed;
}

/* MENU */


.main-menu
{
	background-color: #3E6488;
	font-family : Arial ; 
	font-weight:normal; 
	font-size : 12px; 
	letter-spacing : 1px; 
	color : #F5F5F5; 	
	padding: 3px;
	text-align: center;
	padding-left: 10px;
}

.menu-seperator
{
	padding-left: 10px;	
	padding-right: 10px;
}


/* TEXT */

img
{
	padding: 2px;	
}

p,
.default-text,
td,
span
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : normal;
	color : #000000;
	text-align: left;
	overflow: hidden;
}

.default-text-contenteditor
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : normal;
	color : #000000;
	text-align: left;
	overflow: scroll;
}




a			{font-family : Arial ; font-weight:normal; font-size : 12px; letter-spacing : 1px; color : #000000; text-decoration : underline;}
a:hover		{font-family : Arial ; font-weight:normal; font-size : 12px; letter-spacing : 1px; color :  #009203; text-decoration : underline;}
a:active	{font-family : Arial ; font-weight:normal; font-size : 12px; letter-spacing : 1px; color : #000000; text-decoration : underline;}


.default-text-bold
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : bold;
	color : #000000;
	text-align: left;
	overflow: hidden;
}

.default-header
{
	font-family : Arial ;
	font-size : 14px;
	letter-spacing : 1px;
	font-weight : bold;
	color : #000000;
	text-align: left;
	overflow: hidden;

}


.default-header-medium
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : bold;
	color : #000000;
	text-align: left;
	overflow: hidden;
}

.newsarticle-background
{
	background-color: 	#D7D7D7;
}

.actionarticle-background
{
	background-color: 	#D9E3D8;
}

.errormessage
{
	font-family : Arial ;
	font-size : 12px;
	letter-spacing : 1px;
	font-weight : bold;
	color : red;
	text-align: left;
	overflow: hidden;
	
}

.save-cell
{
	text-align: right;	
}

/* WEB PART */

.webpart-header
{
	background-color: #3E6488;
	text-align: right;
}

.management-area
{
	background-color: #FFFFEE;
	border: solid 1px #3E6488;
	margin-bottom: 10px;
	margin-top: 10px;
}
