/* ---------- GLOBAL STYLE SHEET -----------------------------
Global Contents NOTE : Will default all contents of the page to this style unless another syle
is applied to the element.------------------------------- */

/* -------------------------------
      TEXT STYLES
------------------------------- */

/* DEFAULT TEXT STYLES */
body, div, p,  table, td,  tr, input, select, textarea {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9pt;
	margin: 0px;
}


/* Page Body */
.sitebody { 
	margin: 0px;  
	padding: 0px;
	background-color: White;
	background-image: url(../../images/Generic/body_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
 }
 /* TITLE 1 */
.body_text {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9pt;
	margin: 0px;
}
 

/* TITLE 1 */
.title_page {
	font-weight: bold; 
	color: #4181C0; 
	font-size:12pt;
	margin-top : 0em; 
	margin-bottom : 0.6em;
}
/* TITLE 2  */
.title_sub1 {
font-family: "Trebuchet MS", Arial, Helvetica;
	color : #F26721; 
	font-size : 11pt; 
	font-weight : bold; 
	margin-top : 0em; 
	margin-bottom : 0.6em;
}

/* TITLE 2  */
.title_Pricefr {
font-family: verdana, Arial, Helvetica;
	font-size : 6pt; 

}

/* TITLE 2  */
.title_Price {
font-family: "Trebuchet MS", Arial, Helvetica;
	color : #F26721; 
	font-size : 11pt; 
	font-weight : bold; 
	margin-top : 0em; 
	margin-bottom : 0.6em;
}


/* TITLE 3 */
.title_sub2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #333333; 
	font-size: 10pt; 
	font-weight: bold; 
	margin-top : 0em; 
	margin-bottom : 0.6em;
}
/* TITLE 4 */
.title_sub3 {
font-family: "Trebuchet MS", Arial, Helvetica;
	color: #333333; 
	font-size: 9pt; 
	font-weight: bold; 
	margin-top : 0em; 
	margin-bottom : 0.4em;
}

/* -------------------------------
      TABLE STYLES
------------------------------- */
/* TABLE OUTLINE 1 */
.table_outline1 {
	background-color : #F0F0F0; 
	border : 1px solid #999966; 
	border-right-width : 0px; 
	border-top-width : 0px; 
	empty-cells : show;
	padding: 0 0 0 0;
	}
/* TABLE OUTLINE 2 */
.table_outline2 {
	background-color : #CCCDB1; 
	border 1px solid #999966; 
	border-right-width : 1px; 
	border-top-width : 1px; 
	empty-cells : show; 
	margin: 1px 1px 1px 1px;
	margin-top : 0em; 
	margin-bottom : 1.5em;
}
/* DEAFAULT CELL STYLES */

/* CELL TITLE 1 */
.td_title1{
	color:#FFFFFF;
	font-weight: bold;
	background-color:#990033;
	text-transform: uppercase;
}
/* CELL TITLE 2 */
.td_title2{
	color: Black;
	font-weight: bold;
	background-color: #7FFFD4;
	text-transform: capitalize;
}
/* CELL CONTENT */
.td_content{
	color: Black;
	background-color: White;
}

/* -------------------------------
      PARAGRAHS, LISTS, LINE STYLES
------------------------------- */
/* DEAFAULT  STYLES */
p {line-height : 12pt; margin-top : 0em; margin-bottom : 1.5em;}
ul {line-height : 12pt; margin-top : 0em; margin-bottom : 1.5em;}
ol {line-height : 12pt; margin-top : 0em; margin-bottom : 1.5em;}
hr{color: #666666; height: 1px;}

/* Bullet Title */
.bullet_title {
	line-height : 0pt; 
	margin-top : 0em; 
	margin-bottom : 1.5em;
}
/* Bullet Square */
.bullet_square {
	list-style: square;
}
/* Bullet Image */
.bullet_image {
	list-style-image: url(../../images/css/bullet_arrow.gif);
}
/* Bullet Upper Alpha */
.bullet_ualpha {
	list-style-type: upper-alpha;
}

/* Bullet Lower Alpha */
.bullet_lalpha {
	list-style-type: lower-alpha;
} 

/* Bullet Upper Roman */
.bullet_uroman {
	list-style-type: upper-roman;
} 

/* Bullet Lower Roman */
.bullet_lroman {
	list-style-type: lower-roman;
} 
 /* -------------------------------
      IMAGE SIZING STYLES
------------------------------- */
/* LANDSCAPE THUMB  */
.image_landscape1_thumb{
	width: 100px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}



/* LANDSCAPE SM  */
.image_landscape2_sm{
	width: 170px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* LANDSCAPE MED  */
.image_landscape3_md{
	width: 220px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* LANDSCAPE LG  */
.image_landscape4_lg{
	width: 270px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT THUMB  */
.image_portrait1_thumb{
	height: 100px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT SML  */
.image_portrait2_sm{
	height: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT MED  */
.image_portrait3_md{
	height: 200px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* PORTRAIT LG  */
.image_portrait4_lg{
	height: 250px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE THUMB  */  
.image_square1_thumb{
	height: 70px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE SML  */  
.image_square2_sm{
	height: 120px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE MED  */  
.image_square3_md{
	height: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* SQUARE LG  */  
.image_square4_lg{
	height: 200px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}    
/* TEXT-FLOW-AROUND-LEFT */
.text_flow_around_left{ float: left;  border: 1px solid Black;  }

/* TEXT-FLOW-AROUND-RIGHT */
.text_flow_around_right{ float: right; border: 1px solid Black;  }

}
/* SQUARE LG  */  
.TitleField_SML{
		font-weight: bold;
} 

/* SQUARE LG  */  
.TitleField_SMLOrg{
		font-weight: bold;
		color: #f9992a;
}      
 
.TitleField_MED{
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 10px;
}   
.TitleField_LGE{
		font-weight: bold;
}   
