﻿body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
test.CaptchaOutline
{
	border: solid 1px #CECECE;
	width: 99%;
	padding: 2px;
}
.Captcha
{
	background-color: #f0e8d8;
	color: #94a3e7;
}
.ContactUsOutline
{
	border: solid 1px #CECECE;
	width: 100%;
	
}


.ContactUsHeader
{
	padding-left: 15px;
	background-color: Gray;
	color: #000000;
	font-weight: bold;
	min-height: 25px;
	/*padding-top: 5px;*/
}
.TextBoxLength
{
	width: 60%;
}
.SentMessage
{
}
.GridOutline
{
	border: solid 1px #CECECE;
	width: 100%;
}
.ContactUsGridHeader
{
	background-color: #C0C0C0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	height: 23px;
}
.ContactUsPagingElement
{
	color: #6DAFC0;
	font: Bold 14px; Aria;
padding:2px;
}
.ConactUsGridAlternatingItem
{
	background-color: #EEEEEE;
	height: 20px;
	border-style: none;
	border-width: 1%;
}
.ContactUsGridItemBorder
{
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	height: 20px;
	width: 17%;
	text-align: left;
}
.AdvancedSearchOutLine
{
	border: solid 1px #E8E8E8;
	width: 100%;
	margin-bottom: 5px;
}
.ContactUsSearchEmailPart
{
	vertical-align: top;
	width: 40%;
}
.ContactUsSimpleSeach
{
	background-color: #a6a6a6;
	height: 35px;
	vertical-align: middle;
}
.ContactSearchResult
{
	vertical-align: middle;
	padding-top: 5px;
	font-weight: bold;
}
.GridOutLine
{
	border: solid 1px #E8E8E8;
	padding: 1px;
}
.ListContainer .ContainerRow table tr td
{
	/*min-height:25px; 	height:auto !important;*/
	height: 35px;
}
.ListContainer .ContainerRow table tr:hover
{
	background-color: #fffacd;
}
.ListContainer
{
	border: solid 1px #bebebe;
	padding: 4px;
}

.ListContainer table
{
	margin: 0px 0px 0px 0px;
}

.ListContainer .ListHeader
{
	background-color: #948663;
	color: White;
	font-weight: bold;
text-align:left;
}

.ListContainer .ListHeader td
{
	padding: 5px;
	color: White;
}

.ListContainer .ListHeader th
{
	padding: 5px;
	color: White;
}

.ListContainer .ListGroupRow
{
	font-weight: bold;
	background-color: #c6c7c6;
}
.ListContainer .ListGroupRow td
{
	padding: 5px;
}
#MPContentArea .ListContainer Table tr td a
{
	padding: 0px 3px 0px 3px;
}
.ListContainer .ListHeader a
{
	color: White;
}

.ListContainer .ListHeader thead
{
	color: White;
}

.ListContainer .ListRow
{
	
}
.ListContainer .ListRow:hover
{
	background-color: #fffacd;
}



.ListContainer .ListRow td
{
	padding: 5px;
}

.ListContainer .ListAlternativeRow
{
	background-color: #f4f4f4;
}

.ListContainer .ListAlternativeRow:hover
{
	background-color: #fffacd;
}

.ListContainer .ListAlternativeRow td
{
	padding: 5px;
}

/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */

/* XP IE7 theme - Backgrounds */
.visoft__tab_xpie7 .ajax__tab_header
{
	background: url(images/ContactUs/tab-line.gif) repeat-x bottom;
}
.visoft__tab_xpie7 .ajax__tab_outer
{
	background: url(images/ContactUs/tab-right.gif) no-repeat right;
}
.visoft__tab_xpie7 .ajax__tab_inner
{
	background: url(images/ContactUs/tab-left.gif) no-repeat;
}
.visoft__tab_xpie7 .ajax__tab_tab
{
	background: url(images/ContactUs/tab.gif) repeat-x;
margin-right:4px;
}
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer
{
	background: url(images/ContactUs/tab-hover-right.gif) no-repeat right;
}
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner
{
	background: url(images/ContactUs/tab-hover-left.gif) no-repeat;
}
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab
{
	background: url(images/ContactUs/tab-hover.gif) repeat-x;
	margin-right:4px;
}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer
{
	background: url(images/ContactUs/tab-active-right.gif) no-repeat right;
}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner
{
	background: url(images/ContactUs/tab-active-left.gif) no-repeat;
}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab
{
	background: url(images/ContactUs/tab-active.gif) repeat-x;
	margin-right:4px;
}

