
body  {
	background: #e6e6e6  url(../images/pise_bkg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
img{ 
	border: 0px;
}


h1{
	font-size: 1.6em;
	text-transform: uppercase;	
	line-height: 28px;
} 
h2{
	font-size: 1.2em;
	line-height: 24px;
} 
h3{
	font-size: 1em;
	line-height: 20px;
} 
h4{
	font-size: .9em;
	line-height: 18px;

} 

h5{
	font-size: .8em;
	line-height: 16px;

} 

h6{
	font-size: .7em;
	line-height: 12px;

} 

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0;
	width: 90%;
	text-align: center;	
}
a {
	text-decoration: none;
	color: #0073aa;	
}

a:hover{
	text-decoration: none;
	color: #666666;	
}
.blue {
	color: #0073aa;	
}

.orange {

	color: #e26e33;	
}
#container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#headerwrap{ 
	background: #ffffff url(../images/pise_bkg.png) repeat-x;
	text-align:center;
	
} 

#header { 
	width: 965px; 
	margin: 0 auto;
}	
#header_logo { 
	float: left;
	width: 335px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(../images/pise_logo.png) no-repeat;
} 


#header_top_nav {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right;
	width: 630px;
	height: 100px;
	background:url(../images/header_bkg.png) right no-repeat;
	color: #FFFFFF;
}
.top_nav {
	padding: 0px 0 0 390px;
}

.top_nav a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 10px;

}

.top_nav a:hover{
	text-decoration: none;
	color: #999999;
}

#main_nav {
	height: 31px;
	background: url(../images/main_menu_bkg.png) repeat-x;
	padding: 0px; 
	clear:both;
	
}


#top_banner {
	height: 290px;
	padding: 15px 15px 15px 25px; 
	clear:both;
	background: url(../images/banner_bkg.jpg) repeat-x #FFF;
	position: relative; 
	color:#FFF;
	
}


#top_banner a{
	padding: 5px 3px;
	border: #FFF thin solid;
	background: url(../images/banner_link_bkg.jpg) repeat-x;
	position: relative; 
	color:#FFF;
	text-decoration:none;
	font-weight:bold
	
}
#sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;


}


#mainContentwrap { 

	border-right: 1px solid #dddddd;
	margin: 20px 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent { 

	margin: 5px 20px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}
#calendar {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 30px 30px;
	margin:0 0 10px 20px;
}

#pise_history { 
	border-top: 1px solid #dddddd;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
#quick_nav{
	height: 180px;
	
	clear:both;
	border-top: 1px solid #dddddd;
	list-style: none;
	color:#666666;
	float: right;
	width: 965px;

	
}
 #quick_nav a{
 	color:#666666;
}

 #quick_nav a:hover{
 	color:#0073aa;
}
.mainlevel{
	padding: 0 0px 0px 0; 
	list-style: none;
	font-weight:bold;
	line-height: 30px;
}



#quick_nav ul{
list-style: none;
margin: 0;
padding:  0;

}


#quick_nav li{
list-style: none;
margin: 0 0px 5px 5px;
padding: 0;
width: 225px;
float: left;
vertical-align:top;

}


#footer{
	border-top: 1px solid #dddddd;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear:both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 10px;
}

#footer_copyrights{
	float: left;
	padding: 0;
	width: 220px;


}
#footer_bottom_nav{
	float: right;
	padding: 8px 0 0 0;
	width: 700px;
}

.bottom_nav {
	
	font-size: 10px;

}
 .bottom_nav li{

	display: inline;
	display: -moz-inline-stack;
		list-style-type: none;
}


.bottom_nav a{
	text-decoration: none;
	padding: 0 13px 0 13px;
	color: #666666;


}

.bottom_nav a:hover{
	text-decoration: none;
	color: #0073aa;
}

.breadcrumbs{
	font-size: 10px;
	color: #666666;

	text-transform: lowercase;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1.6em;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2{	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1.2em;
	vertical-align: bottom;
	color: #0073aa;
	text-align: left;
	width: 100%;
}


.contentheading {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 24px;

	vertical-align: bottom;
	color: #0073aa;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: .9em,
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 1em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	color: #0073aa;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
		color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border: 0;
	width: 90%;
	text-align: center;	
	margin: 20px 0 20px 20px;
}

span.article_separator_front_page {
		color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0;
	width: 90%;
	text-align: center;	
	margin: 20px 0 20px 20px;
}
.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;a
  height: 1px;
}

table.blog span.article_separator {
	display: block;

}

table.blog span.article_separator_front_page {
	display: block;

}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}


/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 0px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
/* Module*/

