/*  
Theme Name: SG Blocks Theme
Theme URI: http://kpfdigital.com/
Description: Custom theme for SG Blocks
Version: 1.0
Author: Kenneth Feldman
Author URI: http://www.kpfdigital.com/

*/

/*CSS Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
img{border:0}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0; font-variant:normal}
sup{vertical-align:baseline; position:relative; top:-0.5em}
sub{vertical-align:text-bottom}
hr{clear:both}

a{outline:none}
/*
IE 7 no likey this: a{position:relative}
*/

.clearfix:after{content:"."; clear:both; height:0; visibility:hidden; display:block}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

html, body{min-height:101%}

img#wpstats{display:none}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, fieldset, address{margin-bottom:1em}




ol{list-style:decimal}
ul{list-style:square}
ul li{margin-left:00px;list-style:square;}
ol li{margin-left:00px;list-style:decimal;}


body { /* This is where you set many of the universal defaults */
	background: #2f2f2f; 
	color: #333;
	font-family: Verdana, geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.60em;
	text-align: center;
	padding-bottom: 45px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #3da5f6;
	text-decoration: none;
}
a:hover { 
	color: #999; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p, ul, ol, blockquote {
	color: #333;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}


/* Affiliates Page */
#page_26 #content ul li {
	clear: both;
	padding: 1em 0;
	margin-left: 0px;
	list-style:none;
	}
#page_26 #content ul {
	margin-left: 20px;
	}




blockquote {margin-bottom: 1.5em;text-indent: -6px;}

blockquote em {color:#999; font-size: .85em;}
img { border: 0px; background: none; }

hr { margin: 2em 0px 2em; height: 1px; color: #e0e8f3; border: none; } /* For Internet Explorer */
#content hr { margin: 2em 0px 2em; height: 1px; background-color: #e0e8f3; border: none;} /* For Gecko-based browsers */
#content hr { margin: 2em 0px 2em; height: 1px; background-color: #e0e8f3; border: 0px solid #e0e8f3; } /* For Opera and Gecko-based browsers */



.sidebar hr { margin: .5em 0px .5em; height: 1px; color: #e0e8f3; border: none; } /* For Internet Explorer */

.sidebar hr { margin: .5em 0px .5em; height: 1px; background-color: #e0e8f3; border: none;} /* For Gecko-based browsers */
.sidebar hr { margin: .5em 0px .5em; height: 1px; background-color: #e0e8f3; border: 0px solid #e0e8f3; } /* For Opera and Gecko-based browsers */


/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #246ea8;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	text-transform: uppercase;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
}




h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 span { /* This style used as the post titles on homepage/archive */
	text-transform: none;
}

#page_128 #content h3 { /* This style used as the post titles on homepage/archive */
	padding-top: 1em;
}




h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	text-transform: none;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 15px 15px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
	}






#page_21 .alignleft {
   float: left;
   margin: 0px 42px 30px 0px;
}


#page_128 .alignleft {
      border: 1px solid #999;
}


img .alignleft {
      border: 1px solid #999;
}


.clear {clear: both;}




img.alignright {
	border:1px solid #D4D4D4;
	clear:right;
	margin:0 0 15px 15px;
	padding:5px;
}


.wp-caption {
   border: 0px solid #ddd;
   text-align: center;
   background-color: transparent;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}



.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 2px 4px 5px;
   margin: 0;
   font-weight: bold;
}

/*********************************************
		Container Div
*********************************************/

#container_wrapper {
	background: transparent url(images/container_wrapper_bg.gif) repeat-y;
	width: 974px;
	margin: 0px auto 0px;
	padding: 0px 0 21px;
}


#container {
	background: #ffffff url(images/container-bgXXX.gif) repeat-y;
	width: 926px;
	border: 1px solid #d4dce7;
	border-top: 0px solid #d4dce7;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/


#skytop {
	background: transparent url(images/skytop.jpg) no-repeat;
	height: 49px;
	width: 974px;
	margin: 0px auto;
	}



#header {
	background: #121212 url(images/header.jpg) no-repeat;
	width: 974px; height: 161px;
	margin: 0px auto;

}



