/* ================================
    CSS STYLES FOR THE ADPRONTO ADMIN
    v1.0, 9/2004
   ================================
*/  


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#ffffff
}

/*BACKGROUND CLASSES*/
/*------------------------------------------------------------------------------*/

/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #102973;
}

/* background color for the content part of the pages used in tables */
.BodyBg
{
    background-color: #b5cce2;
}

/* background color for the content part of the pages */
Body
{
    background-color: #b5cce2;
}

/* background color for the sub navigation */
.SubNavBg {
    background-color: #BDBDBD;
}

/* background color for the module title */
.ModuleTitleBg {
    background-color: White;
}

/* background color for the order list controls */
.OrderListControlsBg {
    background-color: #D9D8C6;
}

/* background color for the order queue button on the manage orders page */
.OrderQueueButtonsBg {
    background-color: #F7F7F7;
}

/* background color for the header of tables */
.tableHeaderBg {
    background-color: #6780B8;
}

/* background color for the order queue button on the manage orders page */
.OrderQueueTableBg {
    background-color: #F7F7F7;
    border:2; 
    border-color: Fuchsia;
}

/*TEXT CLASSES*/
/*------------------------------------------------------------------------------*/

/* text style for the orderQueue button headers */
.OtherQueueButtonHeaders {
    font-family:Arial;
    font-size: 12px;
    color:#55554B;
    text-decoration:none;
    font-weight: bold;
}

/* text style for the orderQueue button headers */
.OrderListCaption {
    font-family:Arial;
    font-size: 13px;
    text-decoration:none;
    font-weight: bold;
}

/* text style for the orderQueue button headers */
.FormLabel {
    font-family:Arial;
    font-size: 11px;
    color:#55554B;
    text-decoration:none;
    font-weight: normal;
}

.FormErrorMessageLbl /* --- For all error messages labels */
{
    font-size: 16px;
    background-color:Yellow;
    text-decoration:none; 
    font-family:arial,sans-serif; 
    color:Red;
}

.FormHeaderLbl /* --- form headers text used above controls that provide information */
{
    font-size: 12px;
    font-weight:bold;
    font-family:arial,sans-serif; 
    color:#965136;
}

.TableHeaderTextLbl /* --- the text in a HTML table headers */
{
    font-size: 12px;
    font-weight:bold;
    font-family:arial,sans-serif; 
    color:#000000;
}

/*GLOBAL AND SUBNAV CLASSES*/
/*------------------------------------------------------------------------------*/

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    /*background-color: dimgray;*/
    border-color: #102973;
}

/* text style for the selected tab */
.SelectedTab {
    font-family:Arial;
    font-size: 12px;
    color:#9CA5C6;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family:Arial;
    font-size: 12px;
    color:#9CA5C6;
    text-decoration:underline;
     /*font-weight: bold*/
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    underline;
    color:#9CA5C6;
}

A.OtherTabs:visited {
    text-decoration:    underline;
    color:#9CA5C6;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#9CA5C6;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:9CA5C6;
}

/* text style for the unselected tabs */
.SubNav {
    font-family:Arial;
    font-size: 12px;
    color:#102973;
    text-decoration:underline;
}

/* hyperlink styles of the unselected tabs */
A.SubNav:link    {
    text-decoration:    underline;
    color:#102973;
}

A.SubNav:visited {
    text-decoration:    underline;
    color:#102973;
}

A.SubNav:active  {
    text-decoration:    none;
    color:#102973;
}

A.SubNav:hover   {
    text-decoration:    underline;
    color:102973;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family:Arial;
    font-size: 12px;
    color:Blue;
}

/* style for separator between site links */
.Accent
{
    color: #FFCC33;
    font-weight:    bold;
}

/* Style for Order Summary data */
.summary {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   padding: 4px 12px 5px 10px;
}

/* Style for Order Summary data */
.ACContactInfo {
   font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #5A6BA5;
}
A.ACContactInfo:link    {
    color:#5A6BA5;
}
A.ACContactInfo:visited {
    color:#5A6BA5;
}
A.ACContactInfo:active  {
    color:#5A6BA5;
}
A.ACContactInfo:hover   {
    color:5A6BA5;
}

/*button classes*/
/*------------------------------------------------------------------------------*/

.FormNavigationBtn /* --- previous, save and continue buttons throghout order process */
{
    border-width:1;
    background-color:#6384bd;
    border-color:#395a8c;
    border-style:solid;
    text-decoration:none; 
    font-family:arial,sans-serif; 
    color:#FFFFFF;
    margin-bottom:5;
    margin-left:5;
    margin-right:5;
    margin-top:5;
}