div.moduletable h3 {
	color: #0073aa;
	text-align: left;
	font-weight: bold;

}

div.moduletable_subscribe h3 {
	color: #0073aa;
	text-align: left;
	font-weight: bold;

}
div.moduletable_center h3 {
	color: #0073aa;
	text-align: center;
	font-weight: bold;

}
div.moduletable_subscribe{
	padding: 15px 0;


}

div.moduletable_blue,
div.moduletable_orange,
div.moduletable {
	margin-bottom: 20px;
	float: left;

	width: 100%;
}

div.moduletable div {
	background: #ffffff;
}

div.moduletable div div {
	background: #ffffff;
}

div.moduletable div div div {
	padding: 0 15px 10px;
	background: #ffffff;
}

div.moduletable_blue div div div div,
div.moduletable_orange div div div div,
div.moduletable_text div div div div,
div.moduletable div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.moduletable_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.moduletable_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #dceaf3;
	font-weight: bold;
}

div.moduletable_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;

}

div.moduletable_text div {

}

div.moduletable_text div div {

}

div.moduletable_text div div div {
	padding: 0 15px 10px;
	display: block;

}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* orange */
div.moduletable_blue h3
{
	padding: 8px 15px 5px;
	color: #FFFFFF;
	white-space: nowrap;
	background:url(../images/module_blue.png) repeat-x;
	font-weight: bold;
	font-size: 15px;
}

div.moduletable_orange h3 {
	padding: 8px 15px 5px;
	color: #FFFFFF;
	white-space: nowrap;
	background:url(../images/module_orange.png) repeat-x;
	font-weight: bold;
	font-size: 15px;
}

div.moduletable_blue h4
{
	padding: 0px 15px 0px 15px;
	color: #0073aa;
	font-weight: bold;
	font-size: 12px;
}

div.moduletable_orange h4 {
	padding: 0px 15px 0px 15px;
	color: #e26e33;
	font-weight: bold;
	font-size: 12px;
}

div.moduletable_blue p,
div.moduletable_orange p
{
	padding: 0px 15px 0px 15px;
	color: #3e3f41;
	font-size: 12px;
}

div.moduletable_orange {
	padding-bottom: 20px;
		background: #feeece;
}

div.moduletable_orange div {
	padding: 0 15px 10px;
background: #ffffff;
	
}

div.moduletable_orange div div {
	padding: 0 15px 10px;
background: #ffffff;
}

div.moduletable_orange div div div {
	padding: 0 15px 10px;
	color: #FFFFFF;
}

/* blue */
div.moduletable_blue {
	background: #dceaf3;
	padding-bottom: 20px

}

div.moduletable_blue div {
	background: #ffffff;
}

div.moduletable_blue div div {
	background: #ffffff;
}

div.moduletable_blue div div div {
	padding: 0 15px 10px;
	background: #ffffff;
}

div.moduletable_blue ul,
div.moduletable_blue ol,
div.moduletable_orange ul,
div.moduletable_orange ol,
{
	margin: 0;
	padding: 0;
}

div.moduletable_blue li,
div.moduletable_orange li,
 {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}


div.moduletable a,
div.moduletable_blue a

 {
	color: #0073aa;
}
div.moduletable_orange a

 {
	color: #666666;
}
div.moduletable a:hover,
div.moduletable_blue a:hover

 {
	color: #666666;
}
div.moduletable_orange a:hover

 {
	color: #e56e36;
}


div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

.program_cat_foundation
{
font-size: 18px;
color: #009900;
}

.program_title_foundation
{
	color: #009900;
	font-size: 14px;

}
.program_cat_sport
{
	font-size: 18px;
	color: #CC3300;
}

.program_title_sport
{
color: #CC3300;
font-size: 14px;


}
.program_cat_education
{
	font-size: 18px;
	color: #0066CC;
	
}

.program_title_education
{
color: #0066CC;
font-size: 14px;


}
.program_cat_training
{
	font-size: 18px;
	color: #FF6600;
}

.program_title_training
{
	color: #FF6600;
	font-size: 14px;

}
.program_title_sportstart
{
	color: #b12552;
	font-size: 18px;

}

.program_cat_education_f
{
	font-size: 18px;
	color: #662d91;
	
}

.program_title_education_f
{
color: #662d91;
font-size: 14px;


}
.program_title_endurance
{
color: #b02551;
font-size: 14px;


}
.program_cat_endurance
{
	font-size: 18px;
	color: #b02551;
}
.program_title_event
{
color: #ee3897;
font-size: 14px;


}
.program_cat_event
{
	font-size: 18px;
	color: #ee3897;
}
.program_cat_training_f
{
	font-size: 18px;
	color: #0073ae;
}

