﻿body
{
	background-image: url('../../Images/20090306.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: white;
	margin: 0px auto 20px auto;
	font-family: 'tahoma';
	font-size: 12px;
	color: black;
}
a
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #3366CC;
}
a img{
  border: none;
  vertical-align : middle;
}

#iTopicHeaderName
{
	float:left; 
	width:150px;
	padding:35px 0 0 5px;	
}
.addNew
{
	float: right;
	vertical-align: bottom;
	padding: 55px 0 0 0px;
	color: #009900;
}
.addNewForm
{
	color: #009900;
}
.button
{
	margin: 0 0 0 0px;
	/*padding: 2px 7px 2px 9px;*/
	padding: 6px 18px;
	background-image: url('../../Images/20130614_25.png');
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 10px;
}
.button:hover
{
	border: 1px solid #666666;
	color: #666666;
}
.login
{
	background-image: url('../../Images/20090310.png');
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 350px;
	width: 550px;
	border: 1px solid gray;
	margin: 9% auto;
	color: black;
}
.divCheckBox
{
	width: 160px; 
	float: left;
	}
.content
{
	width: 970px;
	margin: 0 auto;
	/*background-image: url('../Images/20090307.jpg');
	background-repeat: no-repeat;
	background-position: center top;	
	background-color:Black;
	min-height: 500px;*/
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size:1.1em;
	color:#333333;
}
.customerDetails
{
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin: 10px 0px;
	clear:both;
}
.carDetails
{
	border: 1px dashed #FFCCFF;
	padding: 5px;
	margin: 10px 0px;
	clear:both;
}
.stockModelDetails
{
	border: 1px dashed #FF6600;
	padding: 5px;
	margin: 10px 0px;
	clear: both;
}
.header
{
	width: 970px;
	margin: 0 auto;
	font-size: 80px;
	font-weight: bolder;
	text-align: left;
	font-family: 'bernard MT Condensed';
	text-align:left;	
}
.menu
{
	top: 0px;
	position: fixed;
	width: 100%;
	min-height: 15px;
	background-image: url('../../Images/20090308.jpg');
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:Black;
	color: white;
	padding:3px;
	font-weight: bolder;	
	border-bottom: 1px solid darkgray;	
}
.menu a
{
	color:White;
	}
.menu a:hover
{
	color: black;
}
.newGroup
{	
	padding: 10px 20px 15px 35px; 
	clear:both;
}
.newGroupPanel
{	
	padding: 10px; 
	clear:both;
}
.newGroupGrid
{	
	padding: 5px; 
	clear:both;
}
.formHeader
{
	background-image: url('../../Images/2013101101.png' );
	background-repeat: no-repeat;
	padding-left: 10px;

	width: 99%;
	height: 85px; 
	margin-bottom: 10px; 
	clear: both;
}
.formHeader:hover
{
	cursor:pointer;
}
.headAccordion:hover
{
	cursor:pointer;
}
.panel
{
	width: 400px;
	border-bottom: 1px solid #E1E1E1;	
}
.panelHeader
{
	background: trasparent; 
	width: 400px; 
	height: 40px;
}
.panelHeader:hover
{	
	color: orange;
}
.panelLeftOrange
{
	background: url(../../images/20130713_10.png) left no-repeat; 
	width: 10px;
	height: 40px; 
	margin: 0; 
	padding: 0; 
	float: left;
}
.panelCenterOrange
{
	background: url(../../images/20130713_11.png) repeat-x; 
	width: 380px; 
	height: 40px;
	padding-top: 7px; 
	float: left;
}
.panelRightOrange
{
	background: url(../../images/20130713_12.png) no-repeat; 
	width: 10px; 
	height: 40px;
	margin: 0; 
	padding: 0; 
	float: left;
}
.panelLeftPink
{
	background: url(../../images/20130713_1.gif) left no-repeat; 
	width: 10px;
	height: 40px; 
	margin: 0; 
	padding: 0; 
	float: left;
}
.panelCenterPink
{
	background: url(../../images/20130713_2.gif) repeat-x; 
	width: 380px; 
	height: 40px;
	padding-top: 7px; 
	float: left;
}
.panelRightPink
{
	background: url(../../images/20130713_3.gif) no-repeat; 
	width: 10px; 
	height: 40px;
	margin: 0; 
	padding: 0; 
	float: left;
}
.panelBorder
{
	background: url(../../images/20130713_4.gif) repeat-y; 
	width: 400px; 
	padding: 10px;
}
.panelDetails
{
	width: 360px; 
	padding: 3px 0 0 10px;
}

