﻿#divServices {
	position: absolute;
	left: 262px;
	width: 650px;
	height: 500px;
}

.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

.AutomTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../img/tab-line.gif) repeat-x bottom;}
.AutomTabStyle .ajax__tab_outer {background:url(../img/tab-right.gif) no-repeat right;height:21px;}
.AutomTabStyle .ajax__tab_inner {padding-left:3px;background:url(../img/tab-left.gif>) no-repeat;}
.AutomTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../img/tab.gif) repeat-x;}
.AutomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url(../img/tab-hover-right.gif) no-repeat right;}
.AutomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(../img/tab-hover-left.gif) no-repeat;}
.AutomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url(../img/tab-hover.gif) repeat-x;}
.AutomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(../img/tab-active-right.gif) no-repeat right;}
.AutomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../img/tab-active-left.gif) no-repeat;}
.AutomTabStyle .ajax__tab_active .ajax__tab_tab {background:url(../img/tab-active.gif) repeat-x;}
.AutomTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #804A00;border-top:0;padding:8px;background-color:#ffffff;}

.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

.tblsrvc_content th 
{
    background-color: #FFFAFA;
    border: solid 1px #330000;
    font-variant:small-caps;
}

.tblsrvc_content td
{
    padding: 10px;    
}

#serviceTable {
	font-size: 12px;
	padding: 10px;
	border: thin 1px solid;
}

#serviceTable thead{
background-color: Silver;
font-weight: bolder;
}

#serviceTable tbody td {
border: thin 1px solid;
}
