@import url("code_csharp.css");
@import url("code_vb.css");
/* forum */
@import url("forum_axcms.css");
@import url("voting.css");


h1
{
    font-size: 20px;
    color: #cc0000;
    padding: 0px;
    margin: 0px;
}
.sourcecode
{
	background-color: #eee;
	white-space: normal;
	font-family: Courier New;
	font-size: 12px;
	display: block;
}

body
{
	background-color: #FFFFFF;
	margin: 0;
}

.header
{
	background: #CC0000 url(../images/help_headerback.gif);
	height: 80px;		
}


.axlink
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.topcontainer
{
	margin: 0 auto;
}


.defaultinput
{
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	color: #666666;
	height: 15px;
	line-height: 15px;
}

.button
{
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	color: #666666;
	height: 20px;
	line-height: 15px;
	background-color: #DDDDDD;
}

/* ++++ Navigation ++++ */
.navigation
{
	float: left;
	height: 100%;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 20%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.navitemdiv
{
	padding-top: 2px;
	padding-bottom: 1px;
	height: 21px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

.navitemdiv span, .navitemSelectedDiv span
{
    display: block;
}

.navitemSelectedDiv
{
	padding-top: 2px;
	padding-bottom: 1px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
}

.navitemdiv span a
{
	color: #444444;
	text-decoration: none;
}

.navitemdiv span a:hover
{
	color: #666666;
	line-height: 12px;
	text-decoration: underline;
}

.navitemdiv span a:active
{
	color: #666666;
}

.navitemdiv a, .navitemdiv a img, .navitemSelectedDiv a, .navitemSelectedDiv a img
{
    vertical-align: middle;
}

/* //// Navigation //// */

/* SEARCH */

.search
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	height: 18px;
	float: right;
	margin-top: -1px;
	margin-right: 5px;
	border: 1px solid #cccccc;
}

.search input
{
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	color: #666666;
	height: 14px;
	line-height: 13px;
	font-size: 11px;
}

/* ------------------ */

.contentcontainer
{
	float: right;
	margin-left: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 79%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
}

/* ++++ Breadcrumb +++++ */
.breadcrumb
{
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 15px;
	height: 18px;
	text-decoration: none;
	background-color: #eeeeee;
}

.breadcrumb a
{
	text-decoration: none;
	color: #666666;
}

.breadcrumb a:active
{
	font-weight: normal;
	color: #cc0000;
}

.breadcrumb a:visited
{
	color: #666666;
}
.breadcrumb a:hover
{
	color: #cc0000;
}

.breadcrumbbottom
{
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 10px;
	height: 17px;
	text-decoration: none;
	text-align: right;
	background-color: #eeeeee;
}
/* //// Breadcrumb //// */

/* ++++ Content Standard ++++ */
.toolbar
{
	text-align: right;
	height: 19px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.toolbar a 
{
    padding-left: 5px;    
    color: #666666;
}

.toolbar a img
{
    border: 0;
}

.topic
{
	font-size: 20px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	display: block;
	padding-bottom: 0px;
}
.summary
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
	overflow: auto;
	/*height: 100%;*/
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
.content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px; /* text-align: justify; */ /*height: 300px; */
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content
{
	/* für alle */
	height: 300px;
	display: table;
	clear: both;
}

html > body .content
{
	/* be nice to opera (&gekko) */
	height: auto;
	min-height: 300px;
}


.contentcomplete
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px; /* text-align: justify; */
	overflow: auto;
	height: 100%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.code
{
	font-family: Courier New, Arial;
	background-color: #EEEEEE;
}
/* //// Content Standard //// */

/* ++++ Content Startseite ++++ */

.contentstartseite
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px; /* text-align: justify; */
	overflow: auto;
	height: 100%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* //// Content Startseite //// */

.footer
{
	background-color: #CC0000;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 12px;
}

.footer-navi a
{
	color: White;
}

.footer-navi a:hover
{
	color: #cccccc;
}

.footer-navi 
{
	float:right;
	padding-right: 10px;
}

.helpCopyright
{
    float: left; 
    padding-left: 21%;
}

/* ++++ Formatierungen ++++ */
.heading, H2
{
	font-weight: bold;
	color: #cc0000;
	font-size: 16px;
}

.headline, H3
{
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.borderheadline
{
	font-size: 18px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 10px 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
}

.keyheadline
{
    font-size: 14px;
    font-weight: bold;
}

.borderkeyheadline
{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

.contentarticle
{
    font-size: 12px;
    font-style: italic;
}

.arrowtext
{
    background-image: url(../images/help/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0px 0px 5px 18px;
}

.description
{
    font-size: 11px;
    color: #666666;
}

.fett
{
	font-weight: bold;
}

a
{
	color: #cc0000;
	text-decoration: underline;
}

a:hover
{
	color: #666666;
}

a:active
{
	color: #666666;
}

li
{
    padding: 5px 0 5px 5px;
}

/* //// Formatierungen //// */

.wrapper
{
	clear: both;
}

/* Strukturelemente */

.helptable
{
	display: block;
	float: none;
	clear: both;
	width: 95%;
	border-collapse: collapse;
}
.helptr td
{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}
.td30
{
	width: 30%;
	vertical-align: top;
}
.td70
{
	width: 70%;
	vertical-align: top;
}
.td33
{
	width: 33%;
	vertical-align: top;
}
.td34
{
	width: 34%;
	vertical-align: top;
}
.td50
{
	width: 50%;
	vertical-align: top;
}
.td20
{
	width: 20%;
	vertical-align: top;
}
.td22
{
	width: 22%;
	vertical-align: top;
}
.td25
{
	width: 25%;
	vertical-align: top;
}

.help_teaser
{
    float: right; padding-left: 15px; margin-bottom: 25px; border-left: 1px solid #cccccc; margin-left: 15px; background-color: #ffffff;
}

.related_articles_header
{
    font-size: 14px;
    font-weight: bold;
}

.related_articles_div
{
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    font-size: 12px;
}

.related_articles_div p
{
    padding: 0px;
    margin: 0px;
}

.related_articles_div li, .related_articles_div ul
{
    list-style-image: url(../images/help/related_list.png);
    font-family: Arial;
    font-size: 12px;
}

.related_articles_header img, .related_articles_header a
{
    vertical-align: middle;
}

/*********Help Homepage**********/

.contentAllBottom
{
    margin: 20px 0 0 0;
}

.contentLeftColumn
{
    float: left; 
    width:64%; 
    margin: 0px 20px 10px 0;
}

.contentRightColumn
{
    float: left;
    width:28%;
}

.smallListLeft
{
    border-right: 1px solid #eeeeee; 
    padding: 0 10px 0 5px; 
    width: 50%; 
    vertical-align: top;
}

.smallListRight
{
    padding: 0 0 0 10px;
    width: 50%;
    vertical-align: top;
}

.smallListBottom
{
    vertical-align: top;
    padding: 5px 10px 0 5px; 
}

.smallListTop
{
    padding: 0 0 10px 10px;
    vertical-align: top;
}

.helphomesearch
{
	padding: 5px;
	/*width: 99%;*/ /*removes horizontal scroll in IE7*/
	white-space: nowrap;
}

#ctrlSearch_searchTextBox
{
	width: 60%;
	vertical-align: middle;
}

.homeSearchInput
{
    padding: 9px 0px 10px 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: none;
    height: 18px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.homeSearchButton
{
   border-right: 1px solid #cccccc !important;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    border-left: none;
    vertical-align: middle;
    margin: 0 10px 0 0px;
}

.contentSeparator
{
    font-size: 1px;
    height: 1px;
    border: 0px;
    background-color: #eeeeee;
    color: #eeeeee;
}

.rssListHeaderAll img
{
    vertical-align: middle;
}

.rssListHeader, rssListHeader a
{
    font-size: 16px;
    font-weight: bold;
}

.rssSourceLink, rssSourceLink a
{
    font-size: 10px;
    padding: 0 0px 0 5px;
}

.helphomesearch a img
{
    border: 0px;
}

.date
{
    font-size: 11px;
    color: #666666;
}

.rssListItem
{
    margin: 10px 0 0px 0;
    white-space: normal;
}
		
/*******Search ****/
#_locator_searchControl_searchTextBox
{
	width: 100%;
	vertical-align: middle;
}

#_locator_searchControl_searchButton, #ctrlSearch_searchButton
{
	border-style: none; 
	height: 18px; 
	width: 18px; 
	border-width: 0px; 
	vertical-align: middle;
}

.vertical_middle img
{
	vertical-align: middle;
}

.searchFieldsBox
{
    background-color: #eeeeee; padding: 10px 10px 15px 10px; margin-bottom: 15px;
}

.best-match
{
	background-color: #eeeeee;
}

.SearchRedBtn
{
    background-color: #cc0000;
    border: 0;
    color: #fff;
    width: 100px;
}

.searchDropdown
{
    width: 155px;
   margin-right: 15px;
   margin-left: 2px;
}

.audienceThumb
{
    float: left; display: table; padding:0px 5px;
}

.searchResultItem
{
    display: table; float: left; width: 85%;
}

.searchResultItemAll
{
    display: table;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0 10px 0;
}

.highlight 
{
	background-color: Yellow;
}

/***New At AxCMS***/

.newataxcms p
{
    margin: 10px 15px 0px 15px;
}

.articleContent
{
    border-left: 1px solid #cc0000; 
    vertical-align: top;
    font-family: Arial, Arial, Helvetica, sans-serif;
}

.articleNavigation
{
    width: 20%;
    vertical-align: top;
    padding: 10px 0 10px 5px;
    font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