#header a {
	display: block;
	width: 974px; height: 161px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}




/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	font-size: 12px;
	font-weight: bold;
	background: #005993;
	width: 886px;
	height: 34px;
	margin: 0px 0 6px 21px;
	padding: 0px;
	border: 0px solid #171717;
	border-top: 7px solid #00416b;
	border-bottom: 1px solid #00416b;
	position: relative;
	z-index: 20;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: left;
	background: transparent;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px;
}




/* This is the style for the top level list items */
#menu ul li {
	background: #005993;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px;
}


/* This is the style for the top level list items */
#menu ul li.page-item-35 {
	background: transparent url("images/QQQmenu-li-bg.gif") right top no-repeat;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px;
	border-right: 0px solid #00416b;
}





#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #fff;
	text-decoration: none;
}





/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #005993;
	color: #6dcff6;
	text-decoration: none;
	border-bottom: 0px solid #00416b;
}



/* FOR QUOTE PAGE LINK */
/* The universal hover state colors and background for all LI items and links */
#menu li.page-item-35:hover,
#menu li.page-item-35:hover a,
#menu li.sfhover.page-item-35,
#menu li.sfhover.page-item-35 a,
#menu li.page-item-35 a:hover {
	background: transparent url("images/QQQmenu-li-bg.gif") right top no-repeat;
	color: #5e8a05;
	text-decoration: underline;
}






/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	background: transparent;
	display: block;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px 12px;
	text-decoration: none;
	text-indent:-3px;
	border: 1px solid #1073b6;
	border-right: 1px solid #00416b;
	border-bottom: 1px solid #00416b;
}


/* FOR QUOTE PAGE LINK */
/* This is the style for the top level QUOTE link, if different than the universal */
#menu ul li.page-item-35 a {
	background: transparent url("images/QQQmenu-li-bg.gif") right top no-repeat;
	display: block;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px 15px 0 29px;
	text-decoration: none;
	text-indent:-3px;
	color: #79b601;
}







/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_ancestor a {
	background: #00416b;
	color: #6dcff6;
	text-decoration: none;
	border: 1px solid #00416b;

}


/* FOR QUOTE PAGE LINK */
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item.page-item-35 a, #menu ul li.current_page_ancestor.page-item-35 a {
	background: transparent url("images/menu-onpage-bg.gif") center bottom no-repeat;
	color: #5e8a05;
	text-decoration: underline;

}









/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
	font-weight: normal;
}

#menu li.page-item-29 ul {
	clear: both;
	position: absolute;
	width: 230px; /* the width of the dropdown */
	left: -999em;
}



/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 25;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #00416b;
	margin: 0px; padding: 0px 0 0 0;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 31px; line-height: 31px;
	overflow: hidden;
	text-align: left;
	border-right: 1px solid #00416b;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 185px;
	display: block;
	background: #005993;
	color: #ffffff;
	margin: 0px; padding: 0px 5px 0 10px;
	height: 30px; line-height: 30px;
	border: 1px solid #00416b;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #00416b;
	text-decoration: none;
	margin: 0px; padding: 0px 5px 0 10px;
	height: 30px; line-height: 30px;
}



/* This is the style for the links within the LI items within the nested UL */
#menu li.page-item-29:hover ul li a,
#menu li.page-item-29:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 220px;
}



/*********************************************
		Homepage Styles
*********************************************/
#homefeature {
	width: 886px;
	background: #ffffff;
	margin: 0px 0 5px 21px;
	padding: 0px 0 1px 0;
	border-bottom: 12px solid #dde9f5;
}
#homefeature #rotator-wrapper {
	display: block;
	float: left;
	border-right: 0px solid #ccc;
}



/*
#homefeature #homefeature-blurb {
	display: block;
	float: left;
	width: 278px;
	margin: 0px; padding: 20px;
}


#homefeature #homefeature-blurb ol {
	margin: 5px 10px 5px 25px;
	}
#homefeature #homefeature-blurb ol li{
	margin: 0 0 .75em 0;
	}
*/



