/* ================================
    CSS STYLES FOR PortalDotNET
   ================================
*/   


/* background color for the content part of the pages */
Body
{
	font-size:9px;font-family: Verdana;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { color: #A8490A;font-size: 9px; font-weight:bold;text-decoration:none;
}

A.OtherTabs:visited  { color: #A8490A;font-size: 9px; font-weight:bold;text-decoration:none;
}

A.OtherTabs:active   { color: #A8490A;font-size: 9px; font-weight:bold;text-decoration:none;
}

A.OtherTabs:hover    { color: #A8490A;font-size: 9px; font-weight:bold;text-decoration:none;
}

/* GENERAL */
/* style for module titles */
.Head   { color: #A8490A; font-weight: bold;font-size:11px;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	color: black; font-weight: bold;font-size:9px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size:9px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{ font-size:9px;font-family: Verdana;
}

.DisableTextBox
{ font-size:9px;font-family: Verdana
}

.BigTextBox
{ font-size:9px;font-family: Verdana;
}

.NormalRed
{ font-size:9px;font-family: Verdana
}

.NormalBold
{ font-size:9px;font-family: Verdana;font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {font-size:9px;font-family: Verdana;text-decoration:none;color:black;font-weight:normal
}

A.CommandButton:visited  {font-size:9px;font-family: Verdana;text-decoration:none;color:black;font-weight:normal
}

A.CommandButton:active   {font-size:9px;font-family: Verdana;text-decoration:underline;color:#A8490A;font-weight:normal
}

A.CommandButton:hover    {font-size:9px;font-family: Verdana;text-decoration:underline;color:#A8490A;font-weight:normal
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {font-size:9px;font-family: Verdana;text-decoration:underline;color:black;font-weight:normal
}

A:visited   {font-size:9px;font-family: Verdana;text-decoration:underline;color:black;font-weight:normal
}

A:active    {font-size:9px;font-family: Verdana;text-decoration:underline;color:#A8490A;font-weight:normal
}

A:hover {font-size:9px;font-family: Verdana;text-decoration:underline;color:#A8490A;font-weight:normal
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR { color: #A8490A;
}

TABLE
{
	font-size:9px;
}

TD
{
	font-size:9px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */

/* Transenna.Survey styles starts here */
.SurveyTable { }
.SurveyResult { }
.SurveyBar { background: #A8490A; }
.SurveyBarCell { }
.SurveyProcent { }
.SurveyClick { }
/* Transenna.Survey styles ends here */

/* Transenna.Search styles starts here */

.tblItem
{

}

.tblFooter
{

}

.tblMain
{
	background: #A8490A;
	border: solid 1px #993300;
	padding: 2px;
}

.tblAlt
{

}
/* Transenna.Search styles ends here */

.crawler /* Benyttes til crawler skin modulet (søgeoptimering) */
{
	display: none;
}

/* News Articles Custom Styles */
.NormalWhite {  }
.articleQuote {  }
	
.articleTitle {  }

.articleTable {  }
.articleTopCell {  }
.articleLbl {  }
.articleContentCell {  }
.articleTextCell {   }
.articleReadMore {   }
.articleIconCell {  }
.articleFooterCell {  }
.5pad { padding:5px;height:15px;}

.PostBy  {  }
.PostByTxt  {font-size:10px; color:#020202  }

/* ASPNetMenu styles starts here */

.ctlMenu /* AspNetMenu Bar */
{
 
}

.G /* SubGroup */
{
  border: solid 1px #993300;
}

.MIb /* Menu Item Break */
{
 background: #993300;
}

.CI /* Child Item */
{
  color:white;
  cursor:hand;
  padding-left:5px;
  padding-right:10px;
  font-weight:normal;
  height:18px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  background: #A8490A;
}

.CIo /* Child Item Over */
{
  color:white;
  cursor:hand;
  padding-left:5px;
  padding-right:10px;
  font-weight:normal;
  height:18px;
  background: #A8490A;
}

.CId /* Child Item Down */
{
  color:#A8490A;
  cursor:hand;
  padding-left:5px;
  padding-right:10px;
  font-weight:normal;
  height:18px;
  background: white;
}

.CIs /* Selected Child Item */
{
  color:white;
  cursor:hand;
  padding-left:5px;
  padding-right:10px;
  font-weight:bold;
  height:18px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  background: #A8490A;
}

.CIso /* Selected Child Item Over */
{
  color:white;
  cursor:hand;
  padding-left:5px;
  padding-right:10px;
  font-weight:bold;
  height:18px;
  background: #A8490A;
}

.CIsd /* Selected Child Item Down */
{
  color:#A8490A;
  cursor:hand;
  padding-left:5px;
  padding-right:10px;
  font-weight:bold;
  height:18px;
  background: white;
}

.MOI /* Module Control Root Item */
{
	width:12px;
	cursor: hand;
}

.MOIo /* Module Control Root Item Over*/
{
	width:12px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=88);
	cursor: hand;
}

.MOId /* Module Control Root Item Down */
{
	width:12px;
	cursor: hand;
}

/* ASPNetMenu styles end here */