/* **** Redwell Writers CSS **** */

html
{
	height: 100%;
	box-sizing: border-box;
}

body
{
	margin-top: 10px;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #060;
	height: 100%;
}

/* **** Logo Area **** */

#logo
{
	width: 1020px;
	margin: 0 auto;
	height: 110px;
	text-align: left;
	background: url("/images/site/logo3.png") no-repeat, linear-gradient(to bottom, #c7d8c7 0%,#ffffff 100%) ;
}

#logline
{
	float: right;
	font-size: 12px;
	color: #686;
	margin: 92px 15px 0 0;
}

#logline a, #logline a:visited
{
	color: #060;
	text-decoration: none;
}

#logline a:hover
{
	color: red;
	text-decoration: none;
}

/* **** Copyright bar **** */

#copybar
{
	display: flex;
	width: 1020px;
	margin: 8px auto 4px auto;
	background-color: #ffffff;
	color: #141;
	text-align: center;
	font-size: 13px;
	height: 17px;
	padding: 1px 0 2px 0;
	justify-content: space-around;
}

#sitecopyright
{
}

#copybar a, #copybar a:visited
{
	color: #161;
	text-decoration: none;
}

#copybar a:hover
{
	color: #444;
	text-decoration: underline;
}

/* **** Menu **** */

#menu
{
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	background-color: #ded;
	display: flex;
	justify-content: space-around;
}

.menu, .menuc
{
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-bottom: 0;
	padding: 6px;
}

.menu
{
	color: #020;
	background-color: #ded;
}

.menuc
{
	color: white;
	background-color: #040;
}

.menu a, .menu a:visited
{
	color: #020;
	text-decoration: none;
}

.menuc a, .menuc a:visited
{
	color: white;
	text-decoration: none;
}

.menu:hover, .menuc:hover
{
	background-color: #181;
	color: white;
}

.menu:hover a, .menuc:hover a
{
	color: white;
}

/* **** Content **** */

#mainbody
{
	width: 1020px;
	min-height: 440px;
	margin: 0 auto 20px auto;
	background-color: white;
	padding: 10px 0 16px 0;
}

#content
{
	color: #464;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.4em;
	background-color: white;
	padding-right: 20px;
}

#content h1
{
	color: #060;
	font-size: 25px;
	text-shadow: #898 1px 1px 2px;
}

#content table a, #content table a:visited
{
	font-weight: normal;
	color: #151;
	text-decoration: none;
}

#content table a:hover
{
	color: #029025;
	text-decoration: none;
}

#content table th
{
	background-color: #040;
	color: white;
	padding: 2px 5px;
}

#content table td
{
	background-color: #fcfffc;
	border-radius: 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
}

#content table tr:hover td
{
	background-color: #f0fff0;
}

#content #logontbl
{
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: #ccc 2px 2px 2px inset;
}

#content #logontbl td
{
	border: 0;
	background-color: white;
}

.imgr
{
	float: right;
	margin: 0 10px 10px 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.imgl
{
	float: left;
	margin: 0 10px 10px 0;
}

#content a, #content a:visited
{
	color: #084;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

.errormessage
{
	border: 2px solid red;
	background-color: #ff8;
	color: red;
	font-size: 9pt;
	padding: 10px;
}

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 3px;
	font-size: 11px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1000;
	box-shadow: 3px 3px 3px #222;
}

/* **** Links **** */

.linkpages
{
}

.linkcontainer
{
	background-color: #ded;
	margin: 5px 0;
}

.linktitle
{
	font-size: 14px;
	color: white;
	background-color: #040;
	padding: 1px 0 2px 5px;
}

.linktext
{
	margin: 5px 5px 2px 20px;
	font-size: 13px;
	color: #020;
}

.website
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 6px 10px 0;
	color: #666;
}

#content .linktitle a, #content .linktitle a:visited
{
	color: white;
}

#content .linktitle a:hover
{
	color: yellow;
	text-decoration: none;
}

.linksection
{
	font-size: 8pt;
	font-variant: small-caps;
	padding: 0 2px 1px 2px;
	color: white;
	margin: 6px 0 3px 0;
	background-color: #040;
	border-top: 1px solid #080;
	border-bottom: 1px solid #080;
}

.link
{
}

/* **** Document DIV style **** */

.docbox
{
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 2px 5px 15px 0;
	background-color: #ded;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	color: #020;
}

.docicon
{
	float: left;
	margin-right: 10px;
	padding: 3px 3px 5px 3px;
	background-color: white;
	border: 1px solid #999;
}

.doctitle
{
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 8px;
}

.docsize
{
	float: right;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

.docdesc
{
	margin: 0 48px 0 48px;
	font-size: 13px;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	box-sizing: border-box;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklbox a, #cklbox a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#cklbox a:hover
{
	text-decoration: underline;
}

#cklhide
{
	display: inline-flex;
	min-width: 80px !important;
	justify-content: center;
	align-items: center;
	margin: 3px 25px 0 60px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

