/* @override 
	http://localhost:8000/stylesheets/styles.css
	http://localhost:8150/stylesheets/styles.css
	http://university.kaleshwar.org/stylesheets/base_489.css
	https://university.kaleshwar.org/assets/ukal/themes/default/stylesheets/styles.css?1272879706
*/

/*------------------------------------------------------------------------------
                           Override default browser spacing
------------------------------------------------------------------------------*/
h1, h2, img {
  margin: 0em 0% 0em 0%;
	line-height: 1em;
  border: 0px;
}

/*------------------------------------------------------------------------------
                                   Basic Elements
------------------------------------------------------------------------------*/
body {
  font: 12px/18px Helvetica, sans-serif;
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

p {
  font: 12px/18px Helvetica, sans-serif;
  margin-top: 0px;
}

a {
  color: #901a47;
  font-variant: small-caps;
}

a:link {
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
                                   Structure
        Page width: 800px. 10px shadowed side margins, 780px interior
------------------------------------------------------------------------------*/
#container {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 800px;
  background: url(/assets/ukal/themes/default/images/page_bg.gif);
}

#frontpage_container {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 800px;
}

#frontpage_container a {
  font: 1.6em Helvetica, sans-serif;
  color: #901a47;
  font-variant: small-caps;
}

#frontpage_container a:link {
  font-weight: bold;
  text-decoration: none;
}

#frontpage_container a:visited {
  font-weight: bold;
  text-decoration: none;
}

#frontpage_container a:hover, #frontpage_container a:active {
  text-decoration: none;
}
/*------------------------------------------------------------------------------
                             Page Header/Backgrounds
------------------------------------------------------------------------------*/
#pageHeader_main {
  width: 778px;
  height: 82px;
  margin-left: 11px;
  background-image: url(/assets/ukal/themes/default/images/header.gif);
}

#footer_bg {
  background: url(/assets/ukal/themes/default/images/footer_bg.gif) no-repeat 0 bottom;
  clear: both;
  padding-top: 0;
  height: 14px;
}

/*------------------------------------------------------------------------------
                                    Article
              240 sidebar, 540 article interior.  20 interior margin
              520 interior text area
------------------------------------------------------------------------------*/
#article_header {
  position: relative;
  left: 11px;
  width: 778px;
  height: 164px;
  margin-top: 0;
  margin-right: 0px;
}

#article {
  position: relative;
  left: 250px;
  width: 480px;
  padding: 30px 30px 20px;
}

#article h1 {
  font: 18px Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 30px;
  color: #d78816;
  margin-top: 5px;
  letter-spacing: 3px;
}

#article h2 {
  font: 15px Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-variant: small-caps;
  color: #107700;
  margin-top: 20px;
}

#article p {
  font: 12px/18px Helvetica, sans-serif;
  margin-top: 0px;
	text-align: justify;
}

#article ol {
  font: 12px/18px Helvetica, sans-serif;
  margin-top: 0px;
	text-align: justify;
}

#article li {
	list-style: url(/assets/ukal/themes/default/images/bullet_lotus_white.gif);
}

#article blockquote {
	color: #aa5f15;
  font: 12px/18px Helvetica, sans-serif;
	text-align: center;
	background: no-repeat none center top;
}

#article .tagline {
  font: italic 10px Helvetica, sans-serif;
  margin-left: 30px;
  color: #d78816;
	text-transform: none;
}

dl.figure {
  float: right;
  clear: right;
  margin-left: 20px;
}

dl.figure dt img {
  padding: 1px;
  margin: 0px;
}

dl.figure dd {
  text-align: left;
  margin: 0px 5px;
  color: #3f3f3f;
  font: italic 10px Helvetica, sans-serif;
}

#article div.note {
  float: right;
  clear: right;
  margin-left: 20px;
}

#article div.note dd {
  font: italic 10px Helvetica, sans-serif;
  color: #3f3f3f;
  text-align: left;
  margin: 0px 5px;
}

#article div.quote {
	color: #aa5f15;
	font: italic 13px/20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 20px 0px 20px 0px;
	background: no-repeat url(/assets/ukal/themes/default/images/quote_lotus.gif) center top;
	padding-top: 20px;
}

#article div.catalogbar {
  width: 152px;
  float: right;
  clear: right;
  margin-left: 20px;
	font: 11px/16px Helvetica, sans-serif;
	color: #333333;
}

#article div.catalogbar p {
	font: 11px/16px Helvetica, sans-serif;

	color: #333333;
	margin: 5px 0px 0px;
	text-align: left;
}

