.spinner {
    padding: 5px;
    position: relative;
    right: 0;
}

.spinnerWrapper {
	float: right;
	text-align:right;
	width: 16px;
	height: 16px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 14px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006699;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%;
}
tr {
    border: 0;
}
td, th { 
    font: 14px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
	font-size: 14px;
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
}
.list a {
    font-size: 11px;
}
th.sortable a {
    font-size: 11px;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
    width: 500px;
    margin-top: 5px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog {
	width: 600px;
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 35px;
    width: 500px;
    margin-top: 5px;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

a.save {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_save.png) center left no-repeat;
}

.save a {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_save.png) center left no-repeat;
}

a.edit {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_edit.png) center left no-repeat;
}

.edit a {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_edit.png) center left no-repeat;
}

a.delete {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_delete.png) center left no-repeat;
}

.delete a {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_delete.png) center left no-repeat;
}

a.show {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/information.png) center left no-repeat;
}

.show a {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/information.png) center left no-repeat;
}

a.activate {
    color: #333;
    padding-left: 25px;
    background: url(../images/skin/database_add.png) center left no-repeat;
}

.buttons input.activate {
    background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat;
    padding-left: 28px;
}

ul li 
{
	margin: 0 0 0 5px;
}

img {
	border:0px;
}

#main_container
{
	width: 1002px;
	margin: 0 auto;
}

#bg_top {
	height: 25px;
	background: url(../images/bg_top.png);
}

#bg_main {
	background: url(../images/bg_main.png);
	padding: 0 /*8px 0 8px;*/
}


#bg_bottom {
	height: 25px;
	background: url(../images/bg_bottom.png);
}

#main_wrapper 
{
	padding: 0 8px 0 8px;
}

#header_wrapper 
{
	padding: 0 15px 0 15px;
	/*background: #f00;*/
	height: 96px;
	border-bottom: 1px solid #ededed;
}

#header_logo 
{	
	/*background: #00f;*/
	width: 126px;
	margin-top: 16px;
	float:left;	
}

#header_logo_cs_as 
{	
	/*background: #f00;*/
	padding-top: 10px;	
	text-align:center;	
}

#language_box 
{
	/*background: #ff0;*/
	margin-top: 39px;
	width:130px;
	float: right;
	text-align:right;
}

a.language_de
{
	display: inline-block;
	width:24px;
	height:36px;
	margin-left:5px;
	background: url(../images/de_0.png);
}

a.language_de:hover
{
	background: url(../images/de_1.png);
}

a.language_en
{
	display: inline-block;
	width:24px;
	height:36px;
	margin-left:5px;
	background: url(../images/us_0.png);
}

a.language_en:hover
{
	background: url(../images/us_1.png);
}

#content_wrapper {
	/*background: #ff0;*/
	/*border-bottom: 1px solid #ededed;*/
}

#nav_wrapper 
{
	/*background: #c0c0c0;*/
	width: 165px;
	float: left;	
}

#sidebar_wrapper
{
	/*background: #c0c0c0;*/
	width: 165px;
	float:right;
}

#sidebar_wrapper li ul
{
	margin:0;
	padding:0;	
}

#content {
	width: 650px;	
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 500px;
}

.body {
	width: 650px;	
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 1400px;
}

#tourbox_adsieve 
{
	margin: 0 auto;
	width: 600px;
	height:220px;
	background: url(../images/tourbox_adsieve.png);	
}

#tourbox_contentsieve
{
	margin: 0 auto 40px;
	width: 600px;
	height:220px;
	background: url(../images/tourbox_contentsieve.png);	
}

.tourbox_inner_text
{
	color: white;
	float: left;
	padding:70px 0 0 30px;
	width:320px;
	text-align:justify;
}

a.as_tour 
{
	float:right;
	width:195px;
	height:49px;
	margin:70px 20px 0 0;
	background: url(../images/as_tour_0.png);
	color: #9ed999;
	font:normal bold 20px Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 48px;
	text-indent:55px;
}

a.as_tour:hover
{
	background: url(../images/as_tour_1.png);
	color: #3fb535;
}

a.as_reg
{	
	float:right;
	width:195px;
	height:49px;
	margin:20px 20px 0 0;
	background:url(../images/as_reg_0.png);
	color: #9ed999;
	font:normal bold 20px Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 48px;
	text-indent:55px;
}

