
/* REDEFINITION OF HTML TAGS */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/Background.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}

table {
	border: 0;	
}

a, a:visited, a:hover {
	color:#666;
	text-decoration:none; 
}

a img.linkimage {
	margin-right: 4px;
}

a img.linkimageRight {
	margin-left: 4px;
}

a:hover {
	text-decoration: underline;
}

h2, h3, legend {
	color: #333;
}

h2 {
	border-color: #E3E7EF;
	border-style: dotted;
	border-width: 0 0 2px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 18px;
}

h3 {
	border-color:#E3E7EF;
	border-style:solid;
	border-width:0 0 1px;
	padding-bottom:6px;
	font-size: 15px;
	margin: 15px 0 25px;
}


/* VARIOUS */

.mention {
	font-size: 11px;
	font-style: italic;
}

.normalText {
	font-size: 12px;
}

.normalBoldTitle {
	font-size: 14px;	
	font-weight: bold;
	padding-bottom: 10px;
}

.normalBoldText {
	font-size: 12px;	
	font-weight: bold;
	padding-bottom: 10px;
}

.underlined { 
	text-decoration: underline; 
}

.whiteText {
	color: white;
}

a.whitetext, a.whitetext:visited, a.whitetext:hover {
	color: white; 
}

.title2 {
	color: #2323A7;
	display: block;
	font-size: 14px;	
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.blackTitle {
	color: black;
	display: block;
	font-size: 14px;	
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.textContent {
	font-size: 92%;
	line-height: 140%;	
	margin-left: 60px;
}

.important {
	line-height: 140%;	
	font-weight: bold;
}

.veryImportant {
	line-height: 140%;	
	font-weight: bold;
	color: red;	
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

.label {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.cursorHelp {
	cursor: help;
}

.time {
	float: right;
}

.timeZone {
	font-size:12px;	
}

.paragraph {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* NEW STYLE FROM HERE */

/* IMAGE-BUTTON */

a.image-button {
    text-decoration: none;
}

.image-button {
    margin: 0 5px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 130%;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
    display: inline-block;
}

.image-button img {
    margin: 0 8px -3px 0;
    padding: 0;
    border: none;
}

.image-button strong {
	font-size: 15px;
}

.image-button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.image-button:active {
    background-color:#f5f5f5;
    border:1px solid #6299c5;
    color:#dd0000;
}

.image-button-big {
	padding: 13px 22px 13px 14px;
}

a.image-button-big:visited {	
	color: #555;	
}

/* IMAGE-LINK */

.image-link {
    display: block;
    float: left;
    line-height: 130%;
    margin: 0;
    padding: 5px 5px 6px 5px; /* Links */
    margin: 1px;
}

.image-link img {
    margin: 0 5px -3px 0;
    padding: 0;
    border: none;
}

.image-link:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef !important;
	text-decoration: none;
    margin: 0px;
}

/* TABLE-LIST */

.table-list {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	color: #454545;
}
.table-list a {
	color: #454545;
}

.table-list td {
	border-style: solid;
	border-color: #E3E7EF;
	border-width: 0 0 1px 0;
	height: 24px;
	padding-left: 10px;
}

.auto-width {
    width: auto;
}

.no-borders td {
    border-width: 0;
}

.table-list th {
	text-align: left;
	padding: 8px 0 9px 10px;
	background: url("../images/table-header-gradient.png") repeat-x top;
}

.centered th {
	text-align: center;
}

.colored tr.even {
	background-color: #E9EFF3;
}

.invert-colored tr.odd {
	background-color: #E9EFF3;
}

.table-list .no-padding {
	padding: 2px 0;
}

.table-list .align-right {
	text-align: right;
	padding-left: 0;
	padding-right: 10px;
}

.table-list .checkbox {
	width: 25px;
}

.table-list-horizontal-separator-right {
	background-color: #CCCCCC;
	width: 1px;
	float: right;
}

.table-list-horizontal-separator-left {
	background-color: #CCCCCC;
	width: 1px;
	float: left;
}

.table-list-container {
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;	
	display:block;
}

.table-actions {
	background: url("../images/table-actions-gradient.png") repeat-x;
	margin-bottom: 0;
	padding: 10px;
	height: 30px;
}

.table-actions .search-box {

}

.table-actions .search-box input {
	width: 175px;
	height: 20px;
	margin-top: 3px;
	float: left;
}

.table-actions .search-box .button {
	margin-left: 7px;
}

.table-footer {
	background-color: #FFFEEF;
	padding: 5px 0;
	text-align: center;
	font-style: italic;
	display: block;
}

.selection-actions {
	float: right;
}

.list-actions {
	float: left;
}

/* PROPERTY-TABLE */

.property-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.property-table tr {
	line-height: 1.5em;
}

.property-table td {
}

.property-table td.property {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

/* VARIOUS / HELPER */

.clr {
	clear: both;
	display: block;
	font-size: 0;
}

.infoBox {
	float: right;
	width: 300px;
	border: 1px solid #CCCCCC;
	background: url("../images/news-title-gradient.png") no-repeat;
	padding: 7px 5px 5px 15px;
}

.serverTime {
	text-align: right;
}

.news-title {
	height: 27px;
	padding-left: 23px;
	background: url("../images/information.png") no-repeat;
	margin-bottom: 5px;
}

.news-content {

}

.news-line {
	padding-top: 5px;
	padding-bottom: 5px;
}

#addUserTable {
	border-style: solid;
	border-width: 1px;
	border-color: #E3E7EF;
	float: left;
	width: 55%;
}

#userSelectedTable {
	border-style: solid;
	border-width: 1px;
	border-color: #E3E7EF;
	float: right;
	width: 40%;
}

.navigation-bar {
	padding: 2px 0;
	text-align: right;
	clear: both;
}

.navigation-bar.center {
	padding: 2px 0;
	text-align: center;
	clear: both;
}

.navigation-bar.top {
	float: right;
}

/* USER EDIT */
.form .form-value div.userTimeZoneInputPPR {
	display:inline;
}


/* MEETING-INFO */

#meetingInfo h2 {
	border-style: hidden;
}

/* ATTENDEES-INFO */

#attendeesInfos h2 {
	text-align: center;
}

/* METTING-ORGANIZED */

.preinstall-link {
	padding-bottom: 5px;
}

/* CONTACTS */

form#addContacts div.import-contacts {
	width: 100%;
	height: 240px;
}

