html, body
{
  margin: 0;
  height: 100%;
}

body
{
/*  background-image: url(../images/coatOfArms.jpg); */
  background: #EFF2F3 url(/standrews/sites/all/themes/sas_theme/images/tartanbg2.png) repeat-y scroll 0 0;
  background-position: top left;
  background-repeat: repeat-y;
  
  font-family: "Trebuchet MS", Verdana;
  font-size: 14px;
  color: #000;
}

a
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: #3399ff;
}

/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

.profile_containerClass
{
  border-color: #EFF2F3;
  border-style: solid;
  border-width: 0px;
  width: 700px;
/*  height: 425px; */
  height: 100%;
  margin: 10px auto;
  padding: 20px;
  overflow: auto;
/*  float: left; */
}

.profile_cellClass
{
  float: left;
  width: 300px;
  margin: 3px 10px;
}

.profile_cellLabelClass
{
  font-weight: bold;
}

.profile_editable, .profile_editablePreferred, .profile_editableTextArea, .profile_editablePassword
{
  cursor: pointer;
  color: #000;
}

.profile_editablePassword
{
  background: #000;
  padding-left: 4px; 
  padding-right: 4px;
}

.profile_editable:hover, .profile_editablePreferred:hover, .profile_editableTextArea:hover, .profile_editablePassword:hover
{
  color: #3399ff
}

#headerDiv
{
  height: 55px;
  margin-bottom: 10px;
}

#headerImgDiv
{
  height: 55px;
  margin-bottom: 10px;
}

#loginDiv
{
  width: 100%;  
  text-align: right;
}

#loginFieldSet
{
  width: 600px;
  float: right;
}

#usernameDiv
{
  font-size: 16px;
  padding-right: 20px;
}

#usernameDiv a
{
  font-weight: bold;
}

#search_formDiv
{
  text-align: left;
  width: 400px;
  margin: 5px;
  padding: 5px;
}

#search_resultsDiv
{
  text-align: left;
}

.search_resultsRowClass
{
  clear: both;
}

.search_resultsNameClass
{
  width: 300px;
  float: left;
}

.search_resultsElectionDateClass
{
  width: 300px;
  float: left;
}

#msgDiv
{
  text-align: center;
  color: #cc0000;
  font-weight: bold;
  font-size: 16px;
}

#leftNav
{
  width: 200px;
  margin: 3px;
  font-size: 12px;
  
  float: left;
}

#leftNav div
{
  font-weight: bold;
  color: #7A1100;
  margin-left: 5px;
}

#leftNav div ul, #leftNav div li
{
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0 0 0 10px;
}

#leftNav div li:hover
{
  list-style: circle;
}

#contentDiv
{
  margin: 0 auto; 
  padding-bottom: 25px; 
  
  width: 960px;
  background: #fff;
  text-align: left;
  
  border-left:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
}

#contentRight
{
  float: left;
}

#innerContentDiv
{
  background: #fff;
}

#top
{
  margin: 0 auto; 
  padding: 0px; 
  
  width: 962px;
}

#bottom
{
  margin: 0 auto; 
  padding: 0px; 
  height: 15px;
  width: 962px;
}

#topleft
{
  background:transparent url(/standrews/sites/all/themes/sas_theme/images/main-tl2.png) no-repeat scroll 0 0;
  height:15px;
}

#topmiddle 
{
  background:transparent url(/standrews/sites/all/themes/sas_theme/images/main-t.png) repeat-x scroll center top;
  height:15px;
  margin-left: 15px;
}

#topright 
{
  background:transparent url(/standrews/sites/all/themes/sas_theme/images/main-tr.png) no-repeat scroll 100% 0;
  height:15px;
}

#bottomleft 
{
  background:transparent url(/standrews/sites/all/themes/sas_theme/images/main-bl.png) no-repeat scroll 0 0;
  border:0 none;
  height:20px;
}

#bottommiddle 
{
  background:transparent url(/standrews/sites/all/themes/sas_theme/images/main-b.png) repeat-x scroll center top;
  border:0 none;
  height:20px;
  margin-left: 15px;
}

#bottomright 
{
  background:transparent url(/standrews/sites/all/themes/sas_theme/images/main-br.png) no-repeat scroll 100% 0;
  border:0 none;
  height:20px;
}

#ajaxMsgDiv
{
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 16px;
  color: #666633;
}

#ajaxMsgContainerDiv
{
  height: 20px;
  display: block;
}
