body {
	background-color: #fff;
	color: black;
	font-family: arial, sans-serif;
	font-size: 8pt;
	/*overflow-y: scroll;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
}
input {
	border: 1px solid gray;
}
textarea {
	border: 1px solid gray;
}
img {
	border: 0px;
	text-decoration: none;
}
img.date_calendar
{
	position: relative;
	top: 5px;
	left: 2px;
	border: 1px solid #777;
	padding: 1px;
	cursor: pointer;
}
hr {
	border: 1px solid silver;
}
td {
	vertical-align: top;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



div#topmenu
{
	width: 100%;
	height: 24px;
	background-color: #fafafa;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom:5px; 
	margin-right: 5px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	
}
div#topleft, div#topright
{
	float: left;
	height: 25px;
	border-bottom: 0px solid #eee;
}
div#topleft
{
	width: 200px;
	float: left;
	text-align:left;
	padding-left: 25px;
	padding-top: 2px;
	line-height: 20px;
}
div#topright
{
	width: 500px;
	float: right;
	text-align:right;
	padding-right: 10px;
}
div#topleft .inner, div#topright .inner
{
	padding-left: 5px;
	padding-right: 5px;
}
div#topright img
{
	position: relative;
	top:3px;
	padding-right: 3px;
	padding-left: 4px;
}
div#topleft img
{
	position: absolute;
	top:0px;
	left: 5px;
	padding-right: 3px;
	padding-left: 4px;
}

#helpbox {
	background-color: #FE9;
	border: 1px solid orange;
	color: black;
	vertical-align: top;
	width: 128px;
	max-width: 128px;
	min-width: 128px;
	display: none;
}
div#loginbox {
	margin-top: 128px;
	font-size: 10px;
}
div#loginbox table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid gray;
	background: url( '../images/GOPublishlogo.png' ) white no-repeat;
	width: 550px;
	height: 267px;
}
div#loginbox input#username {
	width: 128px;
}
div#loginbox input#password {
	width: 128px;
}
div.message {
	color: red;
}
div.overlay {
	position: fixed;
	top: 192px;
	left: 0px;
	width: 100%;
/* 	margin-top: -192px; */
	display: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	text-align: center;
}
ul.toolbar {
	list-style-type: none;
	margin-top: 0px;
	background-image: url( '../images/bg_vmeny.gif' );
	border: 1px solid gray;
	margin: 5px;
}

.blackborders {
	border: 1px solid black;
}
.blackborders td {
	border: 1px solid black;
}
div.dialog {
	width: 450px;
	background-color: #F7F7F7;
	border: 1px solid white;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	text-align: center;
	line-height: 200%;
	display: none;
}
div#container {
	text-align         	: center;
	margin             	: 0px auto;
	padding			 	: 0px;
	margin-top			: 0px;
	border			 	: 0px solid #A7A6AA;		
	position: relative;
}
div#main {
	background-color	: #fff;
	text-align          : left;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 190px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border				: 1px solid #ccc;	
}
div.sectionheader {
	font-size: 150%;
	color: gray;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 6px;
	margin: 6px;
}
div.content {
	padding				: 0px 6px 0px 6px;
	margin				: 0px 0px 0px 0px;
	
}
div.content .sectionheader {
	font-size: 150%;
	color: gray;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 6px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#main h2 {
	color				: #666; 
	background-color	: #ddd;
	margin				: 0px;
	padding				: 3px 10px 3px 10px;
	font-size			: 14px;
	font-weight			: normal;
	border-bottom		: 0px solid #B4B1AC;	
		text-transform: uppercase;
	
	
	background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png);
background-repeat-x: repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-position-x: 50%;
background-position-y: 50%;
background-origin: initial;
background-clip: initial;
background-color: #E6E6E6;
	
}
div#helpbox {
	position: fixed;
	right: 16px;
	top: 16px;
	text-align: left;
}


div#leftmenu {
	background-color	: #fefefe;
	float				: left;
	clear				: left;
	width				: 180px;
	min-height			: 100%;
	text-align          : left;
	padding				: 0px;
	margin				: 0px 0px 0px 0px;
	border				: 0px solid #ccc;	
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;	
}
div#leftmenu h2 {
	color				: #fff; 
	background-color	: #A7A6AA;
	margin				: 0px;
	padding				: 3px 10px 5px 10px;
	font-size			: 14px;
	font-weight			: bold;
	border-bottom		: 1px solid #B4B1AC;
}

