﻿body
{
	font-family: Tahoma;
	font-size: 8pt;
}

input
{
	font-family: Tahoma;
	font-size: 8pt;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a.CustomLink
{
	color: #666666;
	border-bottom: dotted 1px #666666;
	text-decoration: none;
	padding: 2px;
}

a.CustomLink:hover
{
	color: #000000;
	border-bottom: dotted 1px #000000;
	text-decoration: none;
	padding: 2px;
}

hr
{
	border: dashed 1px #000000;
}

.Menu
{
	height: 33px;
	background-image: url(Images/bgmenu.gif);
	background-repeat: repeat-x;
}

.Menu-LeftSide
{
	height: 33px;
	background-image: url(Images/menu-leftside.gif);
	background-repeat: repeat-x;
}

.Menu-RightSide
{
	height: 33px;
	background-image: url(Images/menu-rightside.gif);
	background-repeat: repeat-x;
}

.Menu2
{
	height: 33px;
	background-image: url(Images/bgmenu2.gif);
	background-repeat: repeat-x;
}

.Menu2-LeftSide
{
	height: 33px;
	background-image: url(Images/menu2-leftside.gif);
	background-repeat: repeat-x;
}

.Menu2-RightSide
{
	height: 33px;
	background-image: url(Images/menu2-rightside.gif);
	background-repeat: repeat-x;
}

.Content
{
	background-color: WhiteSmoke;
	border: solid 1px silver;
	padding: 10px;
}

.Titlebar-LeftSide
{
	background-image: url(Images/titlebar-leftside.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 8px;
}

.Titlebar-RightSide
{
	background-image: url(Images/titlebar-rightside.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 7px;
}

.Titlebar
{
	background-image: url(Images/titlebar.gif);
	background-repeat: repeat-x;
	height: 32px;
}

.GridView-Header
{
	background-image: url(Images/gridview-header.gif);
	height: 26px;
}

.Help-Tooltip
{
	position: absolute;
	background-color: White;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	display: none;
	padding: 2px;
	width: 250px;
}

.Help_Tooltip_Title
{
	width: 100%;
	color: navy;
	padding: 2px;
}

.ToolTip
{
	position: absolute;
	background-color: gainsboro;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	display: none;
	padding: 2px;
}

.Message
{
	color: Navy;
	font-weight: bold;
	padding: 2px;
}
.Message2
{
	color: #f88a1e;
	font-weight: bold;
	padding: 2px;
}

.Caption
{
	color: Blue;
	font-family: Tahoma;
	font-size: 8pt;
}
.processMessage
{
	position: fixed;
	top: 35%;
	left: 43%;
	padding: 10px;
	width: 17%;
	z-index: 1001;
	background-color: #fff;
}
.progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}
.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: list-item;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

.ContextMenuItem-Selected
{
	font-weight: bold;
}

.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
.ButtonStyle
{
	border: solid 1px #454545;
	background-color: WhiteSmoke;
	height: 25px;
	font-style: normal;
	font-family: Tahoma;
}

.DropStyle
{
	font-family: verdana;
	font-size: 200px;
	font-style: normal;
}

.FormCaption
{
	font-family: Tahoma;
	font-size: 8pt;
}
.LongItem
{
	width: 180px;
}
.GeneralItem
{
	font-family: Tahoma;
	font-size: 9pt;
}
.cpHeader
{
	color: white;
	background-color: Silver;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	width: 99%;
	height: 18px;
	padding: 8px;
	text-align: right;
}
.cpBody
{
	background-color: gray;
	font: normal 11px auto tahoma;
	border: 1px gray;
	width: 99%;
	padding: 4px;
	padding-top: 7px;
}


body
{
    font-family:verdana,tahoma,helvetica;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(img/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
	
    padding-right:4px;
    background:url(img/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url(img/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url(img/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url(img/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url(img/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    background:url(img/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    background:url(img/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
    direction:ltr;
      
}

/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header 
{
	
    font-size:12px;
    display:block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer 
{
    border:solid 1px #D7DCE1;
    padding:1px 1px 0px 1px;
    border-bottom:solid 2px #A8D4D9;
    background-color:#edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab 
{
	
    padding:6px 10px 6px 10px;
    color:#444444;
    width:81px;
    display:block;
    text-align:center;  
    
      
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    font-family:Verdana, Arial, Sans-Serif;
    font-weight:bold;
    white-space:nowrap;
    line-height:165%;
    font-size:92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;
    border:solid 2px #A8D4D9;
    border-bottom-color:#ffffff;
    background-color:#ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 2px #A8D4D9;
    border-top-width:0;
    direction:ltr ;
}

.details
{
	width: 100%;
	height: 90%;
}
.details ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
.photo-container
{
	padding: 10px;
	width: 120px;
	float: left;
}
.data-container
{
	height: 90%;
	width: auto;
}

.Popup
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.6;
    z-index:998;
}
.ModalPopup
{
border: 1px solid #999999;
position: fixed;
top: 0px;
right: 0px;
padding: 10px;
height: 306px;
width: 150px;
z-index: 1001;
background-color: white;
font-family: Tahoma;
font-size: 8pt;
font-weight: normal;
color: black;
vertical-align: bottom;
}
.ModalPopupL
{
border: 1px solid #999999;
position: fixed;
top: 0px;
left: 0px;
padding: 10px;
height: 306px;
width: 150px;
z-index: 1001;
background-color: white;
font-family: Tahoma;
font-size: 8pt;
font-weight: normal;
color: black;
vertical-align: bottom;
}