form#addContacts div.import-contact-content {
	position: relative;
	float:left;
	width: 429px;
	margin: 5px 0px 10px 0px;
	padding: 63px 0px 0px 2px;	
	background-color: #ccc;
	border-style: solid;
	border-color: #ccc;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

form#addContacts div.import-contact-content-hidden {
	padding: 4px 0px 0px 4px;
}

form#addContacts a.import-contact-button {		
	margin: 0px;
	padding: 0px;
	position: relative;
	float:left;	
	left:-440px;	
	height: 87px;
	width: 475px;	
    background: transparent url("../images/Import-Contact-Arrow.png") no-repeat scroll top right;
    cursor: pointer;
	display: block;
	text-decoration: none;
	color: white;	
}

form#addContacts a.import-contact-button:hover {
	text-decoration: underline;
}

form#addContacts a.import-contact-button span.import-contact-button-text {
	position: relative;
	top: 30px;
	left: 58px;	
	font-size: 12px;
	font-weight: bold;
}

form#addContacts textarea {
	height:150px;
	width:425px;
}

/* TRIAL */

.trial {
	line-height: 22px;
 	float: right;
 	width: 450px;
 	text-align: left;
}


.trial ol {
	text-align: left;
	margin: 0;
	padding-left: 35px;
}

.trial li {
	margin:0px 5px 0px 30px;
    padding:3px;
    text-align:left;
    list-style-image: url(../images/accept.png);

}

/* TRIAL-BUTTON */

.trial-button {
    margin: 10px 5px 10px -28px;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/Trial-Arrow-Buttom.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 18px;
    display: block;
    text-align: center;
   	width: 475px;
   	height: 50px;
   	font-size: 14px;
   	font-weight: bold;
    color: #FFFFFF;
}

.trial-button:visited, .trial-button:hover {
	color: #FFFFFF;
}

/* TRIAL-IMG */

.trial-img {
    float: left; 
    padding-left: 50px;
}

fieldset.form {
	border-style: none;
	margin-top: 10px;
	color: #444:
}

.form legend {
	border-color: #DDD;
	border-style: dotted;
	border-width: 0 0 2px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: left;
	width: 100%;
}

.form .form-property, .form .form-value {
	font-size: 12px;
}

.form label {
	background-color: #FFFEEF;
	margin-top: 1px;
	float: left;
	width: 100%;
	padding: 4px 0;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #EEE;
	line-height: 18px;
}

.form label:hover {
	background-color: #FFEEBB;
}

.form .form-property {
	font-weight: bold;
	width: 200px;
	margin: 0 10px;
	text-align: left;
	float: left;
}

.form.large-properties .form-property {
	width: 300px;
}

