/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, table, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background: #612d61 url(../images/bg.jpg) 50% 0 repeat-y;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: small;
  /*line-height: 145%;*/
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

.skip{display:none;}
.hide {display:none;}

img {
    border: none;
} 


input {outline:none; border:1px solid #a994a9; background-color:#fff; color:#612d61; text-align:left;}
form label {font-weight:bold; text-transform:capitalize;}
.ign_login {padding-left:180px;}

ul {margin:0;}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-transform:uppercase;
}
/* Sets the style for visited links. */
a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #fff;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #fff;
  text-decoration: underline;
}
.lightBg {
width:100%;
background-color:#a994a9;
}

#outerWrapper #contentWrapper #content img {border:1px solid #a994a9}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #612d61;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  min-width: 500px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 65.5em; /*at 64em the column was 578px */
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #612d61;
  border-right-width: 0px;
  float: left;
  padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 16em;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 18em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#content ul {margin-left:1.2em;}

#content hr, #footer hr {
width:100%;
color:#a994a9;
height:5px;
background-color:#a994a9;
margin:5px 0;
outline:none;
border:none;
}

#logo {
width:auto;
height:135px;
color:#612d61;
background:#fff url(../images/se_logo.gif) no-repeat 50% 0px;
padding:0;
}

#logo i {display:block; width:200px; height:130px;}

#outerWrapper #contentWrapper #leftColumn1 .ft {
 background:transparent url(../images/fl.gif) no-repeat 0px 0px;
 margin-right:15px; /* space for right corner */
}

#outerWrapper #contentWrapper #leftColumn1 .ft .c {
 background:transparent url(../images/fr.gif) no-repeat right 0px;
 margin-right:-15px; /* pull right corner back over "empty" space (from above margin) */
 font-size:1px; /* ensure minimum height */
 height:15px;
}

#outerWrapper #contentWrapper #leftColumn1 .hd {
 background:transparent url(../images/tl.gif) no-repeat 0px 0px;
 margin-right:15px; /* space for right corner */
}

#outerWrapper #contentWrapper #leftColumn1 .hd .c {
 background:transparent url(../images/tr.gif) no-repeat right 0px;
 margin-right:-15px; /* pull right corner back over "empty" space (from above margin) */
 font-size:1px; /* ensure minimum height */
 height:15px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu ul {margin:0.8em;}
	
#menu li a:link, #menu li a:visited {
	height:auto !important; height/**/:20px;
	color: #FFFFFF;
	display: block;
	background-color: inherit;  /*url(menu11.gif);*/
	padding: 3px;
	text-decoration:none;
	text-transform:none;
	}
	
#menu li a:hover, #menu li #current { 
	color: #FFFFFF;
	text-decoration:none;
	background-color: #a994a9; /*url(menu11.gif) 0 -32px;*/
	padding: 3px;
	}
	
#content p {line-height:140%;}	
#content a,  #content a:link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#content a:hover, #content a:visited, #content a:focus {color:#a994a9;}

#content h1 {text-transform:uppercase;}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {text-decoration:none;}

#content h1 a:hover, #content h1 a:active,
#content h2 a:hover, #content h2 a:active,
#content h3 a:hover, #content h3 a:active,
#content h4 a:hover, #content h4 a:active,
#content h5 a:hover, #content h5 a:active,
#content h6 a:hover, #content h6 a:active {color:#fff; text-decoration:none;}

#calendarSidebar {
color:#666;
background-color:#fff;
padding:5px 10px;
}

#calendarSidebar a {color:#612d61;}

#calendarSidebar hr{
width:100%;
color:#612d61;
height:5px;
background-color:#612d61;
outline:none;
border:none;
}

#calendarSidebar p {
font-size:90%;
line-height:120%;
margin-top:-1px;
}

#calendarSidebar dl {
font-size:85%;
line-height:120%;
margin-top:-1px;
}

#calendarSidebar dt {
margin-top:3px;
}

#calendarSidebar dd {
margin-left:15px;
margin-bottom:1px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #footer {
text-align:center;
  background-color: #612d61;
  border-top-width: 0px;
  font-size: 90%;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


