/* bridgestyle.css 



20:08 26/03/2004 



*/

html, body 
{
	height: 100%;
}

body
{
	background-color:#ffffff;
	font-family: Verdana Arial Helvetica san-serif;
 	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 10px;
	padding: 10px;
	
}

h1
{
	color:#003399;
	right: 10px;
	text-decoration: underline;
}
h3
{
	color:#003399;
	background-color:Silver;
}
#Header
{
	position: relative;
	left: 0px;
	top: 10px;
	width: auto;
}
#Header h1,h3
{ 
	text-align: center;
	padding: 10px;
}
#photo 
{ 
	position: relative;
	width: 60px;
        height: 100px;
	margin-left: 10px;
	display: inline;
}
#irishnewslogo
{
	float: left;
	left: 0px;
}
#subHeader
{
	background-color: #10b8ba;
	width: auto;
	height: 100px;
}
#subHeader p
{
	left: 0px;
}
#Container
{
    margin-top: 15px;
}

#Left
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 48%;
	padding: 10px;
    margin-left: 0px;
	border: 1px solid black;
	height:90%;
	overflow: scroll
}

#Right
{
	position: absolute;
	left: 50%;
	top: 330px;
	min-width: 400px;
	width: 50%;
	margin-right: 10px;
	border: 1px solid black;
	padding: 0px 5px 0px 5px;
	height:86%;
	overflow: scroll;
}

#Footer
{
}
#Footer p
{
	font-size: 0.65em;
	margin: 20px 0 50px 0;
	background-color: #10b8ba;
	position: relative;
	width: auto;
	padding: 10px;
}

#divNews
{
	position:relative;
	/*border: 1px solid black;
	margin: 2px;
	padding: 5px; */
}
.divNewsItem
{
}
.divEvents
{
}
#divResults
{
	/*border: 1px solid black;
	margin: 2px;
	padding: 5px; */
}

h2
{
	background-color: Maroon;
	color: white;
	text-align: center;
	margin-top: 4px;
}

#divQuiz
{
}
#divTOTW
{
}
#divQuizSoln
{
}
#divBeginnersCorner
{
}
.headCAPS
{
	text-transform: uppercase;
}
hr
{
	color:Red;
	width:100%;	
	height:4px;
}
/* Keep the anchors constant */
a:active, a:link, a:visited
{
	color:#0000ff; /* Blue */
}
/* Give some user feedback */
a:hover
{
	color:#ff0000; /* Red */
	border-bottom-color:Gray;
}

div.blockquote
{
	color:Black;
}

blockquote
{
	background-color:#ffffff;
	width:50%;
	border: 2px solid black;
	float:none;
}
.divPageUpdate
{
	text-align:left;
}

img
{
	border: 3px solid orange
}

.clear { clear: both; }
