﻿/******************************************************/
/*****          Red					  *****/
/******************************************************/
/***** RedSkin.css *****/
/* Replace #970101 	= Primary Color with #970101 */
/* Replace #CA0202 	= Secondary Color with #CA0202 */
/* Replace #FC0202 	= Tertiary Color with #FC0202 */
/* Replace #515151 	= Text Color with #515151 (2) */
/* Replace white = Navigation Background Color with white (2) */

/* Replace #FC0202 	= Link Color with #FC0202 */
/* Replace red 	= Warning Color with red */
/* Replace black 	= Bold Color with black */
/* Replace white = Background Color with white */

 
/******************************************************/
/*****          View                              *****/
/******************************************************/
/***** DefaultText = *****/
body, td
{
     font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
     font-size: 14px;
     font-style:normal;
     color: #515151;
}
p
{
     margin-top:0px;
     margin-bottom:0px;
}
/***** Headings *****/
h1
{
     font-size:18px;
     font-weight:bold;
     color: #970101;
     margin-top:0px;
     margin-bottom:0px;
}
h2
{
     font-size:16px;
     font-weight:bold;
     color: #CA0202;
     margin-top:0px;
     margin-bottom:0px;
}
h3
{
     font-size:14px;
     font-weight:bold;
     color: #FC0202;
     margin-top:0px;
     margin-bottom:0px;
}
h4
{
     font-size:14px;
     font-weight:italic;
     color: #FC0202;
     margin-top:0px;
     margin-bottom:0px;
}
h5
{
     font-size:14px;
     font-weight:regular;
     color: #FC0202;
     margin-top:0px;
     margin-bottom:0px;
}
/***** DefaultLink *****/
a
{
     color: #FC0202;
     text-decoration:none;
}
a:hover
{
     color: #970101;
}
.fakeLink /***** Change Name to .SectionLink *****/
{     
     color: #FC0202;
     cursor:pointer;
     text-decoration:underline;
}
/***** ControlPanelLink *****/
a.linkBlue /***** Change Name to a.ControlPanelLinkArrow *****/
{
     font-size:12px;
     font-weight:normal;
     color: #CA0202;
     background-image:url('../ControlPanelLinkArrow.gif');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:15px;
     text-decoration:underline;
}
a.linkGrey /***** Change Name to a.ControlPanelLinkArrow - Duplicate *****/
{
     font-size:12px;
     font-weight:normal;
     color: #CA0202;
     background-image:url('../ControlPanelLinkArrow.gif');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:15px;
     text-decoration:underline;
}
/***** Navigation *****/
.tdNavigation
{
     background-color: white;
     vertical-align:default;
     padding-right:0px;
}
/***** MajorLink *****/
a.titleMenu /***** Change Name to a.MajorLink *****/
{
     color: #970101;
     background-image:url('../MajorLinkArrow.gif');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:15px;
}
.tdPageMenu /***** Change Name to .MajorLink - Possible *****/
{
     height:20px;
     background-color: white;
     background-image:url('../MajorLinkBackground.gif');
     background-repeat:repeat-x;
     vertical-align:default;
     padding-right:0px;

}
/***** MinorLink *****/
a.titleSubMenu /***** Change Name to a.MinorLink *****/
{
     font-size:12px;
     color: #CA0202;
}
.tdPageSubMenu /***** Change Name to .MinorLink - Possible *****/
{
     height:15px;
     background-color: white;
     background-image:url('../MinorLinkBackground.gif');
     background-repeat:repeat-x;
     vertical-align:default;
     padding-right:0px;
}
/***** DefaultImage *****/
img
{
     padding-left:0px;
     padding-right:0px;
     padding-top:0px;
     padding-bottom:0px;
}
/***** Background *****/
body
{
     background-image:url('RedBackground.gif');     
}
/***** Header *****/
.tdLogin
{
     height:30px;
     padding-right:10px;
     vertical-align:default;
}
.boldText /***** Change Name to .ControlPanelLoginBlack *****/
{   
     font-weight:bold;
     color:black;
}
.loggedInAsText /***** Change Name to .ControlPanelLogin *****/
{   
     font-weight:bold;
     color: black;
}
/***** Banner *****/
.trLoginBanner /***** Change Name to .Banner *****/
{
     background-image:url('RedBanner.jpg');
     padding-right:0px;
     vertical-align:default;
     background-repeat:no-repeat;
}
/***** ControlPanel *****/
.trUnderLogin /***** Change Name to .ControlPanel *****/
{
     height:30px;
     text-align:right;
     padding-right:10px;
     /* background-image:url('../ControlPanelBackground.gif'); */
     border-bottom:solid 1px #E0E0E0;
     vertical-align:default;
}
/***** Section *****/
.sendMailSmallText /***** Change Name to .AddSection *****/
{
     font-size:12px;
     color: #970101;
}
/***** List = *****/
ul
{
     margin-top:0px;
     margin-bottom:0px;
}
ol
{
     margin-top:0px;
     margin-bottom:0px;
}
blockquote
{
     margin-top:0px;
     margin-bottom:0px;
}
/***** Footer *****/
.trFooter
{
     padding-top:10px;
     padding-bottom:0px;
     padding-left:10px;
     padding-right:0px;
     /* background-image:url('../ControlPanelBackground.gif'); */
     border-top:solid 1px #E0E0E0;
}
/***** Table *****/
/***** TableRow *****/
/***** TableAlternateRow *****/
/***** TableColumn = *****/
td
{
     background-color: white;
     padding-right:10px;
     vertical-align:default;
}
/***** Buttons *****/
.buttonSmall /***** Change Name to .ButtonSmall *****/
{
     font-size:12px;
     font-weight:bold;
     color:white;
     background-image:url('../ButtonSmall.gif');
     background-repeat:no-repeat;     
     background-position:left top;
     width:48px;
     height:20px;
     padding-top:0px;     
     padding-bottom:2px;
     border:none 0px white;    
}
.buttonMedium /***** Change Name to .ButtonMedium *****/
{
     font-size:12px;
     font-weight:bold;
     color:white;
     background-image:url('../ButtonMedium.gif');
     background-repeat:no-repeat;     
     background-position:left top;
     width:70px;
     height:20px;
     padding-top:0px;     
     padding-bottom:2px;
     border:none 0px white;    
}
.buttonBig /***** Change Name to .ButtonLarge *****/
{
     font-size:12px;
     font-weight:bold;
     color:white;
     background-image:url('../ButtonLarge.gif');
     background-repeat:no-repeat;     
     background-position:left top;
     width:115px;
     height:20px;
     padding-top:0px;     
     padding-bottom:2px;
     border:none 0px white;    
}
.buttonVeryBig /***** Change Name to .ButtonXLarge *****/
{
     font-size:12px;
     font-weight:bold;
     color:white;
     background-image:url('../ButtonXLarge.gif');
     background-repeat:no-repeat;     
     background-position:left top;
     width:171px;
     height:20px;
     padding-top:0px;     
     padding-bottom:2px;
     border:none 0px white;    
}
.buttonBigRed /***** Change Name to .ButtonWarning *****/
{
     font-size:12px;
     font-weight:bold;
     color:white;
     background-image:url('../ButtonWarning.gif');
     background-repeat:no-repeat;     
     background-position:left top;
     width:129px;
     height:20px;
     padding-top:0px;     
     padding-bottom:2px;
     border:none 0px white;    
}
/***** IconSmall *****/
/***** IconMedium *****/

 
/******************************************************/
/*****          Admin                             *****/
/******************************************************/
/***** Header *****/
.pagesPropertyUp, .pagesPropertyUp td /***** Change Name to .AdminHeaderBackground *****/
{
     font-size:12px;
     font-weight:bold;
     color:white;
   
     background-image:url('../AdminHeaderBackground.gif');
     background-repeat:repeat-x;
}
/***** I don't like how this is done.  Way too complicated. *****/
.buttonSmallWhite /***** Change Name to .ButtonAdminHeader *****/
{
     font-size:12px;
     font-weight:bold;
     color:black;
     background-image:url('../ButtonAdminHeader.gif');
     background-repeat:no-repeat;
     background-position:left top;
     width:43px;
     height:18px;
     padding-top:0px;     
     padding-bottom:2px;
     border:none;     
}
.urlRedirectTextBox /***** Change Name to .Redirect *****/
{
     font-size:12px;
     color:black;
     height:18px;
     padding-top:0px;     
     padding-bottom:2px;
     padding-left:5px;
     border:none;     
}

 
/******************************************************/
/*****          Sections                          *****/
/******************************************************/
/***** Header *****/
.assetHeader /***** Change Name to .SectionHeader *****/
{
     background-image:url('../SectionHeaderBackground.gif');
     height:22px;
}
.assetIconTd /***** Change Name to .SectionIcon *****/
{
     padding-left:5px;
     padding-right:5px;
     vertical-align:default;
}
.assetTitle
{
     font-size:12px;
     color: #970101;
     vertical-align:default;
}
/***** Body *****/
.assetBodyBg /***** Change Name to .SectionBody *****/
{
     background-image:url('../SectionBodyBackground.gif');     
     background-repeat:repeat-y;
     padding:5px;
}
.assetFooter /***** Change Name to .SectionFooter *****/
{
     background-image:url('../SectionFooterBackground.gif');
     height:3px;
}
.errorMessage /***** Change Name to .Error *****/
{
     color: red;
}