body {
  background: url(images/background.png) repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  word-spacing: 0.4ex;
  color: #544A4A;
}

.max-width {
  width: 100%;
}

a {
  color: #CC0000;
}

h1.pageTitle {
  margin: 8px 0px 8px 0px;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

#page-header {
  width: 100%;
  height: 8px;
  background-color: #544a4a;
}

/* HEADER with login form */
#header {
  width: 100%;
  height: 90px;
  clear: both;
}

#login-layout {
  float: right;
  width: 500px;
}

/*
#logo {
  width:200px;
  height: 90px;
  background-image:url(images/saj-logo.png);
  background-repeat:no-repeat;
  background-position: center;
  float:left;
}
*/
#logo {
  width: 340px;
  height: 80px;
  background-image: url(images/saj-logo2.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-top: 3px;
}

#login-form {
  font-size: 13px;
  padding: 10px;
  padding-bottom: 2px;
  float: right;
}

#login-form input {
  font-size: 12px;
  color: #544a4a;
  display: block;
  padding: 6px 15px 4px 10px;
  width: 160px;
  height: 16px;
  /*height: 25px;*/
  float: left;
  border: none;
  background: transparent url("images/input-name.png") no-repeat;
}

/* LOGIN BUTTON */
#login-form #button {
  height: 26px;
  width: 73px;
  background: transparent url('images/login-button.png') no-repeat top
    right;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}

#register {
  text-align: right;
  padding: 5px;
  margin: 0px;
  padding: 0px;
  float: right;
}

#register a#forgot-password {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #bdbdbd;
  margin: 5px;
  padding: 0px;
  display: block;
}

#register a#howto-register {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #bdbdbd;
  margin: 5px;
  padding: 0px;
  display: block;
}

#register a#howto-register {
  text-decoration: none;
  color: #bdbdbd;
}

#register a#howto-register:hover {
  text-decoration: underline;
}

/* MENUITEMS */
.menupanel {
  height: 40px;
  width: 940px;
  background: url('images/menu-panel.png') no-repeat center;
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.menupanel a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  height: 40px;
}

.menupanel a .menu-left,.menupanel a .menu-right {
  width: 12px;
  height: 40px;
  float: left;
}

.menupanel a .menu-mid {
  height: 40px;
  float: left;
  line-height: 40px;
}

.menupanel a:hover .menu-mid,.menupanel .selected .menu-mid {
  background: url('images/menuitem-mid.png') repeat-x center;
  color: #544a4a;
}

.menupanel a:hover .menu-left,.menupanel .selected .menu-left {
  background: url('images/menuitem-left.png') no-repeat left;
  background-position: center;
}

.menupanel a:hover .menu-right,.menupanel .selected .menu-right {
  background: url('images/menuitem-right.png') no-repeat right;
}

/* KLUB DZIEKANA MENU*/
.deansClubMenupanel {
  height: 40px;
  width: 670px;
  background: url('images/deans-club-menu-panel.png') no-repeat center;
  background-color: #ffffff;
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.deansClubMenupanel a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  height: 40px;
  margin: 0px;
  padding-top: 0px;
}

.deansClubMenupanel a .menu-left,.deansClubMenupanel a .menu-right {
  width: 12px;
  height: 40px;
  float: left;
}

.deansClubMenupanel a .menu-mid {
  height: 40px;
  float: left;
  line-height: 40px;
}

.deansClubMenupanel a:hover .menu-mid,.deansClubMenupanel .selected .menu-mid
  {
  background: url('images/menuitem-mid.png') repeat-x center;
  color: #544a4a;
}

.deansClubMenupanel a:hover .menu-left,.deansClubMenupanel .selected .menu-left
  {
  background: url('images/menuitem-left.png') no-repeat left;
  background-position: center;
}

.deansClubMenupanel a:hover .menu-right,.deansClubMenupanel .selected .menu-right
  {
  background: url('images/menuitem-right.png') no-repeat right;
}

.deansClubMenupanel .title {
  float: left;
  line-height: 40px;
  font-size: 15px;
  color: #eeeeee;
  margin-right: 20px;
  font-weight: bold;
}

/* PAGE */
#page {
  width: 960px;
  margin: auto;
  padding: auto;
  text-align: left;
}

#main-page {
  width: 100%;
  background-color: #ffffff;
}

#content {
  width: 700px;
  height: 100%;
  float: left;
  clear: both;
}

#content-top {
  height: 7px;
  width: 1oo %;
  margin: 0px;
  padding: 0px;
  background: url('images/content-top.png') no-repeat;
}

