body { scrollbar-arrow-color: #ffffff; scrollbar-base-color: #0066cc }
.td
{
    border-left-width: 0px;
    border-left-color: #000000;
    border-bottom-width: 0px;
    border-bottom-color: #000000;
    border-top-width: 0px;
    border-top-color: #000000;
    border-right-width: 0px;
    border-right-color: #000000;
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    font-style: normal;
    font-family: tahoma;
    font-variant: normal
}
.normal
{
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    font-style: normal;
    font-family: verdana;
    text-align: justify
}

a.link
{
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    font-style: normal;
    font-family: verdana;
    font-variant: normal;
    text-decoration: none
}
a.link:hover
{
    text-decoration: none;
    color: #00ffff
}

a.linkcyan
{
    font-weight: normal;
    font-size: 11px;
    color: #00ffff;
    font-style: normal;
    font-family: verdana;
    font-variant: normal;
    text-decoration: underline
}
a.linkcyan:hover
{
    text-decoration: none;
    color: #00ffff
}

a.linkblue
{
    font-weight: bold;
    font-size: 11px;
    color: #2c6297;
    font-style: normal;
    font-family: verdana;
    font-variant: normal;
    text-decoration: none
}
a.linkblue:hover
{
	font-weight: bold;
    text-decoration: underline
}

.Button{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	background-color : #0E5AAA;
	color : #FFFFFF;
	cursor: hand;
}

.SmartButton{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	background-color : #0E5AAA;
	color : #FFFFFF;
	cursor: hand;
	height: 20px;
	width: 50px;
}

.ButtonLogin{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color : #0000c0;
	color : #FFFFFF;
	cursor: hand;
}

.FormText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
}

.ErrorText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : cyan;
	font-weight : bold;
}

.textbox{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	width : 90px;
	border : 1px solid;
}

.textboxnolength{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	
	border : 1px solid;
}

.textboxnolengthbg{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : #bddeff;
	
	border : 1px solid;
}
.textboxround{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	width : 90px;
	border : 1px solid;
	border-radius: 3px;
}

.textboxroundnolength{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	border : 1px solid;
	border-radius: 3px;
}

.textboxroundnolengthbg{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : #bddeff;
	border : 1px solid;
	border-radius: 3px;
}

.optionlength{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Black;
	background-color : white;
	border : 1px;
}

.optionlengthBold{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : Black;
	background-color : #bddeff;
	border : 1px solid;
}

.optionroundlength{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Black;
	background-color : white;
	border : 1px solid;
	border-radius: 3px;
}

.optionroundlengthBold{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
	background-color : #bddeff;
	border : 1px solid;
	border-radius: 3px;
}

.textboxbig{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	width : 150px;
	border : 1px solid;
}

.textboxroundbig{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	width : 150px;
	border : 1px solid;
	border-radius: 3px;
}

.Listmenu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	border : 1px solid;
	width : 60px;
}

.Textarea
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	border : 1px solid;
	width : 200px;
	resize: none;
}

.Textareanolength
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
	border : 1px solid;
	resize: none;
}

.Textareanolengthbg
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : #bddeff;
	border : 1px solid;
	resize: none;
}

.FormHeading{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : White;
	font-weight : bold;
}

.dmcTextSmallSpecial{
	font-family : Bookman Old Style;
	font-size : 9px;
	color : Black;
}

.dmcTextSmall{
	font-family : Bookman Old Style;
	font-size : 10px;
	color : Black;
}

.dmcTextLargeSpecial{
	font-family : Bookman Old Style;
	font-size : 11px;
	color : Black;
}

.dmcTextLarge{
	font-family : Bookman Old Style;
	font-size : 12px;
	color : Black;
}

.dmcTextMediumLarge{
	font-family : Bookman Old Style;
	font-size : 13px;
	color : Black;
}
.dmcTextExtraLarge{
	font-family : Bookman Old Style;
	font-size : 14px;
	color : Black;
}

.dmcHeading{
	font-family : Bookman Old Style;
	font-size : 14px;
	color : Navy;
	font-weight : bold;
}

.dmcHeading1{
	font-family : Bookman Old Style;
	font-size : 14px;
	color : #707070;
	font-weight : bold;
}

.dmcHeading2{
	font-family : Bookman Old Style;
	font-size : 12px;
	color : #343434;
	font-weight : bold;
}

.WhiteFormText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Black;
}

.WhiteFormTextIDCards{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	color : Black;
}

.WhiteFormTextNotification{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
.WhiteFormTextNotificationSmall{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}
.WhiteFormTextNotificationMediumSmall{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
}
.WhiteFormTextNotificationTiny{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Black;
}
.WhiteFormTextOld{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Black;
}

.whiteFormHeading{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Navy;
	font-weight : bold;
}

.whiteFormHeading1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #707070;
	font-weight : bold;
}

.whiteFormHeading2{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #343434;
	font-weight : bold;
}

.WhiteFormButton{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #276FC5;
	color : White;
	cursor: hand;
}

.WhiteFormTextMedium{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : black;
}

.WhiteFormTextLarge{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
}

.WhiteFormBold{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Maroon;
}

.LikeLink{
	text-decoration:underline;
	color:blue;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	cursor : hand;
}

.LikeLinkNew{
	text-decoration:underline;
	color:blue;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	cursor : hand;
}

.LikeLinkMain{
	text-decoration:underline;
	color:cyan;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 13px;
	cursor : hand;
}

.FooterNew {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Gray;
}
.Footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Gray;
}.dropdown {
	background-color: #CCCCCC;
	border: 1px solid;
	list-style-type: none;
	z-index: auto;
}
.Hand {
	cursor: hand;
}
.MainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.BottomBorderBlack {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.pagebreak {
	page-break-before: always;
}
.pageBreakAfter {
	page-break-before: always;
}
.pageBreakBefore {
	page-break-after: always;
}
.ButtonOrange {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #CC6600;
	color : White;
	cursor: hand;
}
.ButtonRed {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #FF0000;
	color : White;
	cursor: hand;
}
.ButtonRedBold {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	background-color : #FF0000;
	color : White;
	cursor: hand;
}
.noPrintNow {
display: none;
}

.noprint {
display: none;
}

.transparent
{
   filter:alpha(opacity=40); 
   -moz-opacity: 0.4; 
   opacity: 0.4; 
}
.img-zoom {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.img-zoom img {
  display: block;
  width: 100%;
  transition: 0.4s ease;
  transform-origin: 50% 50%; /* center zoom */
}
.img-zoom img:hover {
  transform: scale(1.51);
}
.img-zoom-popout {
    position: relative;
    z-index: 0;
    /*right:420px;*/
}

.img-zoom-popout:hover {
    background-color: transparent;
    z-index: 0;
}

.img-zoom-popout span img { 
    display: inline-block;
    margin:-13px 17px 2px -13px;
}

.img-zoom-popout span { 
    position: absolute;
    visibility: hidden;
    color: black;
    text-decoration: none;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    opacity: 0.7;
}

.img-zoom-popout:hover span { /*CSS for enlarged image on hover*/
    visibility: visible;
    background: transparent;
    top: 0px;
    left:5px;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    opacity: 3;
    height:auto; width:auto;
    border:0;
}
