/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #DCE5EC; 
    font-family:Arial ,Guttman Kav ,Tahoma ,Sans-Serif;
    FONT-SIZE: 9pt;
    color: #323335;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.input
{
    BORDER-RIGHT: silver 1px inset;
    BORDER-TOP: silver 1px inset;
    FONT-SIZE: 10px;
    BORDER-LEFT: silver 1px inset;
    BORDER-BOTTOM: silver 1px inset;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: whitesmoke;
}
.input_med
{
    BORDER-RIGHT: silver 1px inset;
    BORDER-TOP: silver 1px inset;
    FONT-SIZE: 12px;
    BORDER-LEFT: silver 1px inset;
    BORDER-BOTTOM: silver 1px inset;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: whitesmoke;
}
.input_med_ltr
{
    BORDER-RIGHT: silver 1px inset;
    BORDER-TOP: silver 1px inset;
    FONT-SIZE: 12px;
    BORDER-LEFT: silver 1px inset;
    BORDER-BOTTOM: silver 1px inset;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: whitesmoke;
    direction:ltr;  
       
}
.RequestMsg
{
	font-size:14pt;
	font-weight:bold;
	color:#EF5229;
}
.INPUT_BTN
{
    font-size:13px;
}
.LabelBold
{
	font-size:12px;
	font-weight:bold;
	color:Black;
	text-decoration:none;
 
}
.IMGButton
{
	background-image:url(../Images/Survey/button_popup.jpg); 
	height:35px; 
	width:140px;
	font-size:16;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;
	vertical-align:middle;
}
.IMGButtonLink
{
	font-size:16;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;
}
.LinkButton
{
	CURSOR: pointer; 
	COLOR: #cc0000; 
	TEXT-DECORATION: underline;
}
.UserMsg
{
	font-size:12px;
	font-weight:bold;
	color:#EF5229;
}
#NewsMarqueeContainer
{
	position: relative;
	width: 100%; /*marquee width */
	height: 190px; /*marquee height */
	overflow: hidden;
	border: 0px solid black;
	padding: 15px;
	padding-left: 0px;
}
.Default_NewsTopCaption
{
	color:#666668;
	font-size:9pt; 
	font-weight:bold;
}
.Default_NewsTopSep
{
	WIDTH: 100%; 
	HEIGHT: 1px; 
	BACKGROUND-COLOR: #666668;
}
.Default_NewsItem
{
	cursor:pointer;
}
.Default_NewsDate
{
	color:White;
	font-size:8pt; 
	font-weight:bold;
}	
.Default_NewsCaption
{
	color:#666668;
	font-size:9pt; 
	font-weight:bold;
}

.Default_NewsDesc
{
	color:#AEB1B2;
	font-size:13px;
	font-weight:bold;
}
.Default_SearchBtn
{
	color: #666668;
	font-size:10pt;
	font-weight:bold;
	cursor:pointer;
}
.Default_SearchTxt
{
	border: 1px solid #666668;
	font-size:9pt;
	width:130px;
	height:18px;
}
.Default_PageCaption
{
	color:#4F779A;
	font-size:12pt; 
	font-weight:bold;
	height:20px;
}

.Contact_Label
{
	color: #666668;
	font-size:10pt;
	font-weight:bold;
}
.Contact_TextBox
{
	border: 1px solid #666668;
	font-size:9pt;
	width:170px;
}
.Contact_TextBoxLtr
{
	border: 1px solid #666668;
	font-size:9pt;
	width:170px;
	direction:ltr;   
}

.Cust_ItemNormal
{
	width:500px;
}
.Cust_ItemSelect
{
	border: 1px solid #9EC2D2;
	background-color:White; 
	width:500px;
}
.Cust_Img
{
	border: 1px solid #4F779A;
	width:50px;
	height:50px;
}
.Cust_Name
{
	color: #0F4776;
	font-size:10pt;
	font-weight:bold;
	text-decoration: underline; 
}
.Cust_Desc
{
	color: #0F4776;
	font-size:9pt;
}
.Cust_Projs
{
	color: #0F4776;
	font-size:9pt;
	font-weight:bold;
}
.Cust_ProjItem
{
	color: #4F779A;
	font-size:9pt;
	cursor:pointer;
	text-decoration: underline; 
}

.Project_ElseCaption
{
	color: #4F779A;
	font-size:9pt;
	font-weight:bold;
	height:20px;
}
.Project_ItemNormal
{
	width:500px;
	height:80px;
}
.Project_ItemSelect
{
	border: 1px solid #9EC2D2;
	background-color:White; 
	width:500px;
	height:80px;
}
.Project_Img
{
	border: 1px solid #4F779A;
	width:50px;
	height:50px;
}
.Project_Name
{
	color: #2F3437;
	font-size:10pt;
	font-weight:bold;
	text-decoration: underline; 
}
.Project_Desc
{
	color: #0F4776;
	font-size:9pt;
}
.Project_Custs
{
	color: #4F779A;
	font-size:9pt;
	font-weight:bold;
}
.Project_CustItem
{
	color: #4F779A;
	font-size:9pt;
	cursor:pointer;
	text-decoration: underline; 
}
.Project_Prods
{
	color: #0F4776;
	font-size:9pt;
	font-weight:bold;
}
.Project_ProdItem
{
	color: #4F779A;
	font-size:9pt;
	cursor:pointer;
	text-decoration: underline; 
}
.vsd01container {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: #352585;
  font-size:9pt;
  direction:rtl;
  margin-right:6px;
}
.vsd01container a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: #352585;
  font-size:11pt;
}
.vsd01container a:hover {
  text-decoration:underline;
  color: #000025;
}
 
