﻿/* ConnectEast style sheet - internal.css */

#main
{
	padding: 14px;
}
#footer
{
	height: 30px	
	
}

#footer #relate
{
	position: absolute;
	margin-top: 4px;
	right: 20px;
	
}

.breadcrumbs
{
	margin-bottom: 15px	
}
h1
{
	color: #95ca50;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #95ca50;
}
h2
{
	color: #95ca50;
	font-size: 1.2em;
	font-weight: bold
}
h3
{
	color: #555;
	font-size: 1.1em;
	font-weight: bold
}
a
{
	color: #666
}


/* Elements */
.galleryname
{
	text-align: center;
	font-weight: bold;
	color: White;
	background-color: #666
}
.gallerythumb
{
	float: left;
	margin-right: 5px;
	text-align: center;
}
.gallerythumb a
{
	border: solid 2px #666;
	background: #666;
	display:block;
	height: 108px;
	margin-bottom: 5px;
	width: 162px;
	text-decoration: none
}
.gallerythumb a:hover
{
	border: solid 2px #999
}
.gallerythumb a img
{
	display: block;
	width: auto;
}
.galleryitems
{
	display: none	
}
.btn-eastlink
{
	display: block;
	margin: 12px;	
}

.news_item
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #95ca50
}

.faq-question a
{
	padding-left: 15px;
	background: url(../images/bullet.png) no-repeat 0 50%;
}
.faq-hidden
{
	display: none;	
}
.faq-show
{
	margin: 4px 0;
	padding: 4px;
	border: solid 1px #666;
	background-color: #eee;	
}
#stocktable td
{
    padding: 4px
}

/* Admin */

#adminnav h3
{
    padding-left: 18px;
    margin: 2px 0;
    font-size: 1.4em 
}

h3.admin
{
	position: absolute;
	top: 40px;
	right: 15px;	
}

.fieldTitle
{
	font-weight: bold;
	color: #95ca50
}

div.hilight
{
	border: solid 1px #69B13D;
	background-color: #eee;
	padding: 4px;
	margin-bottom: 10px;
}

div.hilight-home
{
	font-weight:bold;
	margin-bottom: 10px;
}

#DocMgtLeft
{
	width: 200px;
}
#DocMgtRight
{
	margin: 0;
	width: auto;
}
#docMgtEditLeft
{
}
#docMgtEditRight
{

}
.DocMgtCategoryList
{
	border: solid 1px #9FA2AA;
	background-color: #F9FBFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.DocMgtCategoryList a
{
	color: Black;	
}
.DocMgtCategoryList p
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana;
	font-size: 8pt;
}
.rowOver
{
	background-color: #D7DF4D;
	cursor: pointer;
}
