/*
Every class in this file starts with "syn_"
*/

.syn_loginTable{
    background:url(4Login.gif) repeat-x;
    height:147px;
    width:100%;
    z-index:1
}

.syn_inputFormTable{
	width: 100%;
	z-index: 1;
	border: 1px solid #999999;
}

.syn_GreyHeader{
	background-color: Silver;
	color: Black;
}

.syn_evenRow{
	background-color: White;
}
.syn_oddRow{
	background-color: #EEEEEE;
}

.syn_boldBlackHeader{
	background-color: Black;
	color: #EEEEEE;
	font-weight: bold;
}

.syn_blackTable{
	z-index: 1;
	border: 1px solid #999999;
}


.syn_baloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#syn_arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
	}

.syn_handcursor{
	cursor:hand;
	cursor:pointer;
}

		
.syn_message{
	background-image: url(icon_error.gif);
	background-color: #DDDDDD;
	border: 1px solid #696969;
	font-size: larger;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 22px;
	color: Black;
	background-repeat: no-repeat;
	background-position: left;
}  


.syn_code{
	background-color: #DDDDDD;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #666666;
	font-family: Courier New;
	padding: 10px;
}

.syn_redbutton{
	background: url(redButton.gif) no-repeat;
	width: 140px;
	height: 27px;
	text-align: center;
	color: White;
	border: 0;
	vertical-align: top;
}
.syn_question{
	width: 300px;
	text-align: center;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	border: 1px solid #3C6491;
	table-layout: auto;
}

.syn_question h2{
	background-image: url(question.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	text-align: left;
	padding-left: 50px;
	padding-top: 18px;
}

.syn_question a{
	background-color: #bf3e18;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 10pt;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.syn_question a:hover{
	background-color: #842C08;
}

.syn_greygradiant{
	background: url(GreyGradiant.gif);
	background-repeat: repeat-x;
}


.syn_tilegray {
	background-color: #ffffff;
	background-image: url(tile_gray.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	border: 1px solid #ebebeb;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}


.syn_chat{
	margin: 0px; 
	overflow: hidden; 
	text-align: left; 
	z-index: 10000; 
	position:absolute;
	left: 0px; 
	top: 499px; 
	width: 159px; 
	height: 133px; 
	
	background-image: url(/images/NeedHelp.png);
	display: block;
	opacity:0.6;
	filter:alpha(opacity=60);
	
}

.syn_chat_padding{
	margin: 0px; 
	z-index: 99; 
	position: relative; 
	top: -20px; 
	cursor: pointer; 
	width: 159px; 
	height: 133px;
}

.syn_chat_cross{
	margin: 0px; 
	z-index: 100; 
	position: relative; 
	left: 139px; 
	cursor: pointer;
}


.syn_colOneOfTwo { 
	float:left; width:50%;
}
.syn_colOneOfTwo { 
	marging-left:50%; 
	width:50%;
} 

.syn_floatLeft{
	float:left; border: 
	1px solid #999999;
	margin-right:5px; 
	margin-bottom:5px; 
}