/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */

Body {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mainTable {
display: inline;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
	text-align: justify;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.ZeroPad {
	padding-top: 0;
	padding-bottom: 0;
}

.ContentPane p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.ContentPane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A699D;
	line-height: 1.5em;
                xxpadding: 20px;
} 

.ContentPane li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A699D;
	line-height: 1.5em;
} 

.ContentPane blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A699D;
	line-height: 1.5em;
} 

.ContentPane h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #E38C00;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ContentPane  h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A699D;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.ContentPane  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.ContentPane  h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E38C00;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.RightPane  {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ContentPane ul {
	color: #005892;
	list-style-image: url(/Portals/0/provet/orangeArrow.gif);
}

.ContentPane .blueArrow {
	color: #005892;
	list-style-image: url(/Portals/0/provet/blueArrow.gif);
}

td ul.blueArrow {
margin-bottom: 6px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Normal td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #142A54;
	}

.style a:link,.style a:visited,.style a:active{
color:#ffcc00;
font-weight:bold;
text-decoration:none;
}


.style a:hover{
color:#ffcc00;
font-weight:bold;
text-decoration:underline;
}

.Normal a:link
{
	text-decoration: underline;
	color: #E38C00;
	font-weight: bold;
}
.Normal a:hover
{
	color: #005892;
	text-decoration: underline;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005892;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #005892;
	text-decoration: none;
}

A.CommandButton:visited  {
	color: #005892;
	text-decoration: none;
}

A.CommandButton:active   {
	color: #005892;
	text-decoration: none;
}

A.CommandButton:hover    {
	color: #000000;
	text-decoration: underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}



H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
font-size: 10px;
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	color: #CCCCCC;
	height: 1px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.dirName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A699D;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2F0FA;
	margin-top: 20px;
}
.dirPos {
	color: #E38C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.dirSpace10 {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.productHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0CEE7;
	display: block;
	color: #005892;
	padding-bottom: 4px;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0CEE7;
	padding-top: 4px;
	background-color: #F1F4Fa;
	padding-left: 8px;
}
.compulsoryFormField {
	font-size: 10px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.03em;
}
.classifieds_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E38C00;
}
a.classifieds_title {
	color: #E38C00;
	text-decoration: underline;
	font-size: 14px;
}
a:hover.classifieds_title {
	color: #005892;
	text-decoration: underline;
	font-size: 14px;
}
.classifieds_region {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005892;
	padding-top: 3px;
}
.classifieds_desc {
	font-size: 11px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
.classifieds_descDetail {
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.classifieds_container {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2CFE7;
}
.classifieds_container_detail {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2CFE7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2CFE7;
}
.classifieds_listedDate {
	color: #142A54;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.classifieds_search {
	padding-bottom: 15px;
	xxborder-bottom-width: 1px;
	xxborder-bottom-style: solid;
	xxborder-bottom-color: #C2CFE7;
}
.nnews_border {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2CFE7;
}
.nnews_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	color: #E38C00;
}
.nnews_title a {
	color: #E38C00;
}
.nnews_title a:hover {
	color: #005892;
}
.nnews_pic {
	float: right;
	margin-left: 10px;
}
.nnews_content {
	color: #333333;
	clear: left;
}
.nnews_long a {
	color: #005892;
}
.nnews_long a:hover {
	color: #E38C00;
}
.nnews_clear {
	clear: right;
	visibility: hidden;
}
.nnews_long {
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2CfE7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.grPager {
                border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2CFE7;
                margin-top: 20px;
                padding-top: 5px;
                margin-bottom: 20px;
                border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2CFE7;
                padding-bottom: 5px;
}
.tipsh1 {
	font-size: 18px;
	font-weight: bold;
}
.tipsh2 {
	font-size: 14px;
	font-weight: bold;
}
.tipsBlock {
	font-family: Arial, Helvetica, sans-serif;
}








