﻿.title
{
   font-family:arial,sans-serif;
   font-size:14px;
   color:#000000;
   font-weight:700;
   text-align:left;
   line-height:16px;
}
.subtitle
{
   font-family:arial,sans-serif;
   font-size:14px;
   color:#333333;
   font-weight:700;
   text-align:left;
   line-height:16px;
}
.rowtitle
{
    height:25px;
}
.tabledata
{
    padding:10px;
    vertical-align:top;
}
.tdfirst
{
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   color:#000000;
   line-height:18px;
   border-left:1px solid #e5e5e5;
   border-bottom:1px solid #e5e5e5;
   border-right:1px solid #e5e5e5;
}
.tdsecond
{
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   color:#000000;
   line-height:18px;
   border-bottom:1px solid #e5e5e5;
   border-right:1px solid #e5e5e5;
}
.txtbox
{
    border:1px solid #858585;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;    
}
.gridstyle
{
   border: 1px solid #E9E9E9;
}
.gridtitle
{
   background-color:#c0c0c0;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   color:#000000;
   font-weight:700;
   line-height:18px;
   text-align:center;
}
.gridtext
{
   font-family:verdana,arial,helvetica,sans-serif;
   border:1px solid #E9E9E9;
   font-size:11px;
   color:#000000;
   font-weight:normal;
   text-align:left;
   line-height:18px;
}
.gridlink
{
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   color:#0033cc;
   font-weight:normal;
   text-align:left;
   line-height:13.2px;
}

.contenttext
{
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   color:#000000;
   font-weight:normal;
   text-align:left;
   line-height:14px;
}
.linktext
{
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:12px;
   font-weight:normal;
   text-align:left;
   line-height:14px;
}
        a:link, a:visited
        {
            color: #03c;
        }
        
        a:hover
        {
            color: #fff;
            background-color: #03c;
        }
        
        #Header
        {
            background-color: #036;
        }
        
        #Header h1 a:link, #Header h1 a:visited
        {
            color: #fc0;
            text-decoration: none;
        }
        
        #Header h1 a:hover
        {
            color: #fc0;
            background-color: #036;
            text-decoration: underline;
        }
        
        #Header h1 span
        {
            color: #fff;
        }
        
        #Header div.navigation, #Header div.navigation a:link, #Header div.navigation a:visited
        {
            color: #fff;
        }
        
        #Header div.navigation a:link, #Header div.navigation a:visited
        {
            background-color: #036;
        }
        
        #Header div.navigation a:hover
        {
            color: #fff;
            background-color: #1D64AD;
        }
        
        #Header div.navigation a.current:link, #Header div.navigation a.current:visited
        {
            color: #fc0;
        }
        
        #Header div.navigation a.current:hover
        {
            color: #fc0;
            background-color: #036;
        }
        
        #P2P_selector
        {
            border: 1px solid #fff;
            color: #fc0;
        }
        
        #Tabs a:link, #Tabs a:visited
        {
            background-color: #1A4F85;
            color: #fff;
        }
        
        #Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current, .Right #categories a.current:link, .Right #categories a.current:visited
        {
            color: #090;
        }
        
        #Tabs a:hover
        {
            color: #fff;
            background-color: #1D64AD;
        }
        
        #Tabs li#AdminTab a:link, #Tabs li#AdminTab a:visited
        {
            color: #fff;
            background-color: #036;
            border-bottom: 1px solid #036;
            text-decoration: underline;
        }
        
        #Tabs li#AdminTab a:hover
        {
            color: #fc0;
        }
        
        #Tabs li#AdminTab a.current
        {
            color: #fc0;
            text-decoration: none;
        }
        
        #project_switcher div.menu a:hover, #project_switcher div.menu a:hover span
        {
            background: #ebedf0 !important;
        }
        
        #project_switcher div.menu a:active, #project_switcher div.menu a:active span
        {
            background: #ffa !important;
        }
        
        table.forum_view td.message a:hover
        {
            color: #03c;
        }
        
        table.forum_view td.message a span.title:hover
        {
            color: #fff;
            background: #03c;
        }