/* XP IE7 theme - Other Styles */
.visoft__tab_xpie7 .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
font-weight:bold;
}
.visoft__tab_xpie7 .ajax__tab_outer
{
	height: 29px;
}
.visoft__tab_xpie7 .ajax__tab_inner
{
	padding-left: 3px;
}
.visoft__tab_xpie7 .ajax__tab_tab
{
	padding: 8px 40px;
	margin: 0;
	margin-right:4px;
}
.visoft__tab_xpie7 .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
min-height:100px;
}

.DottedLineStyle
{
	border-bottom: solid 1px #223fa5;
}
.ListItem
{
	border: solid 1px #E8E8E8;
	margin-bottom: 5px;
}

.CUHelp
{
	border:solid 1px #000000;
	background-color:#fffacd;
	color:#666666;				
}
.CUPopUpHelp
{
	border: solid 1px #000000;
	background-color: #fffacd;
	color: #666666;
	min-height: 20px;
	visibility: hidden;
	width: 200px;
}

.faqCategoryForHelp
{
	border:solid 1px #000000;
	background-color:#fffacd;
	color:#666666;
	min-height:20px;
	visibility:hidden;
	margin-left:120px;
	width:30%;
}

.CategorySiteSettingHelp
{
	border:solid 1px #000000;
	visibility:hidden;
	position:absolute;
	background-color:#fffacd;
	color:#666666;
	min-height:20px;	
	width:450px;
}
.EditorHelp
{
	border:solid 1px #000000;
	visibility:hidden;
	position:absolute;
	background-color:#fffacd;
	color:#666666;
	min-height:20px;
	width:535px;
}
.RowSpacing
{
	padding-bottom:5px;
}

.UrlGenerator
{
	padding: 5px;
	padding-left:20px;
	min-height: 50%;
}
.UrlGeneratorLeftList
{
	float: left;
	width: 50%;
	border-top: solid 1px #CECECE;	
}
.UrlGeneratorRightList
{
	float: left;
	width: 50%;
	border-top: solid 1px #CECECE;	
}

.cuItemHeader
{
	background-image: url("images/ContactUs/titlebg.gif" );
	background-repeat: repeat;
	background-position: right bottom;
	padding: 3px;
	padding-Left: 20px;
	padding-Bottom: 10px;
	/*margin-top: 10px;*/
	font-weight: bold;
	color: Black;
	font-size: 14px;
}
.cuSubItemHeader
{
	background-color:#b0b0b0;
	background-repeat: repeat-x;			
	padding: 3px;
	
	font-weight: bold;	
	color:Black;
	font-size:12px;
	min-height:20px;
}
.ItemRightMenu
{
	padding-Top:20px;
	padding-right:5px;
	background-color:#EFEFEF;
	vertical-align:top;
}
.SubItemOutLine
{
	border: solid 1px #b0b0b0;
	width: 100%;
	margin-Bottom:5px;
}

.SiteVisibility
{
	cursor: pointer;
	color: #4792a5;
	text-decoration: underline;
}



/*RimsTabbed StyleSheet*/
.ExpandTextContent
{
	padding:10px 8px 8px 5px;
	text-align:justify;	
}
.ExpandOrHide
{
	padding:0px 8px 0px 5px;	
}
/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */

/* XP IE7 theme - Backgrounds */
.TabbedBrowsing .ajax__tab_header
{
	/*background: url(images/tab-right.gif) repeat-x ;*/
background-color:#e9f1f5;
	border:solid 1px #9cb8c6;
	color:#000000;
border-bottom:0;
border-left:0;


}
.TabbedBrowsing .ajax__tab_outer
{
	/**/background: url(images/Tabbed/tab-right.gif) no-repeat right;
}
.TabbedBrowsing .ajax__tab_inner
{
	/**/background: url(images/Tabbed/tab-left.gif) no-repeat;
}
.TabbedBrowsing .ajax__tab_tab
{
	background: url(images/Tabbed/tab.gif) repeat-x;
margin-right:4px;
}

