/************************************************************/
/* /var/www/wintegra/application/externals/css/wintegra.css */
/************************************************************/

/**
 * Wintegra CSS File
 * @author Luke Sneeringer
 * @author Copyright 2008, Live Oak 360, Inc.
 */
* {
	margin: 0px;
	padding: 0px;
}

ul, ol {
    padding-left: 25px;
    padding-bottom: 10px;
}

body {
    background: #cdcccc url('/includes/images/background.jpg') repeat-x;
	background-color: #d5d6d6;
	height: 100%;
	min-height: 100%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
    width: 962px;
}

#logo {
	left: 0px;
	position: absolute;
	top: 0px;
}

#logo a {
	display: block;
	height: 91px;
    width: 142px;
}

#logos {
	height: 80px;
	overflow: hidden;
}

#wintegra_image {
	margin-left: 35px;
	margin-top: 5px;
}

#left-box {
    background: url('/includes/images/sidebar_background.jpg') no-repeat right;
	float: left;
    margin: 0 20px 0 25px;
    min-height: 300px;
    width: 240px;
}

#contentblock {
    float: left;
    width: 640px;
    margin-right: 20px;
}

#breadcrumb {
    line-height: 24px;
    margin-top: -10px;
}

#breadcrumb .current_page {
    color: #336699;
    font-weight: bold;
}

#breadcrumb a {
    color: #333;
    font-weight: bold;
}
#breadcrumb a,
#breadcrumb span {
    font-size: 12px !important;    
}

#breadcrumb .breadcrumb_item {
    margin-top: 10px;
}

.breadcrumb_items{
    display: block;
}

.breadcrumb_tease {
    background-image: url('/includes/images/fileicons/padlock.gif');
	background-position: right;
	background-repeat: no-repeat;
    color: #E56A4C;
    display: block;
    width: 135px;
}

#navigation {
    color: #003366;
    height: 54px;
    padding-left: 174px;
    padding-top: 66px;
    width: 754px;
}

ul.menu {
    width: 760px;
}

ul.menu {
    height: 24px;
    padding-bottom: 0px;
}

ul.menu a {
    color: #999;
    display: block;
    font-family: Arial,Sans-Serif;
    font-size: 11px !important;
    font-weight: normal;
    height: 100%;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

ul.menu .menu_item {
    float: left;
    height: 21px;
    padding: 3px 14px 0px 14px;
}

ul.menu .menu_item_link {
    color: #104070;
    font-size: 12px !important;
    height: 21px;
    text-align: center;
    text-decoration: none !important;
}

ul.menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
}

ul.menu .submenu {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: none;
    position: absolute;
    left: 0;
    margin: 0px;
    padding: 0px;
    top: 24px;
    z-index: 20;
}

ul.menu .submenu {
    background-color: #F8FBFF;
    border-left: 1px solid #999;
	border-right: 1px solid #999;
}

ul.menu .submenu_item_link {
    display: block;
    padding: 3px 0px 3px 10px;
    text-decoration: none !important;
    width: 145px;
}

ul.menu .arrow {
    background-image: url('/includes/images/arrow.gif');
    background-position: 142px 5px;
    background-repeat: no-repeat;
}

ul.menu li .flyout_right {
    left: 155px;
    top: -1px;
}
ul.menu li .flyout_left {
    left: -157px;
    top: -1px;
}

ul.menu .submenu_item_link:hover {
    font-weight: bold;
}

ul.menu .menu_item:hover .flyout_bottom {
    display: block;
}

ul.menu .submenu_item:hover .flyout_right {
    display: block;
}

ul.menu .submenu_item:hover .flyout_left {
    display: block;
}

ul.menu .menu_private a, ul.menu .menu_tease a {
	background-image: url('/includes/images/fileicons/padlock.gif');
	background-position: right;
	background-repeat: no-repeat;
}

ul.menu .menu_private a {
    background-color: #FFF0F0;
}

ul.menu .menu_tease a {
    color: #999999;
    background-color: #DDDDDD;
}

ul.menu .menu_private a:hover {
	background-color: #FFE0E0;
}


