﻿/*=============================
  PUBLIC STYLE SHEET CONTROLLER
  =============================*/
  
@import url(../../StyleSheet/reset.css);  
@import url(../../StyleSheet/structure.css);
@import url(../../StyleSheet/typography.css);

/*========================
  DESCRIPTION DIV SECTION
  =======================*/
  
/* For Template with ID 1. DivStyle<number> 
where number shows the id of the template*/

#pnlDescription9 .DivDescriptionStyle15
{	 
}

#pnlDescription2 .DivDescriptionStyle
{
}

#pnlDescription3 .DivDescriptionStyle1
{
}

/* For Template with ID 2. DivStyle<number> 
where number shows the id of the template*/

#pnlDescription1 .DivDescriptionStyle2
{
}

#pnlDescription2 .DivDescriptionStyle2
{
}

#pnlDescription3 .DivDescriptionStyle2
{
}


/*==================
  IMAGE DIV SECTION
  =================*/

/* For Template with ID 1. DivStyle<number> 
where number shows the id of the template*/

#pnlImage1 .DivImageStyle1
{
}

#pnlImage2 .DivImageStyle1
{
}

#pnlImage3 .DivImageStyle1
{
}

/* For Template with ID 2. DivStyle<number> 
where number shows the id of the template*/

#pnlImage1 .DivImageStyle2
{
}

#pnlImage2 .DivImageStyle2
{
}

#pnlImage3 .DivImageStyle2
{
}


/*===================
  NAVIGATIONAL PANEL
  ==================*/
 
#pnlTreeView
{
	font-size: medium;
	text-transform: capitalize;
	cursor: hand;
	color: #000099;
	border: #ffcc66 thin double;
	font-style: normal;
	font-family: 'Courier New', Sans-Serif;
	text-decoration: underline;
}

/*These styles will be applied while editing in Admin mode with HTML EDITOR 'Apply style selector'

Settings below are to be set in Public css mode and in control itself*/
  
.style1
{
	font-size: medium;
	color: gray;
	font-style: italic;
	font-family: 'Arial Black' , Arial;
	font-variant: small-caps;
}
.style2
{
	font-size: medium;
	color: #ff3333;
	font-style: italic;
	font-family: Verdana;
	background-color: #00cc33;
}

.style3
{
	font-size: large;
	text-transform: capitalize;
	font-family: Cursive;
	text-decoration: underline;
}
.RemoveStyle
{
	background-image: none;
	background-color:WindowText;	 
	azimuth:inherit; 
	border-style:none;
	 
	color:WindowText;
	cursor:default;
	font-style:normal; 
	font-weight:normal;
	font-family:"Trebuchet MS"; 	 
	font-size: 13px;
}

.dateBox{border:0;border-collapse:collapse;}