.footer
{
	bottom: 0px;
	position: fixed;
	width: 100%;
	background-image: url('../../Images/20090309.jpg');
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:Black;
	color: white;	
	padding-bottom:3px;
	text-align:right;	
	border-top: 1px solid darkgray;	
}
.textBox:hover
{
	background-color: #ECFFFF;	
}
.textLeft
{
	float:left;
	padding-left:20px;
	text-transform:capitalize;
}
.textRight
{
	float:right;
	padding-right:20px;	
	text-transform:capitalize;
	padding-top: 5px;
	padding-bottom: 2px;	
}
.titleChangePassword
{
	background-image: url('../../Images/20090325_5.png' ); 
	background-repeat: no-repeat;
	height: 35px; 
	padding-top: 10px;
	}
.headerTopic
{	
	/*
	background-image: url('../../Images/20090909_01.png' );
	background-repeat: repeat;
	background-position: left top;
	background-color:transparent;*/
	
	background-color: #EFF3FA;
	
	clear: both; 
	color: #333333; 
	text-align: center; 
	padding-top: 2px;
	padding-bottom: 4px;
	border: 1px solid white;
}
.menuTopic
{
	background-image: url('../../Images/20090325_5.png' );
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 1em;
	line-height: 30px;
	margin: 25px 0 5px 0;
	padding: 1px 0 0 70px;
	color: white;
}
.menuGroupList1
{
	margin: 10px 0px 15px 15px; 
	width: 370px;
}
.menuGroupList2
{
	margin: 10px 0px 15px 15px; 
	width: 180px; 
	float:left;
}
.formTopic
{
	background-image: url('../../Images/20130413.png' );
	background-repeat: repeat-x;

	font-weight: normal;
	margin-top: 20px;
	color: white;
	float: right;
	border: 1px solid gray;
	padding: 3px 15px;
}

