/******************** CSS for GM - global modules **********************/

/* Std cards */
.all_module_cardcontainer
{
	background-color: #191919;
	padding: 10px 0px 15px 0px;
	position: relative;
	min-height:246px;
	margin:0px 5px 0px 5px;
}

.all_card { 
	width:180px;
	height:240px;
	background-color:#262626;
	float:left;
	margin-right:5px;
	margin-bottom:30px;
	display: table-cell;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 	position:relative;
 	
}
.all_card_skip { 
	width:55px;
	height:240px;
	background-color:#262626;
	float:left;
	margin-bottom:30px;
	text-align:center;
	display: block;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
}
.all_card_skip img{ 
	margin-top: 98px;
}
.all_card_overlay {
	background: url('http://g2.start.no/gfx/gjenskinn_hvit.png') no-repeat scroll 0% 0% transparent; 
	position: absolute; 
	z-index: 20;
	opacity: 0.25;
	/* for ie */
	filter:alpha(opacity=25);
	width: 180px;
	height: 120px;
	cursor: pointer;
}

.all_card_imgcontainer_big{ 
	position: relative;
	z-index: 1;
	background-color:#FFFFFF;
	display: block;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 	height:150px;
 	width:180px;
 	background-repeat:no-repeat
}

.all_card_imgcontainer{ 
	position: relative;
	z-index: 1;
}

.all_card_imgcontainer img{ 
	display: block;
	margin: 0pt auto;
	height:150px;
}

