/*********************************************************************
* Copyright 2009 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* RADEDITOR DEFAULT STYLE SHEETS
*********************************************************************/

/***** CSS Default *****/
/*rad_override.css*/

/***** Hyperlinks *****/
a {color: #666; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}

/***** Headings *****/
h1 {font-size: 2em;}
h2 {margin: 0 0 10px 0; font-size: 1.5em; color: #333;}
h2.Likeh3, h3 {margin: 0 0 8px 0; font-size: 1.25em; color: #333;}
h4 {margin: 0 0 6px 0; font-size: 1.1em; color: #333;}
h5 {margin: 0 0 4px 0; font-size: 1em; color: #333;}
h6 {margin: 0 0 2px 0; font-size: 0.9em; color: #333;}

/***** Ordered & Unordered Lists *****/


/***** Definition Lists *****/


/***** Tables *****/


/***** Content Text *****/
.Text {color: #333; font-size: 1em;}
	.Text-Small {color: #333; font-size: 0.9em;}
.Text-Black {color: #000;}
	.Text-Black-Small {color: #000; font-size: 0.9em;}
.Text-Gray {color: #999;}
	.Text-Gray-Small {color: #999; font-size: 0.9em;}
.Text-Blue {color: #06c;}
	.Text-Blue-Small {color: #06c; font-size: 0.9em;}
.Text-Pink {color: #e1007d;}
	.Text-pink-Small {color: #e1007d; font-size: 0.9em;}
.Text-Green {color: #390; font-size: 1em;}
	.Text-Green-Small {color: #390; font-size: 0.9em;}
	
	
	table.GlobalMaps {padding:0px; margin:0px; width:640px;}
.GlobalMaps td  { padding:0px; margin:0px; }

.GlobalMaps a { display:block; width:100%; height:100%; text-indent:-9999px; outline:none;}
.GlobalMaps .emea { background: transparent url(../Files/Images/maps/map_emea_off.gif) no-repeat 0 0; width:145px; height:315px;}
.GlobalMaps .ap { background: transparent url(../Files/Images/maps/map_ap_off.gif) no-repeat 0 0;  width:220px; height:315px;}
.GlobalMaps .na { background: transparent url(../Files/Images/maps/map_na_off.gif) no-repeat 0 0; width:275px; height:315px;}
 
.GlobalMaps .emea:hover, .GlobalMaps .emea_on { background: transparent url(../Files/Images/maps/map_emea_on.gif) no-repeat 0 0; cursor:pointer;}
.GlobalMaps .ap:hover, .GlobalMaps .ap_on { background: transparent url(../Files/Images/maps/map_ap_on.gif) no-repeat 0 0;  cursor:pointer;}
.GlobalMaps .na:hover, .GlobalMaps .na_on { background: transparent url(../Files/Images/maps/map_na_on.gif) no-repeat 0 0; cursor:pointer;}
  
/***** Editor Alignments for cells *****/  
.AlignLeft { text-align:left;}
.AlignCenter { text-align:center;}
.AlignJustify { text-align:justify;}
.AlignRight { text-align:right;}
