﻿/* ##################################################################
    CNCexpo CSS Screen Start
/* ################################################################## */

body{
    font-family:Arial,Sans-Serif;
    font-size:small;
    position:relative;
    background:#C0C0C0; /* <- Silver, LightGray D3D3D3 */
}
.mainDiv{
    width:940px;
    background:#FFFFFF; /* White */
    margin:10px auto 10px auto;
    border:Solid 2px #c1d4ed;
    padding:4px;
}
.logo{
    padding-top:4px;
}
.poster{
    width:90%;
    color :#000080; /* Navy */
    font-weight:600;
}
.title{
    font-size:medium;
    font-weight:600;
    padding-bottom:4px;
}
.subTitle{
    font-style:italic;
}
.phrTitle{
    font-weight:bolder;
    padding-top:12px;
    padding-bottom:4px;
}
.byline{
    font-size:smaller;
    padding-top:4px;
}
.nav{ /* Top navigation bar. */
    width:99%;
    font-weight:bold;
    text-align:center;
    padding-left:2px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    background:#CD5C5C; /* Indian Red */
    margin:4px auto 4px auto;
}
.nav_b{ /* Bottom navigation bar. */
    width:99%;
    text-align:center;
    margin-bottom:4px;
}
.a1,.a2,.a3,.a4,.a5,.a6,.a7{ /* Top menu links */
    margin:5px;
    color:white;
    text-decoration:none;
}
.a1:hover,.a2:hover,.a3:hover,.a4:hover,.a5:hover,.a6:hover,.a7:hover{
    color:black;
}
/* Grays light to dark. Gainsboro DCDCDC, LightGrey D3D3D3, Silver C0C0C0, DarkGray A9A9A9, Gray 808080 */
/* DimGray 696969, LightSlateGray 778899, SlateGray 708090, DarkSlateGray 2F4F4F, Black 000000 */
/* Colored non-decorative links used pages and as the menu links in the footer */
.a_c,.ac1,.ac2,.ac3,.ac4,.ac5,.ac6,.ac7{
    color:#778899;
    text-decoration:none;
}
.a_c:hover,.ac1:hover,.ac2:hover,.ac3:hover,.ac4:hover,.ac5:hover,.ac6:hover,.ac7:hover{
    color:#000000;
    text-decoration:underline;
}
.ads160x600{ /* Left side ads panel */
    width:180px;
    padding:8px;
    text-align:center;
    vertical-align:top;
    border:2px solid #c1d4ed;
}
.ads200x200{
    width:220px;
    padding:8px;
    text-align:center;
    vertical-align:top;
    border:2px solid #c1d4ed;
}
.ads728x90TB{
    width:100%;  /* width:976px; */
    height:110px;
    text-align:center;
    vertical-align:middle;
    border:2px solid #c1d4ed;
}
.rightblock
{
    width:700px;
    padding:12px;
    vertical-align:top;
    border:2px solid #c1d4ed;
}
.wideblock{
    width:100%;
    padding:12px;
    border:2px solid #c1d4ed;
}
.ls{ /* Label Style */
    height:28px;
    width:86px;
    font-weight:bold;
}
.tbs{ /* Textbox Style */
    width:46px;
    border:1px Inset #808080; /* Gray */
    border:#ffffff 2px inset;
}
.tbs2{ /* Textbox Style 2 */
    width:58px;
    border:1px Inset #808080; /* Gray */
    border:#ffffff 2px inset; 
}
/* .bs{
    background:#C0C0C0;
    height:30px;
    width:90px;
} */
.bs{ /* Button Style */
    margin:1px;
    height:30px;
    width:90px;
    cursor: hand;
    color: #000000;
    border: solid 1px #808080;
    font-family:Arial,Sans-Serif;
    background: url(../Images/Btn.gif) center;
}
.bs2{ /* Button Style 2 */
    height:26px;
    width:100px;
    cursor: hand;
    color: #000000;
    border: solid 1px #808080;
    font-family:Arial,Sans-Serif;
    background: url(../Images/Btn.gif) center;
}
.bc{ /* Background Color */
    background:#F4A460; /* Sandybrown */
}
.cbc{ /* Text Format */  
    font-weight:bold;
    color:#CD5C5C; /* Indian Red */
}
.cbn{ /* Text Format */  
    font-weight:bold;
    color:Navy;
}
.search{
    width:100%;
    height:530px;
    padding-top:30px;
    text-align:center;
    vertical-align:top;
    border:2px solid #c1d4ed;
}
.copyright{
    padding:4px;
    text-align:center;
}
.ain{ /* IndustryNews.aspx Page changing links */
    color:Blue;
}
.ain:hover{
    color:Navy;
}
.apps{ /* App Default.aspx link on footer copyright text */
    color:Black;
    font-size:80%;
    text-decoration:none;
}
.ain:hover{
    color:Black;
}
/* ##################################################################
    CNCexpo CSS End
/* ################################################################## */