#home_special {
	width: 886px;
	background: #ffffff;
	margin: 0px 0 0 21px;
	padding: 0px 0 25px 0;
	border-left: 0px solid #171717;
	border-right: 0px solid #171717;
	
	
	
	}


#home_special img.himage {
	float: left;
	padding: 5px;
	border: 1px solid #d4d4d4;
	margin: 0 15px 15px 15px;
	}

#home_special_text {
	padding: 25px 50px 0 0;
	margin: 0 0 0 10px;
	line-height:1.5em;
	width: 550px;
	}


#homepagenews {
	float: right;
	margin: 32px 0 0 0px;
	padding: 10px 0 0 20px;
	width: 275px;
	line-height:1.2em;
	font-size: 12px;
	border-left: 1px dotted #84bce1;
	}


#homepagenews .post-entry p {
	padding: 5px 0 0px 0;
	font-size: 11px;
	margin: 0px 0 18px 0px;
	color: #666;
	}


#homepagenews li {
	list-style-type: none;
	margin-left: 0px;
	border-top: 1px dotted #84bce1;
	padding: 15px 0 0px 0;
	
	}


#homepagenews ul {
	margin-left: 0px;

	
	}

#homepagenews h4 {
	text-transform: none;
	font-weight: bold;
	margin-bottom: 18px;
	}







#homebottom {
	clear:both;
	width: 926px;
/*
	height: 201px;
*/
	background: #eff2f9 url("images/home-bottom-top.gif") top center no-repeat;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 0px;
	border-top: 1px solid #d8dcdf;
	border-left: 0px solid #171717;
	border-right: 0px solid #171717;
}




#homebottom .widget {
	background-color: red;
	width: 296px;
	display: inline;
	float: left;
	padding:0px 0 15px 0px;
	margin: 0 0px 0 0;
}


#homebottom .widget.one {
	background: transparent url("images/callout-1X.png") top left no-repeat; /* transparent */
	margin: 0 5px 0 10px;
}

#homebottom .widget.two {
	background: transparent url("images/callout-2X.png") top left no-repeat;
	margin: 0 5px 0 4px;
}

#homebottom .widget.three {
	background: transparent url("images/callout-3X.png") top left no-repeat;
	margin: 0 0px 0 4px;
}





#homebottom h4 {
	padding: 65px 0px 0px 100px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom: 0px solid #ccc;
	color: #666;
}



/*
#homebottom .widget p,
#homebottom .widget img,
#homebottom .widget form,
#homebottom .widget div  {
	padding: 0 20px;
}
*/






#homebottom .widget h4 img {
	padding-top: 0px;
	margin: 0 0 0 0;
}



#homebottom .widget p {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 8px;
	color: #e3e3e3;
	padding: 0 17px 0 100px;
	font-family: Arial, Helvetica, Verdana, geneva, sans-serif;
	}



a.homebottom {
	color: #39a8c6;
	text-decoration: none;
}
a.homebottom:hover { 
	color: #39a8c6; 
	text-decoration: underline; 
}


a.homebottom2 {
	color: #78ca09;
	text-decoration: none;
}
a.homebottom2:hover { 
	color: #78ca09; 
	text-decoration: underline; 
}






/*
#homebottom .widget .textwidget p,
#homebottom .widget .textwidget img,
#homebottom .widget .textwidget form,
#homebottom .widget .textwidget div,
#homebottom .widget .textwidget ul,
#homebottom .widget .textwidget ol {
	margin: 0px; padding: 0px;
}
*/




/*
#homebottom .widget form,
#homebottom .widget div  {
	padding: 0 20px;
}





#homebottom .widget ul,
#homebottom .widget ol {
	padding: 10px 0px; margin: 0px 15px 5px 25px;
	list-style-type: square;
}





#homebottom .widget .textwidget img {
	margin-bottom: 15px;
}

#homebottom .widget .textwidget p {
	margin-bottom: 15px;
}
*/





	
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	width: 560px;
	float: left;
	margin: 0px 0 0px 21px;
	padding: 40px 0px 40px 5px;
	background: #ffffff;
}


#content ul li, #content ol li {margin-bottom: 1em;}




