/* ========================================================================= */
/* == Converge Website Stylesheet.                                        == */
/* ==                                                                     == */
/* == Initial Version: Broliant.                                          == */
/* ==                                                                     == */
/* == Revisions: Broliant (2006-11-10) - Created initial version.         == */
/* ==                                                                     == */
/* ========================================================================= */

/* ========================== */
/* == Anchor Styles        == */
/* ========================== */
a         { color: #FFCC00; text-decoration: none; }
a:hover   { color: #FFCC00; text-decoration: underline; }
a:visited { color: #FFCC00; }
a:active  { color: #FFCC00; text-decoration: underline; }

/* ========================== */
/* == INPUT Styles         == */
/* ========================== */
input { font-family: verdana, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #000000;
        border-color: #FFCC00;
        border-style: dotted;
        border-width: thin;
        color: #FFFFFF; }

/* ========================== */
/* == Paragraph Styles     == */
/* ========================== */
p { margin: 0px; padding: 0px; }

/* ========================== */
/* == Table Styles         == */
/* ========================== */
table { vertical-align: top; }
tr    { vertical-align: top; }
td    { vertical-align: top; }

/* ========================== */
/* == Miscellaneous Styles == */
/* ========================== */
.style1 {color: #FFFFFF; font-size: 12px; font-family: verdana, helvetica, sans-serif;}
.style2 {color: #FFCC00; font-size: 12px; font-family: verdana, helvetica, sans-serif;}
.style3 {color: #FFFFFF; font-size: 12px; font-family: verdana, helvetica, sans-serif;}
.style4 {color: #00FF00; font-size: 12px; font-family: verdana, helvetica, sans-serif;}
.style5 {color: #FF0000; font-size: 12px; font-family: verdana, helvetica, sans-serif;}
.style6 {background-color: #181818;}
.style7 {background-color: #181818;}
.style8 {background-color: #000000;}
.style9 {background-color: #ffffff;}
.style0 {background-image: url("http://www.converge-dh.com/resources/images/news-title.png"); }

.rec-closed  {color: #00c0ff; font-weight: bold;}
.rec-full    {color: #ff0000; font-weight: bold;}
.rec-notfull {color: #00ff00; font-weight: bold;}

.news-title   {color: #FFCC00; font-size: 12px; font-family: verdana, helvetica, sans-serif; font-weight: bold;}
.news-content {color: #FFFFFF; font-size: 12px; font-family: verdana, helvetica, sans-serif; font-weight: normal;}
.news-author  {color: #FFCC00; font-size: 12px; font-family: verdana, helvetica, sans-serif; font-weight: normal; text-align: right;}

#twitter_update_list { padding: 0; margin: 0; }
#twitter_update_list li { list-style-type: none; padding: 0 0 10px 0; margin: 0 0 15px 0; border-bottom: 1px dotted #FFCC00; }

/* ========================================================================= */
/* == Lightbox Image Display Style Definitions.                           == */
/* ========================================================================= */
#lightbox {background-color:#181818; padding: 10px; border: 1px solid #FFCC00;}
#lightboxDetails{font-family: verdana, helvetica, sans-serif; font-size: 0.8em; padding-top: 0.4em; color: #FFCC00}	
#lightboxCaption{float: left;}
#keyboardMsg{float: right;}
#lightbox img{border: none;} 
#overlay img{border: none;}

/* ========================================================================= */
/* == To create the 'shadow' effect over the page, you'll need to use a   == */
/* == PNG file and some extra CSS. The CSS is a bit messy thanks to IE's  == */
/* == unorthodox support of PNG transparency:                             == */
/* ========================================================================= */
#overlay{background-image: url(http://www.converge-dh.com/website/resources/images/lightbox/overlay.png);}

* html #overlay{background-color: #000; back\ground-color: transparent; background-image: url(http://www.converge-dh.com/website/resources/images/lightbox/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.converge-dh.com/website/resources/images/lightbox/overlay.png", sizingMethod="scale");}

