﻿@import url(../reset.css);
@import url(../admin/Common.css);

/*SPECIFIC*/

body { font-family: Arial; margin: 0; background-image: url(/img/texture.gif) }
img { border: none }
ul { list-style-image: url(/img/list_image.gif) }

/*Editor headline styles*/
body h1 { color: #f00; margin: 0; padding: 0; font-size: 16px }
body h2 { color: #0f0; margin: 0; padding: 0; font-size: 16px }
body h3 { color: #00f; margin: 0; padding: 0; font-size: 14px }
body h4 { color: #f0f; margin: 0; padding: 0; font-size: 12px }

/*Content headline styles*/
body form h1 { color: #000; margin: 0; padding: 0; font-size: 16px }
body form h2 { color: #000; margin: 0; padding: 0; font-size: 16px }
body form h3 { color: #000; margin: 0; padding: 0; font-size: 14px }
body form h4 { color: #000; margin: 0; padding: 0; font-size: 12px }

a { color: #900 }
a:hover { color: #000 }
a:visited { color: #777 }

/*Global styles and header*/

#global
{
	width: 971px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff
}

#header
{
    position: relative;
    display: block;
    width: 970px;
    height: 99px;
    background-image: url(/img/header.png)
}
.blend-div
{
    position: absolute; 
    left: 600px; top: 35px;
    filter: Alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    color:White;
    font-size:24px;
    font-weight:bold;
}

/* #region Navigation styles*/

#navigation { height: 33px; background-color: transparent }

#navigation ul
{
    list-style-type: none;
    margin: 0;
	padding: 5px 5px 0 2px;
	float: left
}

#navigation ul li
{
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 8px 0 8px;
    height: 27px
}

#navigation ul li a
{
	text-decoration: none;
	float: left;
	color: #999;
	cursor: pointer;
	display: block;
	color: #fff;
	background: url(/img/navigation_bg_red.gif) no-repeat top right;
	height: 27px
}

#navigation ul li a span
{
    line-height: 30px;
    height: 27px;
	margin: 0 10px 0 -10px;
	padding-right: 8px;
    padding-left: 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float: left;
	background: url(/img/navigation_bg_red.gif) no-repeat top left
}

/*Selected node style*/

#navigation ul li a.selected { color: #000; background: url(/img/navigation_bg_silver.gif) no-repeat top right }
#navigation ul li a.selected span { background: url(/img/navigation_bg_silver.gif) no-repeat top left }

#navigation-sub
{
    clear: left;
    background-color: #ccc;
    margin-bottom: 15px;
    height: 18px;
    padding: 5px
}

/*#endregion Navigation styles*/

.invisibleNode { color: green }
.invisibleNode:visited { color: green }

.searchText { width: 160px; color: #bbb }

/* Search text box css and auto complete result css START*/

.autocomplete_completionListElement {
    background-color: inherit;
    border: 1px solid buttonshadow;
    height: auto;
    list-style-type: none;
    margin: 0 !important;
    overflow: auto;
    text-align: left;
    font-size: 12px!important;
    width: 147px!important;
    padding-left:0px !important;
}

.autocomplete_highlightedListItem
{
    background-color: window;
    color: black;
    padding: 1px !important;
    padding-left:0px !important;
    width: 146px!important;
    margin: 0 !important;
    cursor:hand;
    cursor:pointer;
}

.autocomplete_listItem
{
    background-color: window;
    color:Black;
    padding: 1px !important;
    padding-left:0px !important;
    width: 146px!important;
    margin: 0 !important;
}

/* Search text box css and auto complete result css START*/

/*Content styles*/

#content { padding-top: 9px; width: 778px; min-height: 440px }

#container-col > *
{
    /*Cross-browser inline-block css hack*/
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1; *display:inline;
}

#container-col div { margin: 0 }
#container-col .container-box-240
{
        width: 239px;
        padding: 0 10px 0 10px;
        margin-bottom: 10px 
 }
#container-col .container-box-240-header
{
    padding-top: 7px;
    font-weight: bolder;
    font-size: 13px;
    height: 30px;
    text-align: center;
    margin: 0 10px 0 10px;
    color: #fff;
    background-image: url(/img/contentBox240_h2_bg.gif);
    background-repeat: no-repeat
}

#container-col .container-box-500
{
        width: 499px;
        padding: 0 10px 0 10px;
        margin-bottom: 10px 
 }
#container-col .container-box-500-header
{
    padding-top: 7px;
    font-weight: bolder;
    font-size: 13px;
    height: 30px;
    text-align: center;
    margin: 0 10px 0 10px;
    color: #fff;
    background-image: url(/img/contentBox500_h2_bg.gif);
    background-repeat: no-repeat
}

#container-col .container-box-inner { padding: 10px }
#container-col .container-box-750
{
    width: 749px;
    padding: 0 10px 0 10px;
    margin-bottom: 10px
}
#container-col .container-box-750-header
{
    padding-left: 10px
}

/*Teaser styles*/

#sidebar { float: right; width: 180px }
#sidebar .teaser-box
{
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 6px;
    margin-bottom: 6px
}
#sidebar .teaser-box-header
{
    width: 160px;
    background: transparent url(/img/teaserBox_h2_bg.gif) no-repeat;
    color: #fff;
    height: 14px;
    font-weight: bolder;
    font-size: 1.0em;
    padding: 8px 8px 8px 8px;
    margin: 0 0 10px 0
}
#sidebar .teaser-box>div { padding: 0 6px }
#sidebar .teaser-box p { margin-top: 0 }

#search-box { padding: 10px 6px 10px 6px }

/* General text styles */

.date { font-weight: bold }
.LinkExternal
{
    color: #900;
    background-image: url(/img/ext_link.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 14px
}

/*Footer styles*/

#scroll-area
{
    clear: both;
    position: relative;
    height: 20px;
    margin-bottom: 5px;
}

#scroll-panel
{
    position: absolute;
    top: 0;
    width: 931px;
    height: 10px;
    padding: 0 20px 10px 20px;
    background: #890208 url(/img/quicklinks_bg.gif) repeat-x;
    font-size: 0.85em;
    overflow: hidden
}

#scroll-panel ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 }
#scroll-panel ul li { float: left; width: 150px }
#scroll-panel ul li a { color: #000; text-decoration: none; font-weight: bold; font-size: 0.9em }
#scroll-panel ul li a:hover { text-decoration: underline }
#scroll-panel ul li ul li a { color: #fff; text-decoration: none; font-weight: normal }
#scroll-panel ul li ul li a:hover { text-decoration: underline }

#footer
{
	background-image: url(/img/footer_bg.gif);
	text-align: center;
	padding: 10px 0;
	font-size: 0.9em
}
