﻿#container
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    background: url(/portal/images/logo.jpg) no-repeat top left;
    width: 320px;
    height: 106px;
    float: left;
}

#header-right
{
    float: right;
}

#menu_nav
{
    background: url(/portal/images/menuNav.jpg) repeat-x;
    height: 19px;
    clear: both;
    text-align: left;
    padding-left: 8px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
}

#menu_nav a
{
    color: #FFFFFF;
}

#menu_nav span
{
    color: #FFFFFF;
}

#menu_misc
{
    font-size: 10px;
    color: #666666;
    margin: 12px 8px 50px 0;
    text-align: right;
}

#menu_misc a
{
    padding-left: 3px;
}

.tableMaxWidth
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.column_left
{
    width: 129px;
}

.column_center
{
    margin:0;
    padding: 8px;
    text-align: justify;
}

.column_right
{
    text-align: center;
    width: 129px;
}

.menuPrincipal
{
    color: #999999;
    width: auto;
}

.menuPrincipal table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.menuPrincipal td
{
    margin: 0px;
    padding: 0px;
}

.MenuItemLinkRow
{
    background: url(/portal/images/menu.gif) repeat-x;
    border: 1px solid #CCCCCC;
    border-top: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 1px;
    width: 100%;
}

.menuPrincipal a
{
    color: #999999;
    display: block;
    text-decoration: none;
    max-width: 160px;
    min-width: 130px;
    width: 130px;
    height: 18px;
    padding: 3px 8px 0 8px;
    overflow: hidden;
}

.menuPrincipal a:hover
{
    color: #666666;
    text-decoration: underline;
}

.MenuItemLink
{
    white-space: nowrap;
}

.boxBasket
{
    border: 1px solid #CCCCCC;
    border-top: none;
    margin-top: 0px;
    padding-bottom: 10px;
    width: 129px; /* width class column_right */
}

.BasketBoxTitle
{
    padding-bottom: 5px;
}

.boxBasketItemList
{
    overflow: hidden;
    margin: 0px;
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
    width: 119px; /* width class column_right (subtract 10px) */
}

.boxBasketItem
{
    white-space: nowrap;
    overflow: inherit;
}

.BasketLabel
{
    white-space: normal;
}

#footer
{
    background: url(/portal/images/footerBack.jpg) repeat-x;
    height: 77px;
    color: #999999;
    clear: both;
}

#footer_menu
{
    float: left;
    margin: 25px 0 0 8px;
}

#footer_menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer_menu li
{
    display: inline;
}

#footer_menu li a
{
    text-decoration: none;
    color: #999999;
    margin-right: 4px;
}

#footer_menu li a:hover
{
    text-decoration: underline;
    color: #333333;
}

#footer_logo
{
    float: right;
    background: url(/portal/images/logoFooter.jpg) no-repeat;
    width: 97px;
    height: 23px;
    margin: 25px 8px 0 0;
}

#TemplateMainTable
{
    width: auto;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    border: 0px;
}

#copyright
{
    text-align: left;
    font-size: 10px;
}

#sponsors
{
    margin-left: auto;
    margin-right: auto;
    color: #999999;
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.join_title
{
    background: url(/portal/images/joinButton.jpg) repeat-x;
    height: 18px;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
    padding-top: 3px;
}

.title
{
    color: #000099;
    font-weight: bold;
    text-align: left;
    padding-left: 8px;
    margin: 3px 0;
    width: 100px;
}

.subtitle
{
    margin: 7px 0;
}

.field
{
    
    vertical-align: baseline;
}

.ExternalSearchContent
{
    margin-right: 8px;
}

.ManageBasketLink
{
    color: #0096E7;
}

.MemberLoginContent
{
    padding: 0px 4px 6px 4px;
    margin-left: auto;
    margin-right: auto;
}

.ForgotPasswordContent
{
    text-align: center;
    margin-top: 6px;
    font-size: 11px;
}

.ForgotPasswordContent a
{
    color: #0096E7;
}

#PoweredByContent
{
    /*background: url(/portal/images/powerByCamtic.gif) no-repeat top left;*/
    width: 231px;
    height: 30px;
    float: left;
    cursor: pointer;
    position: relative;
    left: 180px;
    top: 75px;
    font: 13px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
}

#MyPanelQuickLinks ul
{
    text-align: center;
    list-style: none;
}

#MyPanelQuickLinks li
{
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    width: 90%;
}

.ValidationSummary ul
{
    /* these attributes are used in order to hide the Validation Summary list items,
     * only the HeaderText will be displayed
     */
    list-style: none;
    display: none;
    visibility: hidden;
    background-color: Red;
    height: 1px !important;
    margin: 0px;
}

.ValidationSummary li
{
    /* these attributes are used in order to hide the Validation Summary list items,
     * only the HeaderText will be displayed
     */
    visibility: hidden;
    background-color: Blue;
}

.GMDatePicker span
{
    font-family:Arial;
	font-size:11px;
	color:#666;
	padding-left: 5px;
	border:solid 1px #999;
}