.TabbedBrowsing .ajax__tab_active .ajax__tab_outer
{
	/**/background: url(images/Tabbed/tab-active-right.gif) no-repeat right;
}
.TabbedBrowsing .ajax__tab_active .ajax__tab_inner
{
	/**/background: url(images/Tabbed/tab-active-left.gif) no-repeat;
}
.TabbedBrowsing .ajax__tab_active .ajax__tab_tab
{
	background: url(images/Tabbed/tab-active.gif) repeat-x;
	margin-right:4px;
	font-weight:700;
	font-size:12px;
	color:#444469;
}

/* XP IE7 theme - Other Styles */
.TabbedBrowsing .ajax__tab_header
{
	font-family: Arial,tahoma,helvetica;
	font-size: 12px;
width:auto;
}
.TabbedBrowsing .ajax__tab_outer
{
	height: 20px;
}
.TabbedBrowsing .ajax__tab_inner
{
	padding-left: 3px;
}
.TabbedBrowsing .ajax__tab_tab
{
	padding: 3px 20px;
	margin: 0;	

}
.TabbedBrowsing .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #9cb8c6;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
	min-height:100px;
width:auto;

}

.accordionHeaderHorizontal
{
	background-color:#f0f8ff;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-family:Arial,Sans-Serif;	
	cursor:pointer;
	padding:0px 5px 0px 5px;

	

}
.accordionHeaderSelectedHorizontal
{	
	background-color:#004785;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;


}
.accordionContent
{

	font-size:11px;
	padding:5px 0px 5px 0px;
}

.ContentMainHeader
{
	
	
	font-family:Gautami;
	text-align:center;
	height:20px;
padding-top:5px;
	font-size:15px;

}
/*styles for itemcommentlist*/
.Item
{
    clear: both;
    padding: 10px 5px 10px 0px;
}
.Item Div.ItemLeft
{
    float: left;
    text-align: center;
    width: 37%;
    font-size:8pt;
}
Div.ItemRight
{
    float: right;
    text-align: left;
    padding-right: 2px;
    width: 55%;
}
.ItemCotainer
{
    border: solid 1px #b0b0b0;
    padding: 4px;
}
.ItemCotainer hr
{
    color: #b0b0b0;
    height: 1px;
}
.ItemCotainer .Remark
{
    color: Blue;
}

.ItemCotainer table
{
    margin: 0px 0px 0px 0px;
}
.ItemCotainer .ItemHeader
{
    background-color: #b0b0b0;
    color: White;
    font-weight: bold;
}
.ItemCotainer .ItemHeader td
{
    padding: 0px 4px 0px 4px;
    color: White;
}
.ItemCotainer .ItemHeader a
{
    
}
.ItemCotainer .ItemRow
{
}

.ItemCotainer .ItemRow td
{
    background-color: #f9f9f9;
}

.ItemCotainer .ItemAlternativeRow
{
}

.ItemCotainer .ItemAlternativeRow td
{
    background-color: #f0f0f0;
}

.ItemCotainer .ItemCellLeft
{
    width: 35%;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}
.ItemCotainer .ItemCellRight
{
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}
.CommentModalPopup
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 520px;
    height: auto;
    overflow: auto;
}
.CommentModalPopupHeader
{
    background: #ebedf9;
    background-position: right top;
    border: #223FA5 solid 1px;
    padding: 3px;
    margin-top: 10px;
    font-weight: bold;
    color: Black;
    height: 15px;
}
.AddSmallButton
{
    text-transform: none;
    float: right;
    padding: 6px 10px 10px 15px;
    height: 10px;
    vertical-align: middle;
    font-size: 9.6pt;
    background-image: url(images/AddSmall.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
 .HistoryItemHeader
{
	background-color: #dcdcdc;
	font-size: 13px;
	font-weight: bold;
    min-height: 10px;
    padding-left: 20px;
padding-bottom:5px;
padding-top:5px;
} 
.RssText
{
	cursor:pointer;
	color:#4792a5;
	text-decoration:underline;
}
.CuReply
{
background-image: url("images/ContactUs/reply.gif" );
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}
.CuForward
{
background-image: url("images/ContactUs/forward.gif" );
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}