div#leftmenu div.menuitem {
	height: 26px;
	width: 178px;
	vertical-align: middle;
	
	text-align: left;
	text-transform: uppercase;

	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
	margin-bottom: 1px;
	
}
div#leftmenu div.menuitem a {
	text-decoration: none;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
	margin-bottom: 1px;
	
	
	
	color: black;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	
	font-size: 11px;
}
div#leftmenu div.menuitem a.on
{

	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #fff;
}

div#leftmenu div.menugroup {
	height: 25px;
	
	margin-top: 5px;
	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url( '../images/bg_vmeny.gif' );
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	
	text-decoration: none;
	color: black;
	display: block;
	padding-left: 16px;
	
	
	
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;	
	
	font-weight: bold;
}
div#leftmenu div.menugroup img, div#leftmenu div.menuitem img
{
	position: relative;
	top: 3px;
	padding-right: 3px;
}
div#leftmenu div.menuitem a:hover {
	background-color	: #eee;
}
div#leftmenu div.menuitem a.active {
	background-color	: #E2E5EE;
	font-weight		: bolder;
}
div#leftmenu div.submenuitem {
	padding: 10px;
	padding-left: 20px;
}
.CKFinderFrame
{
	border: 1px solid #A7A6AA;	
	background-color: white;
}
div#message {
	font-weight: bolder;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*
* html .clearfix {height: 1%;}
*/
.hoverhand {
	cursor: pointer;
}
.cell5p {
	display: inline-block;                
	width: 4%;
	margin: 0px;
	padding: 0px;
}
.cell10p {
	display: inline-block;                
	width: 9%;
	margin: 0px;
	padding: 0px;
}
.cell20p {
	display: inline-block;                
	width: 19%;
	margin: 0px;
	padding: 0px;
}
.cell30p {
	display: inline-block;                
	width: 29%;
	margin: 0px;
	padding: 0px;
}
.cell40p {
	display: inline-block;                
	width: 39%;
	margin: 0px;
	padding: 0px;
}
.headercell {
	font-size: 11pt;
	line-height: 44px;
}
div.rowhead{
	background-color: white;
	border-bottom: 1px solid #DDD;
}
div.rowodd {
	background-color: #F9F9F9;
	/* border-top: 1px solid #DDD; */
}
div.rowodd:hover {
	background-color: #FFFF90;
}
div.rowequal, div.roweven{
	background-color: white;
	/* border-top: 1px solid #DDD; */
}
div.rowequal:hover, div.roweven:hover {
	background-color: #FFFF90;
}
div.toolbar {
	height: 20px;
	text-align :left;
	padding :0px 7px 5px 7px;
	margin : 0px 0px 0px 0px;
	background-image :url( '../images/silverbar.png' );
	background-repeat :repeat-x;
	border-bottom:0px solid #A7A6AA;
	vertical-align: middle;
	line-height: 16px;
	
}
div.toolbar img
{
	position: relative;
	top: 3px;
	padding-right: 4px;
}
div.toolbar a {
	color: black;
	text-decoration: none;
	cursor: pointer;
	height: 25px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
	border-left: 1px solid #ccc;
	height: 16px;
}
div.toolbar a.active {
	color: black;
	text-decoration: none;
	background-color: #fff;
	height: 16px;
}
div.toolbar a:hover {
	color: gray;
}
/*
div.toolbar a:before {
	width: 3px;
	height: 14px;
	content: url( '../images/toolbarseperator.png' );
}
*/
div.toolbar .toolbarlink {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
div.toolbar .toolbarlink:hover {
	color: gray;
}
div.toolbar .toolbarlink:before {
	width: 3px;
	height: 16px;
	content: url( '../images/toolbarseperator.png' );
}
div.toolbar hr {
	width: 3px;
	height: 20px;
	background: url( '../images/toolbarseperator.png' ) no-repeat;
	display: inline;
}

div.toolbarsubmenu {
	margin-top: 25px;
	margin-left: 10px;
	position: fixed;
	border: 1px solid black;
	display: inline-block;
	background: white;
	display: none;
	padding: 5px;
}

div.toolbarsubmenu a:before {
	content: "";
}

div#adminmessage {
	background-color: #FE9;
	border: 0px;
	vertical-align: top;
	display: none;
	position: fixed;
	left: 00px;
	top: 0px;
	color: black;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	text-align: center;
	z-index: 777;
	font-size: 12pt;
}
.page_label {
	max-width: 1000px;
}
/* 	Arguably, these should go in a separate .css, as they only pertain to the News module
	I'll try to keep them from conflicting with other things.
	;)Frode
 */