.menuList 
{
    background-image: url('../../Images/20130726_2.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    margin: 5px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;
}
.menuList:hover
{
    background-image: url('../../Images/20130726_1.png' );
    background-repeat:no-repeat;
}
.menuStatus
{
	float:right; 
	color:#003399; 	
	border:1px dashed gray; 
	margin-top:30px;
	padding:5px 15px; 
}
.headerGroup
{	
	background-image: url('../../Images/20130611_6.png' );
	background-position:right top;
    background-repeat:no-repeat;    
    width: 100%;
    clear:both;
    display:block;
}
.numberGroup
{	
	background-image: url('../../Images/20090325_2.png' );
    background-repeat:no-repeat;
	width: 90%;
	clear:both;
	padding: 0px 2px 2px 2px;
	left:10px;			
}
.numberList
{
    padding-left: 35px;
    padding-top: 5px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
    font-weight:bolder;
}
.number1List
{
	background-image: url('../../Images/001.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 5px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number2List
{
	background-image: url('../../Images/002.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number3List
{
	background-image: url('../../Images/003.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number4List
{
	background-image: url('../../Images/004.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number5List
{
	background-image: url('../../Images/005.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number6List
{
	background-image: url('../../Images/006.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number7List
{
	background-image: url('../../Images/007.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number8List
{
	background-image: url('../../Images/008.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.number9List
{
	background-image: url('../../Images/009.png' );
    background-repeat:no-repeat;
    padding-left: 35px;
    padding-top: 7px;
    margin: 0px 0px;
    width: 250px;
    display:block;	
    text-decoration: none;    
    height:23px;
    font-weight:normal;
    color: #333333;
}
.line
{
	background-image: url('../../Images/20130611_02.gif' );
    background-repeat:repeat-x;
    background-position:center;
    margin-bottom:10px;
    width:100%;    
    clear:both;
	}
.rowInput
{
	padding: 2px;	
}
.rowInputAlternate
{ 
    padding: 5px 5px 5px 30px;
    color:Blue;
}
.rowInputAlternate:hover
{ 
	background-image: url('../../Images/1022.png' );
    background-repeat:no-repeat;
    background-position:center left;
}
.search
{
	float:left; 	
	vertical-align:bottom; 
	padding:45px 0 10px 0px; 
}


.gridViewStyle
{
	background-image: url('../../Images/20090909.png' );
	background-repeat: repeat;
	background-position: left top;
	background-color:transparent;
	padding: 4px;	
}
.gridViewStyle a
{
	color: #006600;
}
.gridViewStyle a:hover
{
	color: #666666;
}
.gridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}
.gridViewHeaderStyle
{ 	
	text-align: center;
	height: 25px;
	/*border: 1px solid white;*/
	color: white; 
	font-weight: normal;
}
.gridViewHeaderStyle a
{
	color: #FFFFFF;
	text-decoration: none;
}
.gridViewPagerStyle
{
    background-image: url('../../Images/20090909.png' );
    background-repeat:repeat-x;    
    background-position: left bottom;
	background-color: white;
	/*border: 1px solid gray;*/
	
    color: white;    
    text-align:center;    
    font-weight: normal;
    height:25px;
}
.gridViewPagerStyle td 
{
    padding: 0 2px;
}
.gridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;    
}
.gridViewFooterStyle
{	
    background-image: url('../../Images/20090909.png' );
    background-color:#5D5D5E;
    background-repeat:repeat-x;    
    background-color: white; 
    color: #333333;
    font-weight: normal;
	text-align:center;       
    height: 20px;	   
}
.gridViewRowStyle
{
	/**
    background-image: url('../../Images/20130416.png' ) ;
    background-repeat:repeat;
	**/
	background-color: #F7F7F7;
	color: #333333;
	vertical-align: top;
	text-align: center;
}
.gridViewAlternatingRowStyle
{
	background-color: #FBFBFB;
	color: #284775;
	vertical-align: top;
	text-align: center;
}
.gridViewRowStyle:hover, .gridViewAlternatingRowStyle:hover
{
	background-image: url('../../Images/20130417.png' );
	background-position:center top;
    background-repeat:repeat;    	
    color:#333333;       
}

.gridViewRowStyle td, .gridViewAlternatingRowStyle td
{
	padding-left: 5px;
	padding: 3px 2px 3px 2px;
	border: 1px solid #EFEFEF; 
}
.gridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}
.gridViewEmptyDataRowStyle
{	
	font-weight:normal;
	margin: 10px 0px 10px 0px;
	text-align:center;
	color:white;
	line-height: 20px;
	border:1px solid gray;
}

.accordion 
{
	clear:both;
	padding: 5px;
	width:100%;
}
.accordionHeader
{
	padding: 5px;
	cursor: pointer;
	color: White;
	border: 1px solid #CCCCCC;
	background-color: #C8925B;
	margin: 5px;
	height:20px;
}
.accordionHeaderSelected
{
	padding: 5px;
	cursor: pointer;
	color: White;
	border: 1px solid #CCCCCC;
	background-color: #C4884D;
	margin: 5px;
	height:20px;
}
.accordionContent
{	
	border: 1px dashed #CCCCCC; padding: 5px 5px; display: block; clear: both; 
	margin: 2px 5px;
}
.accordionHeaderImage
{
	float: left; 
	margin-left: 5px; 
}
.accordionHeaderName
{
	float: left; 
	margin-left: 10px;
}
.NewsTab .ajax__tab_header 
{
    color: #aa976b;
    font-weight: bold;
    margin-left: 0px;     
}
.NewsTab .ajax__tab_outer
{
    
}
.NewsTab .ajax__tab_inner
{
	width:90px;
    padding: 5px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #f8f6ea;
}
.NewsTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: Orange;
}
.NewsTab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFE1;
}
.NewsTab .ajax__tab_active .ajax__tab_outer
{
	background-color: #CCCCCC;
}
.NewsTab .ajax__tab_active .ajax__tab_inner
{
	background-color: #fefdf7;
}
.NewsTab .ajax__tab_active .ajax__tab_tab
{
    
}
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.60;   
}  
.listSearchExtenderPrompt
{
	text-align:right;
	color:Blue;
	padding-left:0px;
	padding-top:6px;	
}
.slide-out-div
{
	padding: 3px;
	padding-left: 10px;
	width: 250px;
	border: 1px solid #CCCCCC;
	height: 270PX;
	/*
	background-image: url('../../Images/20090306.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	*/
	background: #f3f8f8;
}