#content-main {
  width: 100%;
  min-height: 150px;
  margin: 0px;
  padding: 0px;
  background: url('images/content-color.png') repeat;
}

#content-left {
  width: 450px;
  float: left;
  background: inherit;
  margin: 0px 15px 5px 15px;
}

#content-main h1 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px;
  padding: 0px;
  margin-bottom: 6px;
}

#content-main p {
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 13px;
  padding: 0px;
  margin-left: 10px;
}

#content-links {
  width: 160px;
  padding: 0px;
  margin: 10px;
  margin-top: 15px;
  background: url('images/content-color.png');
  float: right;
}

#content-links h4 {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

#content-links ul {
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#content-links ul li {
  margin-top: 4px;
  margin-left: 2px;
}

#content-links a {
  color: #ffffff;
  text-decoration: none;
}

#content-links a:hover {
  text-decoration: underline;
}

/* AKTUALITY A POSLEDNI AKCE */
#content-boxes {
  width: 700px;
  height: 620px;
  background-color: #ffffff;
}

.box-separator {
  width: 1px;
  height: 100%;
  background: #ececec;
  float: left;
}

.box-list {
  width: 349px;
  height: 100%;
  background-color: #ffffff;
  float: left
}

.box-header {
  width: 100%;
  height: 40px;
  background: url('images/box-header.png') repeat-x;
}

.next {
  float: right;
  margin: 9px 3px 9px 9px;
  padding: 2px 1px 0px 7px;
  color: #928888;
  text-decoration: none;
  font-size: 9px;
  background: url(images/button-next.png) no-repeat;
  width: 43px;
  height: 19px;
}

.time {
  float: right;
  margin: 9px 3px 9px 9px;
  padding: 2px 1px 0px 7px;
  color: #928888;
  text-decoration: none;
  font-size: 9px;
}

.box-header h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
  padding-left: 15px;
  color: #544a4a;
  float: left;
}

/* CONTENT ITEMS PARTY */
.box-content {
  width: 100%;
  height: 90%;
}

.box-item {
  display: block;
  padding: 7px;
  margin-left: 12px;
}

.box-item h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 00px;
  padding: 0px;
  color: #544a4a;
  float: left;
}

.box-item a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  margin: 15px;
  color: #544a4a;
}

.box-item a:hover {
  text-decoration: none;
}

.box-item h3 {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  margin: 5px;
  width: 100px;
  height: 100px;
  color: #544a4a;
  float: left;
}

/* FOTOER */
.footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url('images/box-header.png') repeat-x;
  text-align: center;
}

/* SIDELINE */
.sideline {
  height: 100%;
  width: 1px;
  background: #e6e4e4;
  float: left;
}

/* SIDEBAR SEARCH */
#sidebar {
  width: 258px;
  float: right;
  border-right: 1px solid #e6e4e4;
  border-left: 1px solid #e6e4e4;
}

#side-studenttaxi {
  min-height: 171px;
}

.studentTaxiTable {
  width: 100%;
  border-collapse: collapse;
}

.studentTaxiTable .middleRow {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.studentTaxiTable .colDirection a {
  text-decoration: none;
  margin-right: 10px;
}

.studentTaxiTable .colDirection a:hover {
  text-decoration: underline;
}

.studentTaxiTable .colDirection {
  text-align: right;
  width: 60%;
  border-right: 1px solid #eeeeee;
}

.studentTaxiTable .colTime {
  text-align: left;
}

.studentTaxiTable .colTime div {
  margin: 6px 0px 5px 10px;
}

.studentTaxiTable .colTime .dayName {
  display: block;
  font-size: 12px;
  font-style: italic;
}

/*

#side-search {
  margin-left: -1px;
  width: 260px;
  height: 60px;
}

#side-search-top {
  height: 7px;
  width: 260px;
  background: url('images/side-search-top.png');
}

#side-search-main input, #side-search-main textarea {
  
  	font-size: 12px;
  	color: #9b8c8c;
  	display: block;
  	padding: 4px;
  	padding-right: 15px;
  	margin: 13px;
  	margin-left: 8px;
  	width: 130px;
  	height: 20px;
  	float:left;
  	border:solid 0 #fff;
	 background: #4a3f3f;
	 
}

#search-button {
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 13px;
	margin-top: 17px;
	color: #9b8c8c;
	float: left;	
}

#side-search-main {
  height: 100%;
  width: 260px;
  background: url('images/content-color.png') repeat;
}
*/
#side-fotos {
  width: 260px;
  margin-top: 3px;
  padding: 0px;
}

