/*
 * *****
 * Global core definitions
 * *****
 */
body
{
	font-size: 10pt;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #000000;
}

a
{
	text-decoration:none;
	color:#0099CC; 
}
a:visited
{
	color:#0099CC; 
}
a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
}

/*
 * *****
 * Main containers
 * *****
 */
#mainContent
{
	width: 1022px;
	margin: 0 auto;
	border: 1px outset;
}
#mainContentInnerLeft
{
	width:835px;
	float:left;
}
#mainContentInnerRight
{
	float:right;
	margin-top: 2px;
	width:181px;
}
#topBanners
{
	margin-left:auto;
	margin-right:auto;
	width:1021px;
	height:160px;
}
#topBannerLeft
{
	float:left;
	clear:both;
	width:768px;
	border:0;
	padding:0;
	margin:0;
}
#topBannerRight
{
	top:0;
	width:251px;
	float:right;
	border:0;
	padding:0;
	margin:0;
}

#copyright
{
	clear:both;
	background-color:#EFEFEF;
	border-top:1px solid #F5F5F5;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #F5F5F5;
	text-align:center;
	padding:5px 5px 5px 5px;
}
/*
 * *****
 * Top menu
 * ****
 */
#topMenu
{
	width:835px;
}

#topMenuLeft
{
	float:left;
}

#topMenuRight
{
	float:right;
	min-width: 500px;
}

#topMenuRightUpper
{
	visibility: hidden;
	text-align: center;
	color: #426c7b;
	font-size: 11px;
}

#topMenuRightLower
{
	text-align: right;
}

#menuBar
{
	clear:both;
	width:100%;
	height: 24px;
	line-height:24px;
	color: #FFFFFF;
	background-image: url(/livedata/img/menuBackground.gif);
}

#menuBar a
{
	color: #FFFFFF;
}

#menuBarLeft
{
	float:left;
	padding-left: 15px;
}

#menuBarRight
{
	float: right;
	min-width: 500px;
}

#menuBarRightMenu
{
	float:left;
}

#menuBarRightSearch
{
	padding-right: 10px;
	float:right;
}

#menuBarRightSearch input.searchfield { 
	width:100px;
	background-color:transparent;
	border:1px solid #FFFFFF;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#menuBarRightSearch input.searchbutton { 
	width:45px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-family:Arial;
	font-size:10px;
	color:#02516e;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#utropLogo
{
	padding:10px 10px 10px 10px;
	border:0px;
}

/*
 * *****
 * Primary content containers
 * *****
 */
#primaryContent
{
	clear:both;
	width:835px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left: 4px;
}
#primaryLeft, .likePrimaryLeft
{
	width:470px;
	float:left;
}
#primaryRight, .likePrimaryRight
{
	width:360px;
	float:right;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color:#0099CC;
}

/*
 * Øyeblikket
 */
.largeImageContainer
{
	clear:both;
	margin-bottom:15px;
	float:left;
	background-color:#006699;
	padding: 5px;
	color: #FFFFFF;
	width: 454px;
}

.largeImageContainer .title
{
	font-weight: bold;
	font-size: 13px;
}

.leadDate
{
	clear:both;
	color:#0099cc; 
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size: 8pt;
}

.readMore
{
	float:right;
	color:#0099CC; 
	background:url(/livedata/img/readmorearrow-color.gif) bottom right no-repeat;
	padding:0px 13px 0px 0px;
	font-weight: bold;
}
.readMore:hover
{
	background:url(/livedata/img/readmorearrow-black.gif) bottom right no-repeat;
	color: #00ccff;
}

.readMoreInverse
{
	float:right;
	color:#000000; 
	background:url(/livedata/img/readmorearrow-black.gif) bottom right no-repeat;
	padding:0px 13px 0px 0px;
	font-weight: bold;
}
.readMoreInverse:hover
{
	background:url(/livedata/img/readmorearrow-color.gif) bottom right no-repeat;
	color: #00ccff;
}

/*
 * *****
 * Site menu
 * ****
 */

#siteMenu
{
	padding:6px;
	width:830px;
	float:left;
}

.siteMenuButton, .siteMenuButton:visited
{
	padding:4px;
	color: #000;
	background-color: #FFF;
	text-decoration:none;
	margin-left: 4px;
}
.siteMenuButton:hover
{
	background-color: #0099CC;
	color: #FFF;
	text-decoration:none;
}

/*
 * *****
 * Modifying classes
 * *****
 */
.withLowerLine
{
	border-bottom: 2px solid #0099CC;
}
