﻿/*===================================================================*/
/*--- CSS2.1 by Shebang Websites: www.shebangwebsites.co.za ---------*/
/*===================================================================*/

/*--- Wrapper - Outer Div with 1px Border ---------------------------*/
.greypoll_wrapper {
	border-top: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	border-left: 1px #e1e1e1 solid;
}
/*--- Container Top - Styles the divs that make up the Title --------*/
.greypoll_tm {
	background-image: url('grey01_tm.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #333;
	padding: 10px 10px 8px 10px;
	text-align: left;
}
/*--- Container Content Pane ----------------------------------------*/
.greypoll_cpane {
	background-image: url('grey02_shdw.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #333;
	padding: 15px 9px 10px 9px;
}
/*--- Container Footer - Holds Action Icons -------------------------*/
.greypoll_icofooter {
	text-align: right;
}
/*--- Container Title Text ------------------------------------------*/
.greypoll_ttl_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.greypoll_ttl_text span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
/*--- Edit Icon and Module Menu Styles - Keeps them aligned Left ---*/
.greypoll_actions {
	float: left;
}
.greypoll_icon {
	float: left;
}
/*--- Visibility ---------------------------------------------------*/
.greypoll_vis {
	margin: 0;
	float: right;
}
.greypoll_vis img {
	margin: 4px 0px 0px 10px;
}
.icn img {
	margin-right: 5px;
}
/*--- Clear Floats --------------------------------------------------*/
.greypoll_clear {
	clear: both;
}
/*--- Content Pane Text Styles - Overrides .Normal and <p> text -----*/
.greypoll_cpane p, .greypoll_cpane .Normal p{
	margin-top: 0px;
	color: #fff;
}
.greypoll_cpane .Normal, .greypoll_cpane .NormalDisabled {
	color: #fff;
}
.greypoll_cpane a:link, .greypoll_cpane a:active, .greypoll_cpane a:visited {
	color: #c0c0c0;
}
.greypoll_cpane a:hover {
	color: #eb249a;
}
/*--- Inline Edit Icons - Custom Styles -----------------------------*/
.eipbackimg {
	background-color: #dae7f2;
	border: solid 1px #000;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}
/*===================================================================*/
/*--- END CONTAINER STYLES ------------------------------------------*/
/*===================================================================*/