#news_content {
	padding: 15px;
}
#news_scroll {
	overflow-y: auto;
	max-height: 500px;
	/* min-height: 500px;*/
}
#conf_col .top {
}
#conf_col .collection {
}
#art_line {
	position: relative;
	overflow: hidden;
	height: 80px;
}
#art_line .cell {
	position: relative;
	vertical-align: top;
	top: 0px;
}
.cell {
	display: inline-block;
	width: 150px;
	padding: 5px;
}
.hidden {
	display: none;
}
#conf_col .data {
	padding-left: 10px;
}
.last {
	width: 70px;
}
.first {
	width: 20px;
}
	
.news_title, .news_ingress, .news_label {
	font-weight: bold;
}
.news_article {
	width: 70ex;
}
             
             
	
#conf_col .ingress {
	;
}
#conf_col .ingress_image{
	;
}
#list_col {
	margin-bottom: 10px;
}
#list_col .list_form {
	/*display: inline-block;*/
	margin-top: 0px;
	margin-bottom: 0px;
}
/* #list_col .list_form:hover {
	background-color: #ccc;
}
*/
.news_button {
	border-bottom-color	: #808080;
	border-bottom-style	: solid;
	border-bottom-width	: 1px;
	border-left-color	: #808080;
	border-left-style	: solid;
	border-left-width	: 1px;
	border-right-color	: #808080;
	border-right-style	: solid;
	border-right-width	: 1px;
	border-top-color	: #808080;
	border-top-style	: solid;
	border-top-width	: 1px;
	font-family			: arial, sans-serif;
	font-size			: 13px;
	margin				: 0px;
	padding				: 2px;
}
.news_button:hover {
 	cursor: pointer;
}
 
.button_wrapper {
 	display: inline-block;
 	padding: 2px;
 	margin: 0px;
}
 