#foto-table {
  margin: 10px 0px 10px 0px;
  width: 100%;
}

#foto-table td {
  padding: 5px;
  text-align: center;
}

#foto-table img {
  padding: 2px;
  border: 1px solid #bbbbbb;
}

.mini-foto {
  width: 100px;
}

#youtube {
  margin: 20px;
}

#facebook {
  clear: both;
}

#side-facebook {
  text-decoration: none;
  display: block;
  height: 80px;
  background-image: url('images/facebook.png');
}

#side-facebook .FacebookDescription {
  position: relative;
  top: 52px;
  left: 15px;
  color: #ffffff;
  font-size: 12px;
}

img {
  border: none;
}

#user-info {
  width: 230px;
  height: 100%;
  float: right;
}

#user-info .box-separator {
  margin-right: 10px;
}

#user-info a,#user-info span {
  display: block;
}

#user-info span.user-name {
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: bold;
}

#user-info span.user-item {
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}

#user-info a {
  font-size: 10px;
  font-weight: bold;
  color: #928888;
  text-decoration: none;
}

#user-info a:hover {
  text-decoration: underline;
}

/* MESSAGES */
.Message {
  font-size: 14px;
  font-weight: normal;
  margin: 2px 20px 2px 5px;
  padding: 6px;
  color: #ffffff;
  font-style: italic;
}

.MessageFail {
  color: #e63333;
}

.MessageOk {
  color: #33CC00;
}

.MessageInfo {
  color: #7755ee;
}

/* FORUM */
.Input {
  width: 500px;
  margin: 10px 10px 20px 5px;
}

.GuestbookTopic {
  font-size: 15px;
}

.MemberNick {
  padding: 10px 0px 10px 0px;
}

.ForumItem {
  border: 1px solid #e6e4e4;
  padding: 0px;
  width: 600px;
  display: block;
}

.ForumItem .ForumItemHeader {
  height: 15px;
  display: block;
}

.ForumItem .ForumItemMessage {
  display: block;
  padding: 10px;
}

.ForumItem .ItemMember {
  float: left;
}

.ForumArrows a {
  margin: 5px;
}

/* TABLES */
.ClassicTable {
  color: #7F7F7F;
  border-collapse: collapse;
  width: 95%;
  margin: 10px 0px 5px 0px;
}

.ClassicTable tr {
  background: #F7F7F7;
  color: #666666;
  padding: 5px;
}

.ClassicTable tr.odd {
  background: #ffffff;
  color: #7F7F7F;
}

.ClassicTable th {
  padding: 6px;
  border: 1px solid #e6e4e4;
  background: url('images/table-header.png') repeat-x;
  height: 30px;
}

.ClassicTable td {
  padding: 6px;
  border: 1px solid #e6e4e4;
}

.ClassicTable a {
  color: #CC3300;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4em;
}

.ClassicTable a:hover {
  text-decoration: underline;
}

.ClassicTable .center {
  text-align: center;
}

.width95p {
  width: 95%;
}

.InfoTable {
  border-collapse: collapse;
  margin: 10px 0 10px 0;
}

.InfoTable th {
  border: 1px solid #e6e4e4;
  background: #F7F7F7;
  color: #666666;
  line-height: 20px;
  vertical-align: top;
  padding: 5px 10px 5px 7px;
}

.InfoTable .valignTop {
}

.InfoTable td {
  border: 1px solid #e6e4e4;
  padding: 5px 10px 5px 10px;
}

.InfoTable tr {
  background: #ffffff;
  color: #7F7F7F;
  padding: 5px;
}

.InfoTable .noBorder td {
  border: none;
}

.addIconAnchor span {
  margin-left: 4px;
}

.addIconAnchor {
  color: #559955;
  text-decoration: none;
}

.addIconAnchor:hover {
  text-decoration: underline;
}

/* STYLY POSZCZEGOLNYCH STRONEK (class divu je stejny jak nazwa tridy - ClassName)*/
.MemberPersonalInfoPage input {
  width: 300px;
}

.RegistrationPage input {
  width: 300px;
}

.NewsPageDiv {
  padding-right: 20px;
  margin: 5px 0px;
}

.NewsPage p {
  text-align: justify;
}

.NewsPage h3 {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px 15px;
  margin-top: 5px;
}

.NewsPage h3 a {
  text-decoration: none;
  color: #544A4A;
  font-size: 18px;
}

.NewsPage h3 a:hover {
  text-decoration: underline;
}