a.as_reg:hover
{	
	background:url(../images/as_reg_1.png);
	color: #3fb535;
}

a.cs_tour 
{
	float:right;
	width:195px;
	height:49px;
	margin:70px 20px 0 0;
	background: url(../images/cs_tour_0.png);
	color: #8ecefa;
	font:normal bold 20px Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 48px;
	text-indent:55px;
}

a.cs_tour:hover
{	
	background: url(../images/cs_tour_1.png);
	color: #20a0f8;
}

a.cs_reg
{	
	float:right;
	width:195px;
	height:49px;
	margin:20px 20px 0 0;
	background:url(../images/cs_reg_0.png);
	color: #20a0f8;
	color: #8ecefa;
	font:normal bold 20px Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 48px;
	text-indent:55px;
}

a.cs_reg:hover
{	
	background:url(../images/cs_reg_1.png);
	color: #20a0f8;
}

.sidebar_top 
{
	width:160px;
	height:25px;
	background:url(../images/sidebar_top.png);
	margin:0;
	padding:0;
}

.sidebar_bottom 
{
	width:160px;
	height:25px;
	background:url(../images/sidebar_bottom.png);
	margin:0;
	padding:0;
}

.sidebar_bg {
	margin:0;
	padding:0;
	width:160px;
	background:url(../images/sidebar_bg.png) repeat-y;
}

.sidebar_bg ul {
	margin:0;
}

.starlist {
	list-style-image: url(../images/star.png);
}

#footer {
	border-top: 1px solid #ededed;
	padding:15px 0 5px 0;
	text-align:center;
	font-family:Lucida Sans, Arial, Helvetica, serif;
	font-size:10px;
	color: #c0c0c0;
}

.noPadding { 
	padding-left: 0px;
	padding-top: 0px;
}

.list {
	width: 600px;
}

h2.howto {
	display: inline;
}

#howto {
	display: inline;
	position: relative;
	left: 550px;
	top: -30px;
}

h2.help {
	display: inline;
}

#help {
	display: inline;
	position: relative;
	left: 550px;
	top: -30px;
}

#yui-picker-panel {
	position: absolute;
	left: 80px;
	top: -120px;
}

#yui-picker-controls-label {
	display: none;
}

.hd-right {
	text-align: right;
	position: relative;
	top: 0px;
	left: 340px;
}

.widgetTypeList {
	width: 600px;
}

.listInModal {
	width: 400px;
}

#stars {
	text-align: center;
}

.static {
	text-align: justify;
}

#landingPageText {
	text-align: justify;
}

.landingPageSectionText {
	text-align: justify;
}

#copyCode {
	width: 600px;
	height: 300px;
}

#code {
	width: 600px;
	height: 300px;
}

#closeLink {
	position: relative;
	top: 0px;
	left: 90px;
}

#notCompleted {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 5px;
	width: 588px;
}

#expandedContent {
	width: 500px;
}

#expandedContent table, #expandedContent td {
	border: 0;
}

.yui-dt-odd {
    background: #f7f7f7;
	cursor: pointer;
}
.yui-dt-even {
    background: #fff;
	cursor: pointer;
}

th.yui-dt-asc:hover {
	background: url(/CM/js/yui/2.6.0/datatable/assets/skins/sam/dt-arrow-up.png) no-repeat right;
}

th.yui-dt-desc:hover {
	background: url(/CM/js/yui/2.6.0/datatable/assets/skins/sam/dt-arrow-dn.png) no-repeat right;
}

li.draggableList {
	background: #f3fff3;
	border: 1px solid green;
    color: #00cc00;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 5px;
}

#shoppingCartContent {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	border: 5px dashed #666;
	min-width: 400px;
	min-height: 200px;
	top: 130px;
	left: 400px;
	z-index: 2;
}

.paypal input {
    background-color: transparent;
    border: 0;
    font: 14px verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

table.paypalTable {
    border: 0;
    width: 10%;
}

#shoppingCartContent table {
    border-collapse: collapse;
}
#shoppingCartContent th, .shoppingCartContent td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
}
#shoppingCartContent a {
    font-size: 11px;
}

.total {
	border-top: 1px solid #000;
}

.checkOut {
	border-top: 1px solid #ddd;
}

#breadCrumbs {
	margin-top: 10px;
}

.logoListPicture {
	
}

.logoListDescription {
	
}

.logoList {
	border: 0;
}

#myTooltip {
	width: 300px;
}