#login {
    float: right;
	font-size: 10px;
    height: 22px;
    margin: 15px 15px 0 0;
    overflow: hidden;
    padding: 0;
	width: 410px;
}

#login label {
	float: left;
	margin-top: 4px;
	padding-left: 10px;
}

#login input {
    border: none;
    background: transparent url('/includes/images/username.gif') no-repeat;
    background-position: center right;
	float: left;
	font-size: 10px;
	height: 10px;
	margin-left: 3px;
	padding: 6px 6px 6px 6px;
	width: 95px;
}

#login p {
    float: right;
    padding: 1px 10px 0 0;
}

#login #logout_button,
#login #login_button {
    background: transparent url('/includes/images/login_logout.gif') no-repeat;
    border: none;
    float: right;
    height: 19px;
    width: 66px;
}
#login #logout_button {
    background-position: 0 -40px;
}
#login #logout_button:hover {
    background-position: 0 -60px;
}
#login #login_button:hover {
    background-position: 0 -20px;
}

#search {
    float: right;
    height: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
    width: 189px;
}

#search #search_text {
    border: none;
    background: transparent url('/includes/images/search_left.gif') no-repeat;
    background-position: top right;
    font-size: 10px;
    height: 10px;
    margin: 0;
    padding: 6px 0 6px 6px;
    position: absolute;
    right: 55px;
    top: 0;
    width: 132px;
}
#search #search_button {
    border: none;
    background: transparent url('/includes/images/search_right.gif') no-repeat 0 -22px;
    height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
#search #search_button:active {
    background: transparent url('/includes/images/search_right.gif') no-repeat  0 0;
}

#search .row {
    float: right;
}

#font_selector {
    height: 22px;
    float: right;
    margin: 18px 15px 0 0;
    width: 100px;
}
#font_selector a {
    background: url('../includes/images/font_selector_background.jpg') no-repeat 0 -15px;
    color: inherit;
    display: block;
    float: right;
    height: 15px;
    overflow: hidden;
    text-align: center;
    width: 19px;
}
#font_selector #small {
    font-size: 9px !important;
    height: 11px;
    padding-top: 4px;
}
#font_selector #medium {
    font-size: 11px !important;
    height: 13px;
    padding-top: 2px;
}
#font_selector #large {
    font-size: 14px !important;
}
#font_selector a:hover {
    background-position: 0 0;
    text-decoration: none;
}
#font_selector .active {
    background-position: 0 0;
}

#header {
    background: transparent url('/includes/images/header_background.jpg') no-repeat top left;
    height: 114px;
    margin-bottom: 0;
    width: 961px;
}


#content_gradient {
    background: url('/includes/images/gradient.jpg') no-repeat center bottom;
    padding-bottom: 5px;
    width: 960px;
}

#content_wrapper {
    margin: 0 auto;
    position: relative;
    width: 951px;
}

#content_wrapper #content_header {
    height: 10px;
    overflow: hidden;
    width: 100%;
}
    #content_wrapper #content_header .left {
        background: transparent url('/includes/images/content_corners.gif') no-repeat;
        height: 10px;
        float: left;
        width: 10px;
    }
    #content_wrapper #content_header .center {
        background-color: #fff;
        float: left;
        height: 10px;
        width: 931px;
    }
    #content_wrapper #content_header .right {
        background: transparent url('/includes/images/content_corners.gif') no-repeat -10px 0;
        height: 10px;
        float: right;
        width: 10px;
    }

#content_wrapper #content_footer {
    height: 10px;
    overflow: hidden;
    width: 951px;
}
    #content_wrapper #content_footer .left {
        background: transparent url('/includes/images/content_corners.gif') no-repeat 0 -10px;
        height: 10px;
        float: left;
        width: 10px;
    }
    #content_wrapper #content_footer .center {
        background-color: #f7f7f7;
        float: left;
        height: 10px;
        width: 931px;
    }
    #content_wrapper #content_footer .right {
        background: url('/includes/images/content_corners.gif') no-repeat -10px -10px;
        height: 10px;
        float: right;
        width: 10px;
    }
    
#content {
    background: #fff url('/includes/images/content_gradient.jpg') repeat-x bottom;
	padding: 25px 0;
	min-height: 650px;
	overflow: hidden;
	width: 951px;
}
#content.home {
    background: #f7f7f7;
}