.program_title_training_f
{
	color: #0073ae;
	font-size: 14px;

}
.program_cat_ctraining_f
{
	font-size: 18px;
	color: #009cdc;
}

.program_title_ctraining_f
{
	color: #009cdc;
	font-size: 14px;

}
.program_include
{
border-top: dotted thin #333333; 
border-bottom: dotted thin #333333; 
}
.program_include_blue
{
border: solid thin #3791c0; 
background: #ddeaf5;
color: #3791c0;
padding: 0 20px;
}
.textSmall {
	font-size: 10px;
	}
	
.program_title_foundation_nav
{
	color: #009900;
	font-size: 12px;
	line-height: 18px;

}

.program_title_sport_nav
{
color: #CC3300;
font-size: 12px;
line-height: 18px;

}

.program_title_education_nav
{
color: #0066CC;
font-size: 12px;
line-height: 18px;

}

.program_title_training_nav
{
	color: #FF6600;
	font-size: 12px;
	line-height: 18px;
}

.program_title_endurance_nav
{
color: #b02551;
font-size: 12px;
line-height: 18px;

}

.program_title_endurance_nav
{
	color: #b02551;
	font-size: 12px;
	line-height: 18px;
}

.program_title_event_nav
{
color: #ee3897;
font-size: 12px;
line-height: 18px;

}

.program_title_event_nav
{
	color: #ee3897;
	font-size: 12px;
	line-height: 18px;
}

.program_title_education_nav_f
{
color: #662d91;
font-size: 12px;
line-height: 18px;

}

.program_title_training_nav_f
{
	color: #0066CC;
	font-size: 12px;
	line-height: 18px;
}
.program_title_ctraining_nav_f
{
	color: #009cdc;
	font-size: 12px;
	line-height: 18px;
}



table.program td{
	padding: 0 20px 0 0;
	

	}
	
.fieldtitle {
	padding: 0 10px 15px 0;
	color: #666;
	font-size:14px;
	font-weight:bold;
	
}


.field {
padding: 0 0px 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #cccccc;
width:300px;
}

.note{
		font-size: 11px;
		text-transform:none;

}


table.sportstart {
	border: 1px solid #cccccc;
	background-color: #cccccc;
	
}
table.sportstart th {
border: 1px solid #cccccc;
}
table.sportstart td {
border-bottom: 1px solid #cccccc;
background-color: #ffffff;
padding: 7px;
}

.blue_box{
	color:#FFF;
	background:#0073ae; 
	border: solid 5px #6ea7d0;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align:center;
font-size: 1.5em;
}
.blue_box a{
		color:#FFF;
	text-decoration: underline;
	
}
.green_box {
	color:#FFF;
	background:#009900; 
	color:#FFF;
	border: solid 5px #8fc73e;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 1.5em;

	
}
.green_box a{
	
	color:#FFF;
	text-decoration: underline;
	
	
	
}
.red_box {
	color:#FFF;
	background:#ad0c27; 
	color:#FFF;
	border: solid 5px #ad0c27;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align:center;
font-size: 1.5em;
	
}
.red_box a{
	
	color:#FFF;

	text-decoration: underline;
	
	
	
}

.red_box h1{
	
	color:#FFF;
	font-size:1.8em;
	text-align:center;
	text-transform:none;
	
	
}
.pink_box {
	color:#FFF;
	background:#ee3897; 
	color:#FFF;
	border: solid 5px #ee3897;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align:center;
font-size: 1.5em;
}
.pink_box a{
	
	color:#FFF;
	text-decoration: underline;
	font-size: 1.5em;
}

.red_tag {
	margin: 1px 0;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background:#ad0c27; 
	color:#FFF;
	border: solid 1px #ad0c27;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;


	
}
.orange_tag {
	margin: 1px 0;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background:#f47920; 
	color:#FFF;
	border: solid 1px #f47920;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 0 30px;
	
}
.yellow_tag {
	margin: 1px 0;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background:#fcb316; 
	color:#FFF;
	border: solid 1px #fcb316;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 0 30px;
	
}
.green_tag {
	margin: 1px 0;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background:#41ad49; 
	color:#FFF;
	border: solid 1px #41ad49;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 0 30px;
	
}
.blue_tag {
	margin: 1px 0;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background:#009cdc; 
	color:#FFF;
	border: solid 1px #009cdc;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 0 30px;
	
}

.piseblue_tag {
	margin: 1px 0;
	
	color: #000;
	background:#d4e1ef; 
	color:#FFF;
	border: solid 1px #d4e1ef;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 0 30px;
	
}

.piseblue_tag a{
	
	color:#000;
	
	
}




