/************************************************************/
/* /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-color: #336699;
	height: 100%;
	min-height: 100%;
}

#container {
	background-color: white;
	background-image: url('/includes/images/background.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 12px 0px 10px;
    position: relative;
	width: 893px;
}

h1 {
    color: #0070D0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 125%;
}

h2 {
    color: #0070D0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 125%;
}

a {
	color: #0000FF;
}

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

#logo img {
    border: 0px;
	display: block;
}

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

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

#left-box {
	float: left;
    margin: 0px 10px 0px 25px;
    width: 180px;
}

#contentblock {
    float: left;
    width: 652px;
}

#breadcrumb_container {
    margin-top: 4px;
    overflow: hidden;
}

#breadcrumb_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;
}

.shadow_block {
    background-color: #EEEEEE;
    height: 1%;
    margin-left: 3px;
    margin-top: 3px;
}

#breadcrumb_block .current_page {
    color: #0070D0;
    font-weight: bold;
}

#breadcrumb_block a {
    color: #303030;
    font-weight: bold;
    text-decoration: none;
}

#breadcrumb_block a:hover {
    color: #0000FF;
}

#tagline, #breadcrumb {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	z-index: 5;
}

#tagline {
	color: #606060;
    float: left;
	font-size: 12px;
    height: 22px;
    margin-left: 185px;
    margin-top: 10px;
	width: 437px;
}

#breadcrumb {
    display: block;
	margin-bottom: 20px;
    min-height: 75px;
    position: relative;
    width: 178px;
}

#breadcrumb_block .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 {
    height: 24px;
	margin-left: 185px;
    padding-top: 45px;
	width: 708px;
}

ul.menu {
    width: 683px;
}

ul.menu {
    background-color: #80B0FF;
	background-image: url('/includes/images/menu_background.jpg');
	background-repeat: repeat-x;
    height: 24px;
    padding-bottom: 0px;
}

ul.menu a {
    color: black;
    display: block;
    font-family: Verdana,Tahoma,Helvetica,Sans-Serif;
    font-size:10px;
    font-weight: normal;
    height: 100%;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

ul.menu .menu_item {
    background-image: url('/includes/images/menu_divider.jpg');
	background-repeat: no-repeat;
    float: left;
    height: 21px;
    padding: 3px 18px 0px 18px;
}

ul.menu .menu_item_link {
    color: #4A4949;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

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

ul.menu .submenu {
    display: none;
    position: absolute;
    left: 0px;
    margin: 0px;
    padding: 0px;
    top: 24px;
    z-index: 20;
}

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

}


ul.menu .submenu_item {
    border-bottom: 1px solid #E0E0E0;
}

ul.menu .submenu_item_link {
    border-bottom: 1px solid #E0E0E0;
    display: block;
    padding: 3px 0px 3px 10px;
    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: 153px;
    top: 0px;
}


ul.menu .submenu_item_link:hover {
    background-color: #E8F4FF;
}

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

ul.menu .submenu_item:hover .flyout_right {
    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 {
	background-color: #DDDFE1;
	background-image: url('/includes/images/login_left.jpg');
	background-repeat: no-repeat;
    float: right;
	font-family: Helvetica, Sans-Serif;
	font-size: 10px;
    height: 19px;
    overflow: hidden;
	padding: 5px;
	width: 300px;
}

#login p {
    color: #4A4949;
    display: inline;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 4px 0px 0px 73px;
}

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

#login input {
	float: left;
	font-size: 10px;
	margin-left: 3px;
}

#login #logout_button {
    float: right;
}

#search {
    float: left;
    height: 23px;
    margin-top: 15px;
    text-align: right;
    width: 270px;
}

#search label {
    float: right;
    margin-top: 4px;
}

#search .row {
    float: right;
}

#searchblock {
    margin-left: 20px;
    width: 652px;
}

#content {
    color: #303030;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 125%;
	margin-top: 60px;
	min-height: 400px;
    /*padding-left: 15px;*/
}

#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;
}

/* 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 {
	border-top: 1px solid #999999;
	color: #808080;
    clear: left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	margin: 20px auto 0px auto;
	padding: 40px 90px 40px 0px;
	position: relative;
	text-align: center;
	width: 751px;
}

#footer a {
	color: #808080;
	margin: 0px 12px 0px 12px;
	text-decoration: none;
}

#footer_logo_image {
	position: absolute;
	right: 12px;
	top: 5px;
}

#error_box {
    background-color: pink;
    border: 1px dashed red;
    margin-bottom: 10px;
    padding: 10px;
    width: 400px;
}

#error_box li {
    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;
}

/* 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; }