/***********************************************
 * for treeview style information, see 
 * obout style sheet in \\~\Inetpub\wwwroot\TreeIcons\Icons\obout_treeview.css
 ******************************/


/*******************************************************
* Global stuff
*******************************************************/
a
{
	text-decoration: none;
}

a:link
{
	color: #1e2d9b;
}

a:visited
{
	color: #1e2d9b;
}

a:hover
{
	color: #840000;
	text-decoration: underline;
}

.noHover:hover
{
	color: #000000;
	text-decoration: none;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

table#MainTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}


/*******************************************************
* Search page
*******************************************************/
.cssFlatbutton
{
	border: solid 1px #2C3871;
	font-size: 13px;
}

td.searchParams
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
}

.pagerControls
{
	font-size: 18px;
}

a.pagerControls:hover
{
	text-decoration: none;
}


/*******************************************************
* Info header
*******************************************************/
td.headerInfoLabel
{
	font-size: 13px;
	text-align: right;
}

td.headerInfoText
{
	padding-left: 10px;
	padding-top: 2px;
	font-size: 13px;
	text-align: left;
}

.smallText
{
	font-size: 11px;
}

.treeLinks
{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

/*******************************************************
* Tab control
*******************************************************/
.TabControlTab
{
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	width: 220px;
	text-align: center;
	cursor: pointer; 
	font-size: 12px;
	background-image: url(../images/tabBar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px #d5d5d5;
	border-width: 1px 1px 1px 1px;
}

.TabControlTab:hover
{
	background-image: url(../images/tabBarSelected.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px #d5d5d5;
	border-width: 1px 1px 1px 1px;
}



.TabControlTabSelected
{
	width: 220px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	
	background-image: url(../images/tabBarSelected.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px #d5d5d5;
	border-width: 1px 1px 1px 1px;
	
	height:18px;
}

/* hack för både ie6 och ie7, usch usch */
/* den höjd riktiga webläsare får är 20px, ie får 18px (som sedan läggs ihop med bordern, 18+1+1) */
html>body .TabControlTabSelected
{
	height:20px;
	*height:18px;
}

.TabControlSpacer
{
	width: 2px;
	background-image: url(../images/tabBar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px #d5d5d5;
	border-width: 1px 1px 1px 1px;
	
}

.TabControlContent
{
	background-color: #ffffff;
	padding: 0px;
	padding-top: 4px;
}


/*******************************************************
* Tab control views
*******************************************************/
.cssTabViewDisplay
{
	width: 80%;
	padding: 0px;
	/*background-image: url(../images/fadinglineyellow.png);
	background-repeat: repeat-x;*/
	
	margin-bottom: 30px;
}

TD.linkHeader
{
	font-size: 11px;
	text-align: center;
	padding-top: 13px;
}

.toggleRowContainer
{
	text-align: center;	
}

.toggleRow
{
	font-size: 11px;
	text-align: center;
	margin: 0px 250px 20px 250px;
	/*padding-top: -10px;*/
	/*padding-bottom: 30px;*/
	/*border-top: solid 0px #aebee0;
	border-bottom: solid 0px #aebee0;*/
	/*margin-bottom: 20px;*/
	/*background-color: #fbfcfd;*/
	/*padding: 0px 50px 30px 50px;*/
	
	background-image: url(../images/blueDot.png);
	background-repeat: repeat-x;
	/*width: 500px;*/
}

.toggleText
{
	text-align: center;
	background-color: #ffffff;
	padding: 0px 7px 0px 7px;
	width: 100px;
	
}

/* class for Base.DetailViewDisplayTable.makeSubTable() */
Table.subTbl
{
	width: 80%;
}


/*.villkorinv
{
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: solid 1px #4C0D0D;
	color: #fafafa;
	background-color: #EE1414;
}

.villkorinvEmpty
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: solid 1px #C1C1C1;
	color: #838383;
	background-color: #ffffff;
}*/

TR.subTblGridRow
{
	/*background-color: #ffffff;*/
}

TR.subTblGridRowDarker
{
	background-color: #F9F9F9;
}

TD.cssHeaderRow
{
}

.headerRowImage
{
	vertical-align: text-bottom;
	position: relative;
	top: 1px;
	margin-top: -2px;
}

.headerRowImageCell
{
	/*margin-top: -4px;*/
}

.infoBlockContainer
{
	margin-left: 3px;
	margin-right: 40px;
}

TD.infoBlockHeaderBefore
{
	width: 15px;
	background-image: url(../images/grayDot.png);
	background-repeat: repeat-x;
}

TD.infoBlockHeader
{
	width: 10px;
	white-space: nowrap;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 5px; 
	padding-right: 5px;
}

TD.infoBlockHeaderAfter
{
	width: 5000px;
	background-image: url(../images/grayDot.png);
	background-repeat: repeat-x;
	margin-right: 5px;
}

TD.infoBlockHeaderUpLink
{
	width: 10px;
	white-space: nowrap;
	font-size: 13px;
	padding-bottom: 1px;
	padding-left: 5px; 
	padding-right: 5px;
	font-weight: bold;
}

TD.infoBlockHeaderAfterLink
{
	width: 40px;
	
	/*background-image: url(../images/grayDot.png);
	background-repeat: repeat-x;*/
}

TD.cssCell
{
	font-size: 11px;
}

TD.subTblCellLabel
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px; /*background-color: #E7E7E7;*/
	width: 180px; 
	border-right: solid 1px #aebee0;
	text-align: right;
	vertical-align: top;
}

TD.subTblCell
{
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px; /*background-color: #ffffff;*/
	text-align: left;
	vertical-align: top;
}

TD.subTblHCell
{
	font-size: 11px;
	font-weight: bold;
}

.subTblGrid
{
	padding-bottom: 3px;
}

TD.subTblGridCell
{
	font-size: 11px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 5px;
}

TD.subTblGridCellList
{
	font-size: 11px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #F1F1F1;
	width: 100px;
	padding-right: 10px;
}

TD.subTblGridCellListAnm
{
	width: 2000px;
}

TD.subTblGridCellListLast
{
	width: auto;
	border-bottom: solid 1px #F1F1F1;
}

TD.subTblGridHCell
{
	font-weight: bold;
	/*background-color: #E9ECF1;*/
	border-bottom: solid 1px #aebee0;
	font-size: 11px;
	
}

TD.subTblGridHCellLast
{
	width: auto;
}

.villkor
{
	color: #a90707;
	font-weight: bold;
	border-left: solid 3px #d25c5c;
}

.cssIndentTable
{
	background-repeat: no-repeat;
}





