﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #101010;
}

a:link
{
    color: #249dc5;
    text-decoration: none;
}
a:visited
{
    color: #249dc5;
}
a:hover
{
    color: #404040;
    text-decoration: underline;
}
a:active
{
    color: #12eb87;
}

p, ul
{
	margin-top:0;
    margin-bottom: 20px;
    line-height: 1.5em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
    font-size:1.5em;
}
h3
{
	margin-bottom:5px;
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    float:left;
    width:280px;
    padding: 30px;
}


#main
{
	background-color:#fff;
    float:left;
    width:594px;
    _height:1px; /* only IE6 applies CSS properties starting with an underscrore */
}
#contentpadded
{
    padding:40px 48px;
}
div.pageleft
{
    float:left;
    width:18px; height:457px;
}
div.pageright
{
    float:right;
    width:18px; height:457px;
}
div#bottomfade
{
    margin-top:-150px;
    width:576px;
    height:150px;
}
div#mainimage_back
{
    position:absolute;
    width:576px;
    height:125px;
    background-color:#fff;
	opacity:0.5;filter:alpha(opacity=50);    
}
div#mainimage_text
{
    position:absolute;
    width:496px;
    height:100px;
    padding:0 40px;
    text-align:right;
}
div#mainimage_text2
{
    position:absolute;
    margin-top:100px;
    width:496px;
    padding:0 40px;
    text-align:right;
}
div#mainimage_text h2
{
    margin:20px 0 0 0;
    padding:0;
}
div#mainimage_text2 h3
{
    margin:20px 0 0 0;
    padding:0;
}
div#mainimage_text p, div#mainimage_text2 p
{
    font-size:0.8em;
    margin:0 0 15px 0;
}
div#mainimage_text2_more
{
	height:223px;
}
div#mainimage_text2_more h4
{
    margin:0px 0 0 0;
    color:#000;
}
div#text2more_open
{
    font-size:0.8em;
    text-align:center;
    padding:3px 0;
}
div#text2more_open:hover
{
    cursor:pointer;
    text-decoration:underline;
    color:#404040;
}
div.photo_thumb_container
{
	position:absolute;
	padding:10px;
	width:550px;
	height:30px;
	clear:left;
	margin-bottom:40px;
}
div.photo_thumb_container h2
{
	margin:0;
	padding:0;
}
div.photo_thumbholder
{
}
img.photo_thumb
{
	float:left;
	opacity:0.7;filter:alpha(opacity=70);
	padding-bottom:10px;
	width:30px;
	height:30px;
	margin-right:10px;
	margin-bottom:10px;
}
div.photo_thumb_container1
{
	clear:left;
	height:80px;
	margin-bottom:40px;
	border-bottom: dotted 1px #e5e5e5;
}
img.photo_thumb1
{
	float:left;
	opacity:0.7;filter:alpha(opacity=70);
	padding-bottom:10px;
	width:70px;
	height:70px;
	margin-right:10px;
	margin-bottom:10px;
}
img.photo_thumb:hover
{
	opacity:1.0;filter:alpha(opacity=100);
	cursor:pointer;
	background-color:#249dc5;
}
img.photo_thumb1:hover
{
	opacity:1.0;filter:alpha(opacity=100);
	cursor:pointer;
	background-color:#249dc5;
}
.shared_Thumb
{
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
    padding:0;
    border: solid 1px #e5e5e5;
    height:50px;
    width:50px;
}
.shared_ThumbSmall
{
    display:inline-block;
    margin-right:10px;
    padding:0;
    background-color:#e5e5e5;
    height:15px;
    width:15px;
    cursor:pointer;
}
.shared_ThumbSmall:hover
{
    background-color:#000;
}
.thumb_Container
{
	opacity:0.1;filter:alpha(opacity=10);
	padding:10px 0;
	padding-left: 10px;
	position:absolute;
	width: 566px;
	border-bottom: dotted 1px #fff;
}
.thumb_Container:hover
{
	opacity:0.4;filter:alpha(opacity=40);	
    background-color:#808080;
}
#picture_right
{
	margin-left:552px;
	margin-top:250px;
	font-size:1.5em;
	font-weight:bold;
	padding:20px 5px;
	position:absolute;
	opacity:0.3;filter:alpha(opacity=30);
	position:absolute;
	border-top:dotted 1px #fff;
	border-left:dotted 1px #fff;
	border-bottom:dotted 1px #fff;
	cursor:pointer;
}
#picture_left
{
	margin-top:250px;
	font-size:1.5em;
	font-weight:bold;
	padding:20px 5px;
	position:absolute;
	opacity:0.3;filter:alpha(opacity=30);
	position:absolute;
	border-top:dotted 1px #fff;
	border-right:dotted 1px #fff;
	border-bottom:dotted 1px #fff;	
	cursor:pointer;
}
#picture_left:hover
{
	background-color:#fff;
	padding:40px 5px;
	margin-top:230px;
	background-color:#000;
	color:#fff;
}
#picture_right:hover
{
	background-color:#fff;
	padding:40px 5px;
	margin-top:230px;
	background-color:#000;
	color:#fff;
}
#preview_content
{
    position:absolute;
    width:300px;
}

#footer
{
    padding-left: 48px;
    color: #c0c0c0;
    line-height: normal;
    font-size: .7em;
}
#loading
{
    position:absolute;
    margin:100px 0 0 280px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0;
    position: relative;
    margin: 0;
    text-align: right;
    color: #c0c0c0;
}

ul#menu li
{
    padding-bottom:15px;
    line-height: 1.5em;
    font-size:0.8em;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
}
ul#menu label
{
    display:block;
    font-weight:bold;
    font-size:1.2em;
}
ul#menu label:hover
{
    cursor:pointer;
    
}
ul#menu li:hover
{
    cursor:pointer;
    color: #000;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #249dc5;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected
{
    color: #000;
    cursor:text;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
}

/* MISC  
----------------------------------------------------------*/
.textmore p
{
	margin-top:0;
	padding-top:0;
}
.textmorebtn
{
	cursor:pointer;
	font-size:0.8em; color:#c0c0c0;
    text-align:center; border-top:dotted 1px #e0e0e0;	
}
.textmorebtn:hover
{
    color: #404040;
    text-decoration: underline;
}
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
}

div#title
{
    padding-bottom:20px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
}

#logindisplay a:link
{
}

#logindisplay a:visited
{
}

#logindisplay a:hover
{
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