.news_paragraph {
 	margin-top:	5px;
 	margin-bottom: 5px;
}
.ingress_picture {
 	min-width: 65px;
 	width: auto;
 	height: 65px;
}
.ingress_picture_small {
 	width: 100px;
}
.news_collection_list {
	background-color: #f0f0f0;
	/* width: 500px; */
}
.new_news_collection {
}
.news_instance_label {
	display: inline-block;
	width: 200px;
	padding-right: 5px;
}
.news_instance_selector {
	display: inline-block;
	width: 270px;
	padding-right: 5px;
	text-align: right;
}
.news_instance_selector_pulldown {
	width: 260px;
}
.news_instance_button {
	border-bottom-color	: #808080;
	border-bottom-style	: solid;
	border-bottom-width	: 1px;
	border-left-color	: #808080;
	border-left-style	: solid;
	border-left-width	: 1px;
	border-right-color	: #808080;
	border-right-style	: solid;
	border-right-width	: 1px;
	border-top-color	: #808080;
	border-top-style	: solid;
	border-top-width	: 1px;
	font-family			: arial, sans-serif;
	font-size			: 13px;
	margin				: 0px;
	padding				: 2px;
	width				: 110px;
}
.news_instance_button:hover {
 	cursor: pointer;
}
#WYSISYGText div{
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.narrow {
	width: 15%;
}
.invalid {
	color: #ff0000;
}
.unavailable {
	color: #aaaaaa;
	background-color: #eeeeee;
}
.paginator 
{
	width: 100%;
	text-align: center;
	color: #000000;
}
.paginator a
{
	color: #333333;
}
.paginator a.current
{
	color: #333333;
	text-decoration: underline;
}
.paginator .control
{
	color: #999999;
}
.rowtable 
{
	width: 100%;
	margin: 0px;
	background-color: #dddddd;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}
.rowtable th
{
	background-color: #eeeeee;
	height: 25px;
	vertical-align: center;
	border-bottom: 1px solid #aaaaaa;
}
.rowtable td
{
	height: 30px;
	vertical-align: middle;
	border: 1px solid #ffffff;
}
.rowtable .odd
{
	background-color: #f3f3f3;
}
.rowtable .even
{
	background-color: #ffffff;
}
.rowtable tr:hover
{
	background-color	: #FFFFcc;
}
.pending { color: #FF9900}
.expired { color: #0000FF}
.published { color: #00CC00}
.unpublished { color: #FF0000}
.editgroup 
{
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #cccccc;
}
.editgrouptable .box0
{
	background-color: #f5f5f5;
	margin: 5px;
	border: 1px solid #cccccc;
}
.editgrouptable .box
{
	width: 100%;
	background-color: #f5f5f5;
	margin: 5px;
	border: 1px solid #cccccc;
}
.editgrouptable .box2
{
	width: 50%;
	background-color: #f5f5f5;
	margin: 5px;
	border: 1px solid #cccccc;
}
.editgrouptable table
{
	width: 100%;
}
.backbox
{
	background-color: #f5f5f5;
	padding: 5px;
	border: 1px solid #cccccc;
}
div#feedbackform {
	right: 30px; 
	top: 50px;
	position: fixed;
	width: 300px;
	height: 200px;
	background: #EEE;
	border: 1px outset;
	display: none;
	text-align: center;
}
img#feedbackbutton {
	cursor: pointer;
}
iframe#feedbackformversion {
	width: 200px;
	height: 12px;
	border: 0px;
	overflow: hidden;
}
.topmenu
{
	height: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	background-color: #eee; 
}
.topmenu a
{
	background-color: #eee; 
	color: #333;
	padding: 5px;
	float:left;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #aaa;
}
.topmenu a:hover
{
	background-color: #eee; 
	color: #000;
	
}
.topmenu a.active
{
	background-color: #ccc; 
	
}
.crm_head
{
	background-color: #bfdbff; 
	border: 1px solid #8db2e3;
	padding: 6px;
	font-size: 14px;
	color: #224181;
}
.crm_firmname
{
	font-size: 20px;
	font-weight: bold; 
	text-transform:uppercase;
	color: #fff;
}
.crm_firmname span 
{
	font-size: 24px;
}
.crm_part_head
{
	background-color: #bfdbff; 
	border-bottom: 1px solid #8db2e3;
	border-right: 1px solid #8db2e3;
	height: 16px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold; 
	color: #224181;
	cursor: pointer;
	float: left;
	width: 110px; 
	position: relative;
}
.crm_part_head_on
{
	background-color: #90bffc; 
	border-bottom: 1px solid #8db2e3;
	border-right: 1px solid #8db2e3;
	height: 16px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold; 
	color: #224181;
	cursor: pointer;
	float: left;
	width: 110px; 
	position: relative;
	
	/*background-image: url('../images/icons/Down.png');
	background-repeat: no-repeat;
	background-position: 95px 2px;*/
}
.crm_part_heads
{
	background-color: #e7effb; 
	
	height: 45px;
	color: #224181;
	width: 700px;
	margin-bottom: 5px;
}
.crm_part
{
	position: relative;
	border: 1px solid #8db2e3;
	margin-bottom: 10px;
	background-color: #e7effb; 
	padding: 3px;
}
.crm_box
{
	position: relative;
	top: 00px;
	left: 00px;
	border-right: 1px solid #8db2e3;
	border-bottom: 1px solid #8db2e3;
	background-color: #bfdbff;
	margin-bottom: 10px;
}
.crm_box_x
{
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	width: 20px;
	height: 18px;
	border: 1px solid #fff;
	text-align: center;
}
.crm_box_head
{
	background-color: #8db2e3;
	font-size: 14px;
	color: #fff;
	margin: auto;
	padding: 5px;
	
}
.crm_box_head span
{
	
}
.formsubmits
{
	width: 100%;
	text-align: center;
	padding-top: 4px;
	height: 28px;
}
.formsubmits span
{
	display: block;
	width: ;
	height: 24px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #aaa;
	background-color: #eee;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	
}
.formsubmits span:hover
{
	background-color: #ccc;
}
.formsubmits img
{
	position: relative;
	top: 5px;
	left: -5px;
}
/*
.crm_formsubmits
{
	width: 100%;
	text-align: center;
	padding-top: 4px;
	height: 28px;
}
.crm_formsubmits span
{
	display: block;
	width: 100px;
	height: 22px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #8db2e3;
	background-color: #c2d9f0;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	
}
.crm_formsubmits span:hover
{
	background-color: #d8e5f2;
}
.crm_formsubmits img
{
	position: relative;
	top: 5px;
	left: -5px;
}
*/
.officetable 
{
	width: 100%;
}
.officetable tr
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.officetable td
{
	margin: 0px;
	padding: 1px;
	border: 0px;
}
.officetable tr.odd td, .officetable tr.row1 td
{
	background-color: #faf7ef;
}
.officetable tr.even td, .officetable tr.row0 td
{
	background-color: #fbf3d9;
}
.officetable tr:hover
{
	background-color: #faebbb;
}
.officetable tr th
{
	border-bottom: 1px solid #8db2e3;
}
.article_tab_head
{
	background-color: #eee; 
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	height: 16px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold; 
	color: #333;
	cursor: pointer;
	float: left;
	width: 110px; 
	position: relative;
}
.article_tab_head:hover
{
	background-color: #ccc; 
}
.article_tab_head_on
{
	background-color: #ccc; 
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	height: 16px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold; 
	color: #333;
	cursor: pointer;
	float: left;
	width: 110px; 
	position: relative;
	
	/*background-image: url('../images/icons/Down.png');
	background-repeat: no-repeat;
	background-position: 95px 2px;*/
}
.article_heads
{
	background-color: ; 
	
	height: 21px;
	color: #333;
	width: 100%;
	margin: auto;
	margin-bottom: 1px;
}
.article_tab
{
	border: 1px solid #ccc;
	margin-bottom: 0px;
	background-color: #fafafa; 
	padding: 0px;
}
.Pages_element
{
	border: 1px solid #aaa;
	width: 685px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
}
.Pages_elementtable
{

	width: 685px;


}
.element_1 .left
{
	
}
.element_1 .right
{

	
}
.element_2
{
	
}

#Page_elements,
{
	width: 685px;
	background-color: ;
}
.Pages_new_module
{
	display: block;
	width: 123px;
	height: 16px;
	padding: 2px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #fafafa;
	margin-right: 1px;
	margin-bottom: 1px;

		border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	
}


#Page_elements .elements tr.header  {
	background-color: #eee;
	color: #333;
	vertical-align: center; 
	padding-left: 12px; 
	font-size: 10pt; 
	/*border: 1px solid #aaa; */
	border-bottom: 2px solid #aaa;
}
#Page_elements .elements .header td {

}
#Page_elements .elements .header td.left {
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #222;
	text-shadow: #fff 1px 1px 1px; 
}
#Page_elements .elements .header td.left img {
	position: relative;
	top:3px;
	left:;
}
#Page_elements .elements .header td.right {
}
#Page_elements .elements .editor {
	padding: 12px; 
	/*border: 1px solid #aaa; */
	border-top: none;
}