/*------------------------------------------------------------------------------
                                    Sidebar
------------------------------------------------------------------------------*/
#sideBar {
  position: absolute;
  top: 276px;
  left: 11px;
  width: 240px;
  padding-top: 0px;
}

#sideBar a {
  font: 1em Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #d78816;
  margin: 0px 0px 5px 0px;
  padding: 5px 20px 5px 10px;
  font-variant: small-caps;
  text-align: right;
}

#sideBar a#active {
  color: #9a215e;
}

#sideBar a:link, #sideBar a:visited {
  color: #d78816;
}

#sideBar a:hover, a:active {
  color: #901a47;
}

#sideBar .side_mainmenu a:link, #sideBar .side_mainmenu a:visited {
  color: #c299ae;
}

#sideBar .side_mainmenu a:hover, #sideBar .side_mainmenu a:active {
  color: #901a47;
}

/*------------------------------------------------------------------------------
                                    Footer
------------------------------------------------------------------------------*/
#footer {
  position: relative;
  background-color: #786CC3;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  font-variant: small-caps;
}

#footer a {
  font: 11px Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-variant: small-caps;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
}

#footer a:hover, #footer a:active {
  color: #901a47;
}

/*------------------------------------------------------------------------------
                                   Navigation
------------------------------------------------------------------------------*/
.nextprev {
  background-color: #3F3F82;
  border-bottom: 4px solid #9A91D2;
  color: white;
  padding: 0px 3px;
}

/*------------------------------------------------------------------------------
                            Right Side Menu
------------------------------------------------------------------------------*/
.rightsidemenu a {
  font: 12px Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #ffb649;
  margin: 0px 0px 3px 0px;
  padding: 3px 0px 3px 15px;
  font-variant: small-caps;
}

.rightsidemenu a:link, .rightsidemenu a:visited {
  color: #d78816;
}

.rightsidemenu a:hover {
  color: #901a47;
}

.rightsidemenu a.active {
  background: url(/assets/ukal/themes/default/images/active_triangle.gif) no-repeat left;
  color: #901a47;
}

/*------------------------------------------------------------------------------
                                   Stylings
------------------------------------------------------------------------------*/
#firstLetter {
  font: 24px   Georgia, "Times New Roman", Times, serif;
  color: #761a48;
	letter-spacing: 3px;
}

.picboxLeft {
	float: left;
	margin: 5px 10px 10px 0px;
}

.picboxRight {
	float: right;
	margin: 5px 40px 10px 10px;
}

.picboxLeftEmbedded {
	float: left;
	margin: 10px 20px 10px 0px;
}

.picBorder {
  border: 1px solid #333333;  
}

.actions {
  font-size: 10px;
  color: #901a47;
  border-bottom: 1px solid #901a47;
}

.required_field {
  background: url(/assets/ukal/themes/default/images/formErrorBullet.gif) no-repeat left .2em;
	padding-left: 10px;
}

.required_field_beige {
  background: url(/assets/ukal/themes/default/images/formErrorBullet-beige.gif) no-repeat left .2em;
	padding-right: 10px;
}

#article .application_choice {
  border: 1px solid #999;
  padding: 4px;
  width: 175px;
  background-color: #fffde4;
  color: #333;
}

#article a.box_link {
  border: 1px solid #999;
  padding: 8px;
  width: 175px;
  background-color: #fffde4;
  color: #c47b4d;
  display: block;
  text-align: center;
  font: normal normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}


#article .application_choice:hover, #article a.box_link:hover {
  background-color: #ebe7f6;
  text-decoration: none;
}

#article .application_choice h1 {
  text-align: center;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0;
}

#article .application_choice p {
  text-align: center;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#article .application_choice h2 {
  text-align: center;
  font: normal normal bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: none;
}

#article .application_or {
  padding: 10px;
  color: #666;
  font-weight: bold;
}

#article a.application_choice_link:hover {
  text-decoration: none;
}

.mono_spaced {
  font: 12px/15px Courier;
}

.loginpanel {
  width: 400px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 50px;
  font-size: 13px;
}

.loginpanel h2 {
  font-variant: small-caps;
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}

.loginpanel dt {
  font: bold 12px Georgia, "Times New Roman", Times, serif;
  float: left;
  padding-bottom: 5px;
}

.loginpanel dd {
  font: 12px Georgia, "Times New Roman", Times, serif;
  padding-left: 100px;
  padding-bottom: 5px;
}