.form .form-property em {
 	color: #F00;
}

.form .form-value {
	position: relative;
	float: left;
}

.form .form-value-info {
	font-size: 11px;
	font-style: italic;
}

.form .form-buttons {
	margin-top: 10px;
	position: relative;
	left: 220px;
}

.form.large-properties .form-buttons {
	left: 320px;
}

.form .form-info {
	font-size: 11px;
	font-style: italic;
	margin-left: 10px;
}

.form .errorMessage {
	display: block;
}

/* Special for myAccount page */
#myAccount .form input, #myAccount .form select {
	display: inline-block;
	width: 150px;
}

/* FIELDS */

.fields {
	line-height: 1.5;
}

.fields ol {
	margin: 0;
	padding: 0;
}

.fields li {
	list-style: none;
	padding: 1px;
	margin: 0;
}

.fields label {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 30%;
	margin-right: 5px;
	font-weight: bold;
}

/* COLUMNS */
.left-column {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
}

.right-column {
	display: block;
	float: right;
	width: 48%;
	margin-left: 2%;
	overflow: hidden;
}

.left-column h2, .right-column h2 {
	text-align: center;
	margin-bottom: 5px;
}

/* HEADER */


#header-wrapper {
	width: 100%;
	
}


#header-links {
	padding: 40px 0  7px;
	font-size: 13px;
	text-align: right;
}

#header-logo {
	height: 25px;
	float: left;
}

#header-logo {
	margin-top: 10px;
	height: 42px;
	
	background: url("http://www.tixeo.com/images/Small_logo_tixeo2.gif") no-repeat;
}

#header-logo a {
	display: inline-block;
	width: 162px;
	height: 42px;
}

#header-logo span {
	display: none;
}

/* NAVIGATION MENU */

#navigation-menu {
	background: url(../images/header-gradient.png) repeat-x;
}

#navigation-menu ul {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 50px;
	display: block;
	font-size: 17px;
}

#navigation-menu li {
	display: inline-block;
	list-style: none;
	float: left;
}

#navigation-menu li a {
	display: inline-block;
	height: 20px;
	padding: 14px 15px 14px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 5px #555;
}


#navigation-menu li a img {
	float: left;
	height: 32px;
	width: 32px;
	margin: -5px 10px 0 0;
	display: block;
}

#navigation-menu li a:hover, #navigation-menu li.active a {
	color: #FFC513;
}

.menu-icon {
	float: left;
	height: 40px;
	width: 40px;
	margin: -10px 10px 0 0;
	display: block;
	background: url("../images/menu-icons.png") no-repeat;
}

.icon-meetings {
	background-position: 0 0;
}

#navigation-menu a:hover .icon-meetings,
	#navigation-menu li.active .icon-meetings  {
	background-position: 0 -40px;
}

.icon-contacts {
	background-position: -40px 0;
}

#navigation-menu a:hover .icon-contacts,
	#navigation-menu li.active .icon-contacts  {
	background-position: -40px -40px;
}

.icon-account {
	background-position: -80px 0;
}

#navigation-menu a:hover .icon-account,
	#navigation-menu li.active .icon-account  {
	background-position: -80px -40px;
}

.icon-subscriptions {
	background-position: -120px 0;
}

#navigation-menu a:hover .icon-subscriptions,
	#navigation-menu li.active .icon-subscriptions  {
	background-position: -120px -40px;
}

.icon-administration {
	background-position: -160px 0;
}

#navigation-menu a:hover .icon-administration,
	#navigation-menu li.active .icon-administration {
	background-position: -160px -40px;
}

/* ADMIN-MENU */

#admin-menu {
	text-align: center;
}

#admin-menu ul {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	background: url(../images/table-actions-gradient.png);
	width: 970px;
	
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px;
}

#admin-menu li {
	display: inline-block;
	list-style: none;
}

#admin-menu li img {
	margin-right: 7px;
}

#admin-menu li a {
	font-size: 13px;
	display: inline-block;
	height: 20px;
	padding: 15px 10px;
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	text-shadow: 0px 0px 5px #ddd;
}

#admin-menu li a:hover {
	color: #0080fa;
}

/* CONTENT */

#content {
	padding: 10px;
	background-color: #fff;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

/* FOOTER */

#footer {
	text-align: center;
}

#footer #copyright {
	padding: 10px 0;
	font-size: 11px;
}

/* WIDTH */

#content, #footer, #header-wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	min-height: 500px;
}

#header, #navigation-menu, #admin-menu {
	width: 100%;
	margin: 0 auto;
}