#Page_elements .new {
	padding: 5px;

}



.Pages_new_module:hover
{
	background-color: #ddd;
	text-decoration: none;
}
.Pages_new_module_box
{
	width: 685px;
	background-color: #fafafa;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	
		border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	
}
.Pages_new_module_box a
{
	font-weight: normal;
}
.event_register_add
{
	width: 100%;
	text-align: center;
	padding-top: 4px;
	height: 28px;
}
.event_register_add a
{
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #aaa;
	background-color: #eee;
	cursor: pointer;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 10px;
	
}
.event_register_add a:hover
{
	background-color: #ccc;
	text-decoration: none;
}
.event_register_add img, .page_element_delete img
{
	position: relative;
	top: 5px;
	left: -2px;
}
.register_inlinetable
{
	border: 1px solid #ccc;
}
div.GPMessage {
	border: 1px solid #909000;
	background-color: #FFFF99;
}

div.GPMessage a {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

div.dropdownmenuright {
	margin-top: 15px;
	position: fixed;
	right: 0px;
	border: 1px solid black;
	display: inline-block;
	background: white;
	display: none;
	padding: 5px;
}

#tabs ul li img
{
	position: relative;
	top:3px;
	padding-right: 3px;
}
#tabs ul
{
	height: 31px;
}

.headcontent
{
	font-size: 13px;
	padding: 10px;
}

input, textarea
{
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}

div.adminsubmenu {
	display: none;
	position: absolute;
	border: 1px solid black;
	background: white;
	border-radius: 5px;
	padding: 10px;
	top: 40px;
	right: 20px;
}


span.adminsubmenubtn {
	cursor: pointer;
}
.msg_body
{
 padding: 5px;
}
.msg_body a
{
 font-weight: bold;
}
div#topright a:hover
{
	text-decoration: none;
}