.FormSubSubmitBtn /* --- buttons that submit a portion of a forms data */
{
    border-width:1;
    background-color:#D6D6C3;
    border-color:#7E7E72;
    border-style:solid;
    text-decoration:none; 
    font-family:arial,sans-serif; 
    color:#55554B;
    margin-bottom:5;
    margin-left:5;
    margin-right:5;
    margin-top:5;
}

.orderActionBtn /* --- For all order actions */
{
    border-width:1;
    background-color:#6384BD;
    border-color:#AFAD9E;
    border-style:solid;
    text-decoration:none; 
    font-family:arial,sans-serif; 
    font-size:9pt; 
    color:#FFFFFF;
    margin-bottom:1;
    margin-left:1;
    margin-right:1;
    margin-top:5;
}

.orderQueueBtn /* --- For all order queue buttons on the manage orders page */
{
    border-width:1;
    background-color:#F7F7F7;
    border-style:none;
    text-decoration:none; 
    font-family:arial,sans-serif; 
    font-size:9pt; 
    color:#55554B;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    text-align:left;
    display:block;
}

/*FORM ELEMENT CLASSES*/
/*------------------------------------------------------------------------------*/

.FormListBox /* --- For all order queue buttons on the manage orders page */
{
    border-width:1;
    border-color: White;
    background-color:#F7F7F7;
    border-style:none; 
    font-family:arial,sans-serif; 
    font-size:9pt; 
    color:#55554B;
}

.FormListBox /* --- For all order queue buttons on the manage orders page */
{
    border-width:1;
    border-color: White;
    background-color:#F7F7F7;
    border-style:none; 
    font-family:arial,sans-serif; 
    font-size:9pt; 
    color:#55554B;
}

.FormInputReadOnly
{
   font-family:arial,sans-serif;
   font-size:9pt;
   background:#FFFFFF;
   height:19px;
   border-width:thin;
   border-style:solid;
   border-color:"FEFEEE";
   padding-left:5px;
   padding-top:3px;
   padding-bottom:4px;
   padding-right:5px;
}

.FormInputReadOnlyInvisible
{
   font-family:arial,sans-serif;
   font-size:9pt;
   height:19px;
   padding-left:5px;
   padding-top:3px;
   padding-bottom:4px;
   padding-right:5px;
}


.FormInputEdit
{
   font-family:arial,sans-serif;
   font-size:9pt;
   background:#FFFFFF;
   height:19px;
   border-style:solid;
   border-width:1px;
   border-color:"000000";
   padding-left:5px;
   padding-top:3px;
   padding-bottom:4px;
   padding-right:5px;
   border:1px;   
}









/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   




 





/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #5A6BA5;
    margin-bottom:3;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Yellow;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  mediumblue;
}

A:visited   {
    text-decoration:    none;
    color:  mediumblue;
}

A:active    {
    text-decoration:    none;
    color:  mediumblue;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.style5 {
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #FFFFFF;
}
.style5blue {
   font-size: 16px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #647096;
}
.style6blue {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #647096;
} 
A.style6blue:link {
   text-decoration: underline;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}
A.style6blue:visited {
   text-decoration: underline;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}
.style6 {
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
} 
A.style6:link {
   text-decoration: underline;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}
A.style6:visited {
   text-decoration: underline;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}
.style7 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
A.style7:link {
   text-decoration: underline;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
A.style7:visited {
   text-decoration: underline;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.style8 {
   color: #993333;
}
.style9 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style11 {
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#orderListDG td {
   padding: 3px;
}

#orderListDG tr:nth-of-type(1) td, #orderListDG tr:last-of-type td {
   color: #000000;
   cursor: default;
}

#orderListDG tr:nth-of-type(1) td span, #orderListDG tr:last-of-type td span {
   color: #ffffff;
   font-weight: bold;
   text-decoration: underline;
   margin-right: 5px;
}

#orderListDG tr:nth-of-type(1) td a, #orderListDG tr:last-of-type td a {
   margin-right: 5px;
}

#orderListDG tr:nth-of-type(2) {
   height: 36px;
}

#orderListDG tr:nth-of-type(2) td {
   white-space: nowrap;
}

.rouBtn {
   font-size: 15px;
   padding: 1px 12px 2px 12px;
   border-radius: 10px;
   border-color: darkgray;
   background-color: aliceblue;
}