#content-full {
	background: transparent;
	display: inline;
	width: 700px;
	float: left;
	margin: 0px 0 0px 21px;
	padding: 40px 0px 40px 5px;
	border-left: 0px solid #383838;
	border-right: 0px solid #383838;
}

#content-full #port-container p {
	margin: 0px;
}




#featureimg-wide {
	background: #121212;
	width: 956px;
	height: 202px;
	padding: 0px 0px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #FFF;
}


#featureimg-wide img {
	width: 956px;
	border-bottom: 4px solid #000;
	}
	
	
	
#featureimg {
	width: 635px;
	padding: 0px 0px 0px 3px;
	border-bottom: 1px solid #FFF;
	float: left;
}
#featureimg img {
	width: 635px;
}

/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
	border-bottom: 5px solid #dfe8f1;
	margin-bottom: 2em;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/

.post h3, .post h1 {
font-weight:bold;
margin-bottom:0;
}

.meta-top {
clear:both;
margin-bottom:1.5em;
font-size: .85em;
color: #999;
}


.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	display: inline;
	float: right;
	width: 286px;
	margin: 0px 20px 0 0;
	padding: 0px;
	background-color: transparent;
}
.sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 20px 0px;
}

.sidebar .textwidget p {
font-size: .85em;
line-height: 1.4em;
padding-right: 35px;
color:#666;
}
.sidebar img {
	margin: 10px 0px;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	margin: 0px; padding: 0px 20px;
}
.sidebar ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}


.sidebar h4.h-one,
.sidebar h4.h-two {
	margin-left: 24px;
	font-weight:bold;
	}

.sidebar .widget h4 {
	margin-bottom: 0px;
	padding:0;
	font-weight:normal;
	}
	
.sidebar .widget ul {
	margin-bottom: 1em;

	}





.sidebar ul.one,
.sidebar ul.two {
	margin: 0 0 4em 0;
	padding: 0px;
	font-weight:bold;
	}

.sidebar ul.one li,
.sidebar ul.two li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0px 0 0 25px;
	background: #e0e3e8 url(images/notiparrow.jpg) 0px 0px no-repeat; 
	line-height: 28px;
	
	}
	
.sidebar ul.one.special li {
	background: #b1e0f4 url(images/notiparrow.jpg) 0px 0px no-repeat; 
	}
	
	
	
	
	
.sidebar ul.one li a,
.sidebar ul.two li a {
	color: #6a7c92;
	text-decoration:none;
	}
	
.sidebar ul.one li a:hover,
.sidebar ul.two li a:hover {
	color: #00416B;
	}
	
	

.sidebar ul.one li.current_page_item,
.sidebar ul.two li.current_page_item {
	background: #72cef5 url(images/bluetiparrow.jpg) 0px 0px no-repeat;
	}



.sidebar ul.one li.current_page_item a,
.sidebar ul.two li.current_page_item a {
	background-color: #72cef5;
	color: #fff;
	text-decoration:none;
	}



/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	height: 65px;
	width:940px;
	clear: both;
	display: block;
	color: #666;
	text-align: left;
	border-top: 0px solid #383838;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: .85em;
}
#footer p {padding-top:20px; line-height: 1em;color: #999;	font-family: Helvetica, Arial, Verdana, geneva, sans-serif;}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer a.contact {
	color: #1d687f;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
#footer a.contact:hover {
	color: #3CC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}



.sociable {clear:both;padding-top:3em;font-size: .85em;border-top: 1px dotted #84BCE1;}





#phonefaxemail {float:right;width:250px;}







/* FAQ Styles */


ol.message_list li {
background:url("images/bullet8.png") no-repeat scroll 0 7px transparent;
color:#333;
list-style:none;
padding:0 0 10px 15px;
}



ol.message_list  {
font-size:12px;
line-height:18px;
margin:0 0 0 0px;

}


ol.message_list li p.message_head {
cursor:pointer;
font-weight:bold;
margin:0;
padding:0px 0 0;
color:#4a91ac;
}





span.required {font-weight: normal; color: #F90;font-size:.85em;}


input, textarea {
    border: 1px solid #B3B2B2;
    border-radius: 5px 5px 5px 5px;
    color: #404040;
}


