

/* ==================================== */
/*	SKINS       						*/
/* ==================================== */

.ClearDiv
{
    clear:both;
}

.EmptyDiv
{
    clear:both;
    height:5px;
}

#HeaderMaster
{
    height:96px;
}

#HeaderCenter
{
    width:960px;
    margin:auto;
    height:96px;
    /*background-image:url('Images/headerbg.gif');
    background-repeat:no-repeat;*/
}

#LogoMaster
{
    margin-top:15px;
    width:450px;
    float:left;
    height:67px;
    overflow:hidden;
}

#TitleMaster
{
    width:110px;
    float:left;

}

#IdentityMaster
{
    width:330px;
    float:right;
    background-color:#f6f6f6;
    margin-top:5px;
    height:80px;
    border-top:1px solid #b1b1b1;
    border-left:1px solid #b1b1b1;
    border-right:1px solid #b1b1b1;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

#LanguageMaster
{
    clear:both;
}

.IdentityPane
{
    clear:both;
} 

#MenuMaster
{
    height:36px;
    background-image:url('Images/menubg.gif');
    background-repeat:repeat-x;
}

#MenuCenter
{
    width:964px;
    margin:auto;
    height:36px;
    background-image:url('Images/menusep.gif');
    background-repeat:no-repeat;
    background-position:left;
	z-index: 999;
}

#ContentImage
{
    background-image:url('Images/bodybg.gif');
    background-repeat:no-repeat;
    background-position:center top;
}

#ContentMaster
{
    padding-top:15px;
}

#ContentCenter
{
    width:960px;
    margin:auto;
}




.DefaultSkin .LeftPane
{
    float:left;
    width:300px;
}

.DefaultSkin .RightPane
{
    float:right;
    width:630;
}

.DefaultSkin .LeftPaneA
{
    float:left;
    width:630px;
}

.DefaultSkin .RightPaneB
{
    float:right;
    width:300px;
}

.DefaultSkin .RightPane1
{
    width:630px;
}

.DefaultSkin .RightPane2
{
    width:300px;
    float:left;
}

.DefaultSkin .RightPane3
{
    width:300px;
    float:right;
}

.NavigationSkin .LeftPane
{
    float:left;
    width:150px;
}

.NavigationSkin .RightPane
{
    float:right;
    width:780px;
}

.NavigationSkin .RightPane1
{
    width:600px;
    float:left;
}

.NavigationSkin .RightPane2
{
    width:150px;
    float:right;
}

.SlideSplit
{
	width: 930px;
}

.SlidePaneLeft
{
	float:left;
	width:300px;
}

.SlidePaneRight
{
	float: right;
	width:600px;
}

#FooterMaster
{
    height:36px;
    background-image:url('Images/menubg.gif');
    background-repeat:repeat-x;
}

#FooterCenter
{
    width:960px;
    margin:auto;
    height:36px;
}

#FooterMenu
{
    width:700px;
    float:left;
}

#CopyRight
{
    width:250px;
    float:right;
    text-align:right;
	color:#ffffff;
	text-decoration:none;
	padding-top:9px;
	font-weight:normal !important;
}

#CopyRight .SkinObject
{
    font-size:11px !important;
}

.OldBrowserMessage
{
    display:none;
    border:1px solid #797878;
    color:#797878;
    padding:5px 10px 5px 40px;
    background-color:#f2f1f0;
    background-image:url('Images/ico_warn.png');
    background-repeat:no-repeat;
}

/* ==================================== */
/*	CONTAINERS							*/
/* ==================================== */

.ContainerMargin
{
    margin-bottom:10px;
}

.LinedContainerMargin
{
    border:dotted black 1px;
	margin-bottom:10px;
}


.ContainerBorderMargin
{
    margin-bottom:10px;
    border-left:1px solid #b1b1b1;
    border-right:1px solid #b1b1b1;
    border-bottom:1px solid #b1b1b1;
    padding:10px;
}

.ContainerBorderTitle
{
    background-image:url('Images/menuhover.gif');
    background-repeat:repeat-x;
	color: White;
	text-transform: uppercase;
	padding-left: 10px;
    font-size: 13px;
	font-weight: bold;
	margin: 0px;
	background-color:#7b7f85;
	min-height:36px;
	border-left:1px solid #b1b1b1;
    border-right:1px solid #b1b1b1;
    border-top:1px solid #b1b1b1;
} 

.ContainerBorderTitleText
{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    background-image:url('Images/arrow.png');
    background-repeat:no-repeat;
}

.ContainerBorderBG
{
    background-color:#ffffff;
}

.infotileContent
{
	text-transform: none;
	font-weight: normal;
}

/* ==================================== */
/*	HOME							*/
/* ==================================== */
.HomeHeadline1Pane
{
float:left;
width: 310px;
margin-right: 15px;

}

.HomeHeadline2Pane
{
float: left;
width: 310px;

}

.HomeHeadline3Pane
{
float: right;
right: 0px;

}

.HomeRightPaneB
{
width: 310px;
float:right;
margin-bottom: 15px;
background-color: white;
}

.HomeLeftPaneA
{
float:left;
margin-bottom: 15px;

}


/* ==================================== */
/*	BASIS HTML							*/
/* ==================================== */

html 
{
	overflow-y: scroll;
} 

body 
{
	margin: 0px;
	background-color:#ffffff;
	font-size:13px;
	font-family:Arial;
	color:#000000;
}

p
{
	margin: 0px;
}

A
{
	text-decoration:underline;
	color:#4278a4;
}

A:link
{
	text-decoration:underline;
	color:#4278a4;
}

A:visited
{
	text-decoration:underline;
	color:#4278a4;
}

A:hover
{
	text-decoration:underline;
	color:#4278a4;
}

A:active
{
	text-decoration:underline;
	color:#4278a4;
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE
{
}

TFOOT
{
}

THEAD
{
}

TD
{
	font-size:13px;
}

TH
{
	font-size:13px;
}

OL
{
	margin-top:0px;
	margin-bottom:0px;
}

UL
{
	margin-top:0px;
	margin-bottom:0px;
}

UL LI
{
	
}

HR
{
	color:#bbbbbb;
}

A IMG
{
    border:0px;
}

H1, H1 A
{
	font-size:24px;
	font-family:Arial;
	color:#4278a4;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
}

.centered
{
	text-align: center;
}

H2, H2 A
{
	font-size:22px;
	font-family:Arial;
	color:#002451;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
}

H3, H3 A
{
	font-size:18px;
	font-family:Arial;
	color:#002451;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}

H4, H4 A
{
	font-size:16px;
	font-family:Arial;
	color:#002451;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}

H5, H5 A
{
	font-size:16px;
	font-family:Arial;
	color:#002451;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}

H6, H6 A
{
	font-size:16px;
	font-family:Arial;
	color:#002451;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}

Textarea, Input, Select
{
	font-family:Arial;
	font-size:13px;
	color:#000000;
}


/* ==================================== */
/*	BASIS DNN							*/
/* ==================================== */

.Normal
{
    font-size:13px;
}


/* ==================================== */
/*	LANGUAGE SKINOBJECT					*/
/* ==================================== */

.language-object
{
    font-size:11px;
}

.language-object SELECT
{
    width:320px;
}

.language-object .Language
{
    float:none !important;
}


/* ==================================== */
/*	FOOTER NAVIGATION     				*/
/* ==================================== */

#FooterMenu li
{
    float:left;
    padding-top:11px;
}

#FooterMenu *
{
    list-style:none !important;
    margin:0;
	padding:0;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

#FooterMenu li A
{
    padding-right:15px;
    padding-left:15px;
    border-right:1px solid #ffffff;
}

#FooterMenu li A:hover
{
    color:#b6cae1;
}

#FooterMenu li:last-child A
{
    border-right:0px;
}

#FooterMenu li:first-child A
{
    padding-left:0px;
}


/* ==================================== */
/*	PANEL MENU							*/
/* ==================================== */

#LeftNavigation
{
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	margin-bottom:15px;
}

#LeftNavigation .SubNavigationTitle
{
    background-image:url('Images/menuhover.gif');
    background-repeat:repeat-x;
	color: White;
	text-transform: uppercase;
	padding-left: 10px;
    font-size: 13px;
	font-weight: bold;
	margin: 0px;
	background-color:#7b7f85;
}

#LeftNavigation .SubNavigationItem
{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    background-image:url('Images/arrow.png');
    background-repeat:no-repeat;
	
}


#LeftNavigation .level1
{
    border-bottom: 1px dashed #b1b1b1;
    margin-top:10px;
    margin-bottom:3px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
	word-wrap: break-word;
}

#LeftNavigation .level1:last-child
{
    border-bottom:0px;
}

#LeftNavigation .level1 a 
{
    color:#002451;
    text-transform:uppercase;
    text-decoration:none !important;
    font-weight:normal !important;
    font-size:12px;
}

#LeftNavigation .level2, #LeftNavigation .level3, #LeftNavigation .level4
{
    margin-top:5px;
    padding-left:15px;
}

#LeftNavigation .level2 a, #LeftNavigation .level3 a, #LeftNavigation .level4 a
{
    color:#505050;
    text-decoration:none !important;
    font-weight:normal !important;
    text-transform:none !important;
    font-size:13px;
}


#LeftNavigation  .NotSelected a
{
    color:#002451 ;
}

#LeftNavigation .level1 .NotSelected a
{
    color:#505050;
}

#LeftNavigation a:hover, 
#LeftNavigation .level1 a:hover
{
    color:#4278a4;
}


/* ==================================== */
/*	GENERAL CLASSES						*/
/* ==================================== */

.MSG_ERROR
{
    border:1px solid #ed1c2e;
    color:#ed1c2e;
    padding:5px 10px 5px 10px;
    background-color:#faf3f2;
}

.MSG_WARNING
{
    border:1px solid #e28224;
    color:#e28224;
    padding:5px 10px 5px 10px;
    background-color:#fcf4ed;
}

.MSG_INFO
{
    border:1px solid #797878;
    color:#797878;
    padding:5px 10px 5px 10px;
    background-color:#f2f1f0;
}

.MSG_CONFIRM
{
    border:1px solid #499547;
    color:#499547;
    padding:5px 10px 5px 10px;
    background-color:#e5f6e5;
}

.MSG_HELP
{
    border:1px solid #4278a4;
    color:#4278a4;
    padding:5px 10px 5px 10px;
    background-color:#ebf2fa;
}

.BTN_DELETE
{
    color:#ed1c2e;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
}

.BTN_SAVE
{
    color:#499547;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
}

.BTN_CONFIRM
{
    color:#4278a4;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
}

.BTN_CANCEL
{
    color:#797878;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
}

.BTN_NORMAL
{
    color:#000000;
    font-weight:normal;
    padding: 2px 10px 2px 10px;
}

.INP_NORMAL
{
    padding-top:4px;
    padding-bottom:4px;
    padding-left:2px;
    border:1px solid #c7c7c7;
}

.INP_MANDATORY
{
    padding-top:4px;
    padding-bottom:4px;
    padding-left:2px;
    border:1px solid #c7c7c7;
    background-color:#fffed8;
}

.TXT_INFO
{
    font-style:italic;
    color:#848484;
    font-size:12px;
}

#profileTree a
{
	font-size: 10px;
}


/* ==================================== */
/*	FAQ         						*/
/* ==================================== */

.FAQTitle 
{
    font-weight:bold;
	color:#002451;
	text-decoration:none;
	margin-bottom:5px;
}

.FAQAnswer
{
	margin-bottom:10px;
	margin-left:30px;
}

.faqsList A 
{
    text-decoration:none !important;
}

.dnnFAQs TABLE
{
    width:600px;
}

/* ==================================== */
/*	FORMMASTER      					*/
/* ==================================== */

.IDSForm .SubHead
{
    font-size:13px;
    margin-right:15px;
}

.IDSForm .NormalRed
{
    color:#e28224;
}

.IDSForm .Hidden, .IDSForm .normal
{
    display:none;
}

.IDSForm .FormError
{
    margin-left:-5px;
    border:1px solid #e28224;
    color:#e28224;
    padding:5px 10px 5px 10px;
    background-color:#fcf4ed;
    margin-bottom:15px;
}

.IDSForm .NormalTextBox
{
    padding-left:2px;
    border:1px solid #c7c7c7;
    width:350px;
    margin-bottom:10px;
    padding-top:4px;
    padding-bottom:4px;
}

.IDSForm .MandatoryTextBox
{
    padding-left:2px;
    border:1px solid #c7c7c7;
    background-color:#fffed8;
    width:350px;
    margin-bottom:10px;
    padding-top:4px;
    padding-bottom:4px;
}

.IDSForm .MandatorySelect
{
    padding-left:2px;
    border:1px solid #c7c7c7;
    background-color:#fffed8;
    width:355px;
    margin-bottom:10px;
    padding-top:4px;
    padding-bottom:4px;
}


/* ==================================== */
/*	IDENTITY          					*/
/* ==================================== */

.q8_ids_Identity
{
    height:30px;
    margin-top:5px;
}


.q8_ids_Identity .timeout
{
    color:#888888;
    font-style:italic;
    font-size:11px;
    margin-top:3px;
}

.q8_ids_Identity  .Button 
{
    margin-top:15px;
    padding-left:15px;
    background-image:url('Images/arrow-gray.png');
    background-repeat:no-repeat;
}

.q8_ids_Identity  .Button A
{
    font-weight:bold;
    text-decoration:none;
}

.q8_ids_Identity .rightPanel .Button A
{
    color:#c30020;
}

.q8_ids_Identity  .rightPanel .Button 
{
    margin-top:0px;
    padding-left:0px;
    background-image:none;
}

/* ==================================== */
/*	KENDO SKIN HACKS       						*/
/* ==================================== */

th.k-filterable a.k-state-active
{
background-color: #7A8693 !important;
}