
/*=======================================================+
|                                                        |
|         CSS for DotNetNuke Skin - ArchitectX           |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                    December 2007                       |
|                                                        |
+=======================================================*/


/*=======================================================+
|  All Containers                                        |
+=======================================================*/

.boxed {padding: 0px 10px 10px 10px;}
.boxed p, .boxed ul, .boxed ol {line-height: 180%;}
.no-title-padding {padding-top:0px; margin:0px;}
.action-buttons {text-align:right; padding-top:5px;}
.CommandButton {font-family:Tahoma,Arial,Helvetica;font-size:10px;font-weight:normal;}

/*=======================================================+
|  Containers Widths & Padding                           |
+=======================================================*/

.width1 {width:286px;} /* Default 286px */
.width2 {width:430px;} /* Default 430px */
.width3 {width:100%;}  /* Default 100%  */

.boxed-container {padding-top:20px;}
.StdContainer {padding-bottom:10px;}

/*=======================================================+
|  Containers w/o background colors or borders           |
+=======================================================*/

.Title {padding:0px 0px 20px 0px;}
.TitleTitle {margin-bottom:10px;}
.Title-UL {padding: 20px 20px 0px 20px;}
.TitleULTitle {border-bottom: #999999 dashed 1px; margin-bottom:10px;}

/*=======================================================+
|  ad Containers                                         |
+=======================================================*/

.ad {border:#CCC 1px solid; background-color:#EDF6F7; margin-bottom:20px; position:relative;}
.ad .Title {padding:5px;}
.ad-txt { position:absolute;top:0px; left:3px; font-size:10px; color: #999;}

/*=======================================================+
|  LID Containers                                        |
+=======================================================*/

.LID .Head, .LID .SubHead, .LID .Normal, .LID p, .LID h2, .LID h3, .LID a:link, .LID a:visited {color:#FFF;}
.LID h2, .LID h3 {margin:inherit;}

.LIDContainer {/*background:url(graphics/bg_lid_icon.png);*/-moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px;
/*opacity:0.2;filter:alpha(opacity=20);*/ text-align:center; padding:20px; /*margin-bottom:30px;*/ }
* html .LIDContainer { background:#5257A1;}
.LIDContainer .Normal, .LIDContainer h3  {color:#FFF; font-size:1.1em; margin:0 0 5px 0;}
.LIDContainer p {color:#FFF;}
.LIDContainer a:link, .LIDContainer a:visited {color:#FFF; text-decoration:none;}
.LIDContainer a:hover {text-decoration:underline;}
.LIDContainer ul {margin:10px 0 0 15px;padding:0;}
.LIDContainer li {list-style:disc; font-size:.8em;}

.LIDWhite { background:#FFF none; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; text-align:left;}
* html .LIDWhite { background:#FFF none;}
.LIDWhite .Normal, .LIDWhite p, .LIDWhite li {color:#333; font-size:1em; margin:0 0 10px 0;}
.LIDWhite .Head, .LIDWhite .SubHead, .LIDWhite .Normal, .LIDWhite p, .LIDWhite h2, .LIDWhite h3 {color:#333 !important;}
.LIDWhite a:link, .LIDWhite a:visited {color: #00C; text-decoration:none;}
.LIDWhite a:hover {text-decoration:underline;}


* html .LIDMsgContainer { background:#5257A1;}
.LIDMsgContainer {background:url(graphics/bg_lid_msg.png) repeat-x top;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px; padding:20px; margin-bottom:30px; }
.LIDMsgContainer .Normal, .LIDMsgContainer p {color:#FFF; margin:0 0 15px 0;}
.LIDMsgContainer a:link {color:#FFF; }