.all_cardtxt, .all_cardtxt a {
	font-size:11px;
	color:#878787;
	margin-top:5px;
	text-decoration:none;
	text-align: center;
}
.all_cardtxt_title, .all_cardtxt_title a
{
	margin:0px 5px 10px 5px;
	font-weight:bold;
	color:#cacaca;
}
.all_card_subtitle { 
	height:20px;
	text-align:center;
	margin-top:2px;
}
.all_card_subtitle a{ 
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

/* Std cards user mini */
.all_followerWrapper
{
	width: 111px;
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
}
.all_card_mini
{
	position: relative;
	border-radius: 10px; /* chrome baby, chrome */
	-moz-border-radius: 10px;
	background-color: #171717;
	width: 111px;
	height:170px;
}

.all_card_mini_img
{
	width: 91px;
	height: 119px;
	border: 0;
}

.all_followerNickWrapper
{
	width: 100%;
	text-align: center; 
	padding: 10px 0 10px 0;
}

.all_followerNickWrapper a
{
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
}
/* List displays */

/* Std light list (as seen on frontpages) */
.all_List1, .all_List2 { 
  border-bottom: 5px solid #FC8D21;
}

.all_List2 {
  width: 486px;
}

.all_List1 {
  width: 777px;
}

.all_List1 th, .all_List2 th { 
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}
.all_ListHeader2 {
  background: url(http://g2.start.no/quiz/layout/QM_bg1.gif);
}
.all_ListHeader1 { 
  background: url(http://g2.start.no/quiz/layout/QM_bg2.gif);
}
.all_List1 td, .all_List2 td { 
  color: #666666;
  font-size: 11px;
  padding: 5px;
}
.all_List1 td a:hover, .all_List2 td a:hover
 {
  color: #FF822F;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.all_List1 td a:link,
.all_List1 td a:visited,
.all_List2 td a:link,
.all_List2 td a:visited
{ 
  color: #272727;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.all_tr1_2 { 
  background-color: #FFFFFF;
}
.all_tr1_1 { 
  background-color: #F3F3F3;
}

#a_forum_full .all_List1 .all_tr1_1 a,
#a_forum_full .all_List1 .all_tr1_1 a:link,
#a_forum_full .all_List1 .all_tr1_1 a:visited,
#a_forum_full .all_List1 .all_tr1_1 a:hover { color: #797979; }


#a_forum_full .all_List1 .all_tr2_1 a,
#a_forum_full .all_List1 .all_tr2_1 a:link,
#a_forum_full .all_List1 .all_tr2_1 a:visited,
#a_forum_full .all_List1 .all_tr2_1 a:hover { color: #797979; }

.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr1_1 a,
.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr1_1 a:link,
.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr1_1 a:visited,
.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr1_1 a:hover { color: #797979; }

.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr2_1 a,
.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr2_1 a:link,
.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr2_1 a:visited,
.fr_sidebar_leftcontent_wrapper .all_List1 .all_tr2_1 a:hover { color: #797979; }


.all_tr2_2 { 
  background-color: #EEEEEE;
}
.all_tr2_1 { 
  background-color: #E4E4E4;
}

/* Std dark list (as seen on arena) */
/* On empty*/
#all_module_dark_wrapper_empty
{
	height:200px; 
 	width:962px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#bbbbbb;
 	padding:10px;
 	margin-top:10px;
}
#all_module_dark_empty
{
	height:190px;
	width:962px;
	background-color:#252525;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

#all_module_dark_empty_text
{
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
}
/* On not empty - fullwidth*/
#all_module_dark_wrapper
{
 	height:400px; 
 	width:962px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#bbbbbb;
 	padding:10px;
 	margin-top:10px;
}

#all_module_dark
{
	height:390px;
	width:962px;
	background-color:#252525;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}
/* With marg*/
#all_module_dark_wrapper_small
{
 	min-height:200px; 
 	width:756px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#bbbbbb;
 	padding:10px;
 	margin-top:10px;
}
#all_module_dark_small
{
	min-height:200px;
	width:756px;
	background-color:#252525;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#all_module_dark_wrapper_empty_small
{
	height:200px; 
 	width:756px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#bbbbbb;
 	padding:10px;
 	margin-top:10px;
}
#all_module_dark_empty_small
{
	height:190px;
	width:756px;
	background-color:#252525;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}
/* One third */
.all_module_dark_wrapper_33_percent
{
 	width:294px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#bbbbbb;
 	padding:10px;
 	margin-left:10px;
 	margin-top:10px;
 	height: 400px;
}
.all_module_dark_33_percent
{
	height:380px;
	width:294px;
	background-color:#252525;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	overflow: hidden;
}
.all_module_dark_33_percent a
{
	color: #FFFFFF;
}

#all_moduledark_uparrow
{
	margin-top:20px;
}

/* Fullwidth */
.all_List1_dark { 
  width: 478px;
  float:left;
  margin-top:10px;
  margin-bottom:10px;
}

.all_List1_dark td { 
  text-align:left;
}
.all_List1_dark td a:link,
.all_List1_dark td a:visited
{ 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding-left:5px;
}
/* With marg */
.all_List1_dark { 
  width: 375px;
  float:left;
  margin-top:10px;
  margin-bottom:10px;
}

.all_List1_dark td { 
  text-align:left;
}
.all_List1_dark td a:link,
.all_List1_dark td a:visited
{ 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding-left:5px;
}

.all_tr1_dark_2 { 
  background-color: #383838;
}
.all_tr1_dark_1 { 
  background-color: #404040;
}
.all_tr1_dark_1 a{ 
  color: #D9D9D9;
}
.all_tr2_dark_2 { 
  background-color: #1F1F1F;
}
.all_tr2_dark_1 { 
  background-color: #252525;
}
.all_tr2_dark_1 a{ 
  color: #929292;
}

/* Buttons */
#all_bluebutton, .all_bluebutton
{
	height:20px; 
 	width:113px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#167EB8;
 	padding: 10px;
 	margin-left:10px;
 	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	text-align:center;
	background: -moz-linear-gradient(top, #4eb4f8, #2779b7  100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4eb4f8), to(#2779b7));
	background-image: -o-linear-gradient(top, rgb(78, 180, 248), rgb(39, 121, 183));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4eb4f8, endColorstr=#2779b7)";
}
#all_yellowbutton, .all_yellowbutton
{
	height:20px; 
 	width:113px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#f4db32;
 	padding: 10px;
 	color:#272727;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	text-align:center;
	background: -moz-linear-gradient(top, #fef63e, #e4b120  100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fef63e), to(#e4b120));
	background-image: -o-linear-gradient(top, rgb(254, 246, 62), rgb(228, 177, 32));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fef63e, endColorstr=#e4b120)";
}

.all_greybutton {
	height:20px; 
 	width:113px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	background-color:#f4db32;
 	padding: 10px;
 	color:#272727;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	text-align:center;
	background: -moz-linear-gradient(top, #C9C9C9, #7C7C7C  100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#C9C9C9), to(#7C7C7C));
	background-image: -o-linear-gradient(top, rgb(201, 201, 201), rgb(124, 124, 124));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9C9C9, endColorstr=#7C7C7C)";
}

#all_greybutton
{
	height:15px;
 	width:80px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	background-color:#c4c2be;
 	padding: 3px;
 	color:#666666;
	font-size:10px;
	font-weight:bold;
	cursor: pointer;
	text-align:center;
	margin-left:5px;
}
#all_greybutton_inactive
{
	height:15px;
 	width:80px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	background-color:#e8e7e7;
 	padding: 3px;
 	color:#c4c2be;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-left:5px;
}

/* Links */
#all_seemore a
{
	font-size:14px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	text-decoration:none;
	color:#5C5C5C;
}
#all_seemore a:hover
{
	color: #FFFFFF;
}


/* Right box */
.RB_module {
  margin-bottom: 10px;
}
.RB_module .module_header {
  font-size: 14px;
  font-weight: bold;
  background: url('http://g2.start.no/misc_gfx/modulheader.gif') bottom repeat-x #FFFFFF;
  color: #FFFFFF;
  padding: 5px;
  text-decoration: none;
}

.RB_filterElem {
  padding: 10px 0px 10px 5px;
  clear: both;
  border-left: 1px solid #EEEEEE;
}

.RB_filterElem .elem_img { 
  margin-right: 5px;
  float: left;
  width: 80px;
}
.RB_filterElem .elem_text { 
  float: left;
  width: 92px;
  overflow: hidden;
  color: #666666;
}

.RB_filterElem .elem_text b { 
  color: #666666;
}

.RB_filterElem .elem_header { 
  font-size: 12px;
  color: #666666;
  padding-bottom: 5px;
}

.RB_filterElem .elem_header a:link, 
.RB_filterElem .elem_header a:visited { 
  font-weight: bold;
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}

.RB_filterElem .elem_header a:hover { 
  font-weight: bold;
  font-size: 12px;
  color: #444444;
  text-decoration: none;
}

.int_module_header {
  font-size: 12px;
  font-weight: bold;
  background: url('http://g2.start.no/misc_gfx/moduleheader_small.png') bottom repeat-x #FFFFFF;
  color: #FFFFFF;
  padding: 2px 5px;
  text-decoration: none;
}

/* Module specific */
#GM_popular
{
	width:765px;
	border: 1px solid #cfcfcf;
  font-size: 14px;
}

#GM_popular td
{
	font-size: 12px;
	border-left: 1px solid #FFFFFF;
	padding-left: 4px;
}
#GM_popular a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	text-decoration:none;
}

#GM_last table
{
	width:378px;
	border: 1px solid #cfcfcf;
}
#GM_last td
{
	border-left: 1px solid #FFFFFF;
	padding-left: 4px;
}

#GM_last a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	text-decoration:none;
}

/* Arenastyle lists */
.GML_Header { 
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: left;
}
.GML_List1 { 
  width: 765px;
}
.GML_List2, .GML_List3 { 
  width: 378px;
}
.GML_List1 th, .GML_List2 th, .GML_List3 th { 
  color: #272727;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}
.GML_ListHeader2 { 
  background-color: #B9B9B9;
}
.GML_ListHeader1 { 
  background-color: #A5A5A5;
}
.GML_List1 td, .GML_List2 td, .GML_List3 td { 
  color: #666666;
  font-size: 11px;
  padding: 5px;
}
.GML_List1 td a:hover,
.GML_List2 td a:hover,
.GML_List3 td a:hover { 
  color: #FF822F;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.GML_List1 td a:link,
.GML_List1 td a:visited,
.GML_List2 td a:link,
.GML_List2 td a:visited,
.GML_List3 td a:link,
.GML_List3 td a:visited { 
  color: #272727;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.GML_tr1_2 { 
  background-color: #FFFFFF;
}
.GML_tr1_1 { 
  background-color: #F3F3F3;
}
.GML_tr2_2 { 
  background-color: #EEEEEE;
}
.GML_tr2_1 { 
  background-color: #E4E4E4;
}

/* Std for all modules */
#GM_std_header
{
	text-align:left;
	color: #222222;
	font-size: 24px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:5px;
}
#GM_std_sub_header
{
	background-color: #eeeeee;
	height:31px;
}
#GM_std_sub_header td
{
	font-size: 14px;
	font-weight: normal;
	color: #646464;
}
#GM_std_username a
{
	width:100px;
	color: #167EB8;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}
#GM_std_username_blue a
{
	width:200px;
	color: #1592DC;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#GM_std_username_blue_dark a
{
	width:200px;
	color: #137BB6;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#GM_std_nums
{
	color: #646464;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	text-decoration:none;
}
#GM_l_bg
{
	background-color: #FFFFFF;
}
#GM_d_bg
{
	background-color: #eeeeee;
}
#GM_gradient_box_search {
  background: url('http://g2.start.no/lister/layout/gray_gradient.gif') bottom repeat-x #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-size: 11px;
  padding:5px;
}
#GM_gradient_box_search input[type=text],
#GM_gradient_box_search input[type=submit] { 
  margin-bottom: 5px;
}
#GM_welcome_box {
 background: url('http://g2.start.no/lister/layout/gray_gradient.gif') bottom repeat-x #FFFFFF;
 border: 1px solid #CCCCCC;
 color: #222222;
 width:755px;;
 padding:5px;
 font-size:12px;
}
#GM_welcome_box p{
	color: #222222;
	font-size:12px;
}
#GM_welcome_box a{
	color: #70B121;
	font-size:12px;
}
#GM_welcome_header
{
	text-align:left;
	color: #222222;
	font-size: 24px;
	font-weight: normal;
}

#GM_article b,#GM_article p,#GM_article a{
 color: #222222;
 font-size:12px;
}
#GM_article h1{
  color: #222222;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
#GM_article img{
  border:1px solid #CCCCCC;
}
#GM_article i{
	color: #555555;
  text-align:center;
  font-size:10px;
}
.GM_l_bg
{
	background-color: #FFFFFF;
}
.GM_d_bg
{
	background-color: #eeeeee;
}

/* Profile module */
#PM_stats
{
	width:530px;
	height:119px;
	border-left:1px solid #939393;
	font-size: 14px;
	color: #939393;
	padding-left:5px;
	float:left;
	margin-left:5px;
}
#PM_stats h1
{
	color: #000000;
	border-bottom:1px solid #939393;
	font-size:24px;
	font-weight: normal;
	margin-bottom:5px;
	padding-bottom:2px;
}

/* Complaint module */
.COM_header
{
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	margin-top:10px;
}
.COM_textarea
{
	border: 1px solid #CCCCCC;
	width:100%;
	margin:10px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
}

/* ############# Comments ################ */
.clear{
	clear:both;
}

/* Forum first comment standalone */
#all_CMT_forumstart
{
	background-color:#e6e4df;
	margin-top: 10px;
	margin-bottom: 10px;
}
.all_CMT_forumstart_leftarrow
{
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 7px solid #e6e4df;
	border-right: 10px solid #FFFFFF;
	border-bottom: 7px solid #e6e4df;
	margin-top:10px;
	float:left;
}
#all_CMT_replyquote
{
	font-style:italic;
	font-size:12px;
	background-color:#F5F4F2;
	padding:10px;
	color:#666666;
}
#all_CMT_replyquoteby
{
	font-weight:bold;
	font-style:normal;
}

/* Generic comments */
.all_CMT_leftarrow
{
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 7px solid #CCCCCC;
	border-right: 10px solid #FFFFFF;
	border-bottom: 7px solid #CCCCCC;
	margin-top:10px;
	float:left;
}

/* To be used in mobile verify, use new css button instead */
.leftColButton {
	background-image:url(http://g2.start.no/common/leftcolumnbutton.jpg);
	color:#272727;
	font-size:14px;
	font-weight:bold;
	height:35px;
	line-height:2.5;
	text-align:center;
	width:180px;
	margin: 0 0 5px 5px;
}
.CMT_infobox {
  margin: 0px 0px 5px 0px;
  color: #626366;
  background-color: #FFFFFF;
  font-size: 14px;
  border: none;
} 
.CMT_infobox h2 { 
  font-size: 18px;
  margin: 5px;
  padding: 0px;
}
.all_CMT_noComments { 
  font-size: 12px;
  font-weight:bold;
  margin: 5px 0px 5px 0px;
  background-color:#F5F4F2;
  padding:10px;
  color: #666666;
}
#CMT_module { 
  padding: none;
  font-size: 12px;
}
#CMT_module a:link,
#CMT_module a:visited {
  font-size: 12px;
} 
#CMT_info { 
  padding: 5px;
  color:#939393;
}
#CMT_text { 
  padding: 10px;
  font-size: 14px;
}
.all_CMT_moduleMain { 
  padding: 5px;
  margin-bottom:5px;
  min-height:145px;
}
.all_CMT_SubHeader { 
 	font-family:Verdana,Helvetica,Arial;
 	font-size: 20px;
 	color: #666666;
 	font-weight:bold;
 	margin-top:5px;
 	margin-bottom:5px;
}
.all_CMT_moduleMain .CMTUser a:link,
.all_CMT_moduleMain .CMTUser a:visited { 
  font-size: 14px;
  color: #626366;
  text-decoration: none;
}
.all_CMT_Byline{
	font-size: 12px;
  color: #626366;
  margin-bottom:10px;
  margin-left:10px;
}
.all_CMT_Byline a:link,
.all_CMT_Byline a:visited { 
  color: #70b121;
  text-decoration: none;
}
.all_CMT_moduleMain .CMT_User a:hover { 
  font-size: 14px;
  color: #F4B01D;
  text-decoration: underline;
}
.all_CMT_moduleMain .CMT_Options { 
  text-align: right;
}
.all_CMT_moduleMain h2{ 
	padding:0px;
	margin:0px;
	color: #626366;
	
}
.all_CMT_moduleContent { 
	color: #626366;
  font-size: 14px;
  margin-bottom:5px;
  padding:10px;
  background-color:#FFFFFF;
  max-width:90%;
  float:left;
  min-height:17px;
  word-wrap: break-word;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
 }
.CMT_header { 
  font-size: 12px;
  font-weight: bold;
  background: url('http://g2.start.no/lister/layout/gradientheader_grey.gif') bottom repeat-x;
  padding: 3px 0px 3px 5px;
  color: #F8F8F8;
  font-weight: bold;
}

.all_CMT_contentcontainer
{
	position:relative;
	padding-bottom:34px;
	min-height:114px;
}
.all_CMT_smalltext  { 
	margin-top:11px;
	color: #626366;
	font-size: 9px;
	float:right;
	display:block;
	margin-right:0px;
	width:120px;
	text-align:right;
	vertical-align:bottom;
}

.all_CMT_img { 
  width:91px;
  float:left;
  margin-right:10px;
  text-align:center;
  height:135px;
}
.all_CMT_imgNick{
	margin-top:14px;
}
.all_CMT_imgNick a{ 
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	font-size:11px;
}
.all_CMT_buttonplaceholder
{
 	height:30px;
 	position:absolute;
 	bottom:0px;
}
.all_CMT_buttons { 
	margin-left:4px;
	height:30px;
	width:450px;
	float:left;
	display:block;
}
.all_CMT_replybuttons { 
		display:none;
		width:300px;
		margin-top:8px;
	}

.all_CMT_replybuttons a{ 
	text-decoration:none;
}

.all_CMT_moduleMake {
 font-family:Verdana,Helvetica,Arial;
 padding:10px 5px 10px 5px;
 background-color:#e6e4df;
 margin-top:5px;
 min-height:200px;
 margin-top:5px;
}
.all_CMT_moduleMake input, .all_CMT_moduleMake textarea{
 font-family:Verdana,Helvetica,Arial;
 font-size:14px;
 margin-top:2px;
}
.all_CMT_moduleMake_smallheader{
	color: #626366;
	font-size: 12px;
	font-weight:bold;
}
/* Skip module */
.CMT_skipModule {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CFCFCF;
	text-align: center;
}
.CMT_skipModule table {
  text-align: center;
  margin-bottom:5px;
}
td.CMT_PageCurrent {
	width: 32px;
	height: 21px;
	vertical-align: middle; 
	text-decoration: none; 
	font-weight:bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #898989;
	background-color:#272727;
	background:  url( http://g2.start.no/common/markert.gif );
	text-align: center; 
}
td.CMT_PageLink { 
	width: 30px;
	height: 21px;
	border: 1px solid #898989;
	vertical-align: middle; 
	text-decoration: none; 
	font-size: 12px;
	font-weight:normal;
	padding: 0px; 
	color: #FFFFFF;
	background-color:#272727;
	text-align: center; 
}
td.CMT_PageLink a:link,
td.CMT_PageLink a:visited { 
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
td.CMT_PageLink a:hover {
  display: block;
	color: #FFFFFF;
	text-decoration: none;
}
td.CMT_PageCurrent a:link,
td.CMT_PageCurrent a:visited { 
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
td.CMT_PageCurrent a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#CMT_navButtons {
	margin-top: 15px;
	display: none;
}

#CMT_navButtons .next { 
  font-size: 14px;
  font-weight: bold;
  color: #272727;
  width: 131px;
  height: 39px;
  background-image: url( http://g2.start.no/common/knapp1.gif );
  text-align: center;
  line-height: 2.5;
  float: left;
}

#CMT_navButtons .prew { 
  font-size: 14px;
  font-weight: bold;
  color: #272727;
  width: 131px;
  height: 39px;
  background-image: url( http://g2.start.no/common/knapp2.gif );
  text-align: center;
  line-height: 2.5;
  float: left;
  margin-right: 5px;
}
.all_CMT_displayNone {
display: none;
}
.CMT_displayBlock {
display: block;
}
.CMT_displayTableRow {
display: table-row;
}
#CMT_login {
	padding:5px;
}
#CMT_login a:link,
#CMT_login a:visited {
  font-size: 14px;
  color: #272727;
  text-decoration:none;
  font-weight:bold;
}
#CMT_login a:hover {
  font-size: 14px;
  color: #FF822F;
  text-decoration:underline;
  font-weight:bold;
}

/* Ajax navigation */
.all_navAjax_sep  {
	cursor: default !important;
	padding: 0px;
}

.all_navAjax_wrapper {
	padding: 10px 0 10px 0;
}

.all_navAjaxContainer {
	padding: 10px 0 10px 0;
}

.all_navAjaxContainer ul li {
	min-width: 32px;
	text-align: center;
	line-height: 21px;
	height: 21px;
	background: url('http://g2.start.no/gfx/numb_deselect_transparent.png') no-repeat;
	float: left;
	border: 0px;
	margin-right: 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	list-style-type: none;
}

.all_navAjaxContainer a {
	color: #FFFFFF;
	text-decoration: none;
}

.all_navAjaxSelected {
	background: url('http://g2.start.no/gfx/numbselect_transparent.png') no-repeat !important;
}

/* ########### /end comments ############## */