#content p {
	margin-bottom: 12px;
}

#content h1 {
    margin-bottom: 15px
}

#content h2 {
    margin-bottom: 10px;
}

#content h3 {
    margin-bottom: 5px;
}

#related-header {
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

#extra {
    display: block;
    line-height: 100%;
    width: 178px;
}

#extra img {
    float: left;
    padding-right: 5px;
}

#extra .description {
    color: black;
    float: left;
    padding-top: 2px;
    width: 110px;
}

#extra_container {
    display: block;
    overflow: hidden;
}

#extra_block {
    background-color: #F8F8F8;
    display: block;
    font-family: Helvetica, Sans-Serif;
    font-size: 11px;
    height: 100%;
    left: -3px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -3px;
    width: 155px;
}

#extra_block ul {
    padding-left: 0px;
}

#extra_block li {
    clear: left;
    list-style: none;
    padding-bottom: 6px;
}


#corporate_image {
    height: 205px;
}
#corporate_image_image {
    bacground-repeat: none;
    height: 224px;
    left: 0;
    position: absolute;
    top: 0;
    width: 951px;
}

/* New body area downloads*/
#download_area {

}



#download_block {
    background-color: #F8F8F8;
    left: -3px;
    padding-top: 15px;
    position: relative;
    top: -3px;

}

#download_area .shadow_block {

}

#download_block li {
    list-style: none;
}

#download_block h3 {
    color: #333333;
    margin-left: 15px;
    padding-bottom: 20px;
}

#download_block .file_name {
    
}

#download_block .file_description {
    margin-left: 20px;
}

#footer {
    clear: left;
	font-size: 10px;
	padding: 5px 20px 30px 20px;
	position: relative;
	text-transform: uppercase;
}

#footer a {
	color: #999;
	margin: 0px 4px 0px 4px;
	text-decoration: none;
}

#footer span {
    position: absolute;
    right: 20px;
}

#error_box {
    color: #999900;
    margin-bottom: 10px;
}

#error_box ul {
    padding: 0;
}

#error_box li {
    color: #999900;
    list-style: none;
}

#ua_login_form {
    margin: 0px 0px 10px 10px;
}

/* news */
.news_item {
	/*border-bottom: 1px solid #999999;*/
	margin-right: 10px;
}

.news_date {
    font-weight: bold;
}

.news_item_date {
	display: block;
	float: left;
	margin-top: 5px;
    padding-right: 5px;
    text-align: right;
	width: 150px;
}

.news_item_title {
	display: block;
	float: left;
	margin-top: 5px;
	width: 440px;
}

#announced_customers_preload {
	position: absolute;
	left: -4000px;
}

/* Lost email contact form */
.contactpage {
        margin-left: 10px;
}

#contactblock {
        margin-top: 1em;
	line-height: 200%;
        width: 300px;
        text-align: right;
}

#user_files {

}

#user_files ul{
    list-style: none;
}

.v-error {
        color: red;
}

.exception_notice {
        margin-left: 20px;
}

/* Form fields */
form.standard {}
    form.standard div.field {
        height: 32px;
        overflow: hidden;
        width: 100%;
    }
        form.standard div.field label {
            float: left;
            height: 32px;
            line-height: 32px;
            text-align: right;
            width: 80px;
        }
        form.standard div.field input {
            background: url('/includes/images/input_background.jpg') no-repeat 0 4px;
            background-attachment: fixed;
            border: none;
            float: left;
            font-size: 12px;
            height: 12px;
            line-height: 12px;
            margin: 0 0 0 10px;
            padding: 10px 0 8px 7px;
            width: 251px;
        }
        form.standard div.field button {}
        form.standard div.formnotice {
            margin: 10px 0;
        }
        form.standard div.submitrow {}
        

/* shortcuts */
/* FIXME: Move these to a different file */
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.pt10 { padding-top: 10px; }
.pb10 { padding-bottom: 10px; }
.pt5 { padding-top: 5px; }
.pb5 { padding-bottom: 5px; }
.ml10 { margin-left: 10px; }