.NewsPage .signature {
  float: right;
  font-style: italic;
}

.HomePage p {
  text-align: justify;
}

.ContactPage .contactDiv .memberName {
  font-weight: bold;
}

.ContactPage .contactDiv h3 {
  margin-bottom: 5px;
}

/* Galeria */
.GalleryPage img {
  padding: 4px;
  border: 1px solid #bb9999;
}

.bigImageDiv {
  width: 100%;
}

.bigImageDiv .navigatorsTable {
  float: right;
  width: 140px;
}

.bigImageDiv .navigatorsTable td {
  width: 25%;
}

.bigImageDiv .image {
  text-align: center;
}

.galleryThumbnailsDiv {
  border: 1px solid #f2dddd;
  background-color: #fcf9f9;
  width: 96%;
  padding: 5px 5px 5px 5px;
  margin-top: 15px;
}

.galleryThumbnailsDiv h3 {
  color: #544A4A;
  margin: 0 0 5px 0;
  font-size: 20px;
}

.newestGalleryTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eecccc;
  margin-top: 6px;
}

.newestGalleryTable td {
  background-color: #f9f5f5;
  width: 25%;
  padding: 10px 0 10px 0;
  vertical-align: middle;
  margin: 0px;
  text-align: center;
}

.GalleryPage .galleryInfoUl {
  list-style: none;
  padding-left: 10px;
  font-style: italic;
  margin-bottom: 0px;
}

.GalleryPage .all {
  float: right;
  font-style: italic;
}

.GalleryPage .all a {
  text-decoration: none;
}

.GalleryPage .all a:hover {
  text-decoration: underline;
}

.galleriesListDiv {
  border: 1px solid #eecccc;
  background-color: #fbf8f8;
  width: 96%;
  padding: 5px 5px 5px 5px;
  margin-top: 15px;
}

.galleriesListDiv h3 {
  float: left;
  margin: 0px 0 10px 0;
  font-size: 20px;
}

.galleriesListDiv .galleryName {
  color: #544A4A;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.galleriesListTable {
  width: 100%;
}

.galleriesListTable td {
  width: 25%;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #f2e2e2;
  background-color: #f8f3f3;
}

.galleriesListTable .headerImageDiv {
  text-align: center;
  width: 100%;
}

.MembersPage .MembersCount {
  margin: 10px 0px 10px 0px;
  display: block;
}

.EventsPage h3 {
  margin-bottom: 5px;
}

.EventsPage .EnrolledMembers {
  margin-top: 40px;
}

.MemberHomePage .MemberHomeDiv {
  border: 1px solid #fcdcdc;
  background-color: #FEFAFA;
  width: 96%;
  padding: 5px 5px 5px 5px;
  margin-top: 15px;
}

.MemberHomePage .MemberHomeDiv h3 {
  font-size: 20px;
  margin: 8px 0px;
}

.MemberHomePage .PollDiv {
  border: 1px solid #eecccc;
  background-color: #FbF8F8;
  padding: 5px;
}

.MemberHomePage .PollQuestion {
  margin: 5px 0 15px 5px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.MemberHomePage .PollExpirationTime {
  margin-left: 6px;
  margin-top: 4px;
  font-style: italic;
  font-size: 11px;
  font-weight: normal;
  display: block;
}

.MemberHomePage .PollAnswers {
  border: 1px solid #995959;
  background-color: #eecccc;
}

.MemberHomePage .PollAnswer {
  padding: 5px;
  border-bottom: 2px solid #bb7777;
}

.MemberHomePage .PollAnswerText {
  float: left;
  font-size: 13px;
}

.MemberHomePage .PollAnswerVoted {
  font-weight: bold;
}

.MemberHomePage .PollAnswerVotesCount {
  float: right;
  font-size: 12px;
  font-style: italic;
}

.AdminAdminPage img.imageTutorial {
  margin: 5px 0px 5px 0px;
  border: 1px solid #e6e4e4;
}

.AdminAdminPage ol {
  padding-left: 00px;
  padding-right: 10px;
}

.AdminAdminPage ol li {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 10px;
  border-top: 1px solid #b6b4b4;
}

.AdminAdminPage ul li {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.DeansClubRulesPage .DeansClubRulesOl li {
  margin-bottom: 6px;
}

.DeansClubRulesPage .NoMargin {
  margin: 8px 0;
}

.DeansClubRulesPage .NoMargin li {
  margin-bottom: 0px;
}


.AdminPollsPage table#PollAnswersTable input
{
  width: 600px;
}