HTML{
	margin:0 0 1px 0;
	height:100%;
	font-family: arial;
	padding: 0px;
}

img.hrbutton{
	background-image: url('tino/divided_ruler.png');
	background-repeat: no-repeat;
}

img.hrbutton:hover{
	background-image: url('tino/divided_ruler_over.png');
	background-repeat: no-repeat;
}

img.italicbutton{
	background-image: url('tino/italic-hover.png');
	background-repeat: no-repeat;
}

img.italicbutton:hover{
	background-image: url('tino/italic.png');
	background-repeat: no-repeat;
}

img.boldbutton {
	background-repeat: no-repeat;
	background-image: url('tino/bold-hover.png');
}

img.boldbutton:hover {
	background-repeat: no-repeat;
	background-image: url('tino/bold.png');
}

img.paragraphbutton {
	background-repeat: no-repeat;
	background-image: url('tino/paragraph-hover.png');
}

img.paragraphbutton:hover {
	background-repeat: no-repeat;
	background-image: url('tino/paragraph.png');
}

img.underlinebutton{
	background-repeat: no-repeat;
	background-image: url('tino/underline-hover.png');
}

img.underlinebutton:hover{
	background-repeat: no-repeat;
	background-image: url('tino/underline.png');
}

img.colorbutton{
	background-repeat: no-repeat;
	background-image: url('tino/color-hover.png');
}
img.colorbutton:hover{
	background-repeat: no-repeat;
	background-image: url('tino/color.png');
}


#header {
	position:relative;
	top:-5px;
	margin: 0;
	padding: 0;
}

BODY {
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;	
}

html {
   overflow:hidden;
   overflow-x: hidden;
   overflow-y: auto;
   
}

#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width: 986px;
}

div.login {
	margin: 100px auto 0px auto;
	width: 350px;
	height: 427px;
	background: url(images/bg_login.png) top left no-repeat;
}

div.loginBody {
	position: relative;
	top: 100px;
	left: 35px;
	text-decoration: none;
	list-style: none;
	width: 330px;
}

div.uname label,div.pword label {
	color: white;
	text-decoration: none;
}

div.uname {
	position: relative;
	top: 10px;
	left: -5px;
}

div.unamebox {
	position: relative;
	top: 20px;
	left: -5px;
}

div.pword {
	position: relative;
	top: 51px;
	left: -5px;
}

div.pwordbox {
	position: relative;
	top: 61px;
	left: -5px;
}
div.autherror{
	position: absolute;
	top: 190px;
	left: -5px;	
	color:red;
}
textarea.textbox {
	border-style: none;
	border-width: 0px;
}

div.login input.textbox {
	border-style: none;
	border-width: 0px;
	font-weight: 600;
	font-size: 16pt;
	padding: 7px 0 0 5px;
	color: #0099CC;
	width: 300px;
	height: 41px;
	margin: 0 0 0 -5px;
	background: url(images/bg_input.png) top left no-repeat;
}

div.login input.button {
	position: relative;
	top: 20px;
	left: 58px;
	background: url(images/btnLogin.png) 0 0 no-repeat;
	width: 165px;
	height: 48px;
	border: none;
}

div.lostpass {
	position: relative;
	top: 90px;
	left: -5px;
}

input.textbox:hover {
	border-style: none;
	border-width: 0px;
	color: #0C0;
}

input.textbox-fucus {
}

div.error {
	clear: both;
}

div.titlebar {
	height: 53px;
	background: url(images/bar1.png) top left no-repeat;
	clear: both;
}

ul.applicationmenu {
	height: 82px;
	float:right;
	padding: 0px;
	list-style: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

ul.applicationmenu li.signout {
	width: 89px;
	height: 29px;
	float:left;
	background: url(images/sign_out.png) top left no-repeat;
}

ul.applicationmenu li.start {
	margin: 0px;
	position: static;
	float: left;
	width: 100px;
	height: 64px;
	text-align: center;
}

ul.applicationmenu li.newbrochure {
	margin: 0px;
	position: static;
	float: left;
	width: 130px;
	height: 64px;
}

ul.applicationmenu li.brochuremanagement {
	margin: 0px;
	position: static;
	float: left;
	width: 130px;
	height: 64px;
}

ul.applicationmenu li.myaccount {
	margin: 0px;
	position: static;
	float: left;
	width: 100px;
	height: 64px;
}

ul.applicationmenu li.imagemanagement {
	margin: 0px;
	position: static;
	float: left;
	width: 100px;
	height: 64px;
}

ul.applicationmenu li.audiomanagement {
	margin: 0px;
	position: static;
	float: left;
	width: 100px;
	height: 64px;
}

ul.applicationmenu li.colorschemes {
	margin: 0px;
	position: static;
	float: left;
	width: 120px;
	height: 64px;
}

ul.applicationmenu li.usermanagement {
	margin: 0px;
	position: static;
	float: left;
	width: 64px;
	height: 64px;
}

#brochuremenu {
	height: 110px;
	width: 986px;
	clear: both;
}

.non-selected-bmenu1 {
	float:left;
	height:101px;
	width:193px;
	position: relative;
	cursor:pointer;
	background: url(tino/step1.png) top left no-repeat;
}

.selected-bmenu1 {
	float:left;
	height:101px;
	width:193px;
	position: relative;
	cursor:pointer;
	background: url(tino/step1-selected.png) top left no-repeat;
}

.non-selected-bmenu1:hover {
	cursor:pointer;
	background: url(tino/step1-hover.png) top left no-repeat;
}

.non-selected-bmenu2 {
	margin-left:-21px;
	float:left;
	height:101px;
	width:213px;
	position: relative;
	cursor:pointer;
	background: url(tino/step2.png) top left no-repeat;
}

.selected-bmenu2 {
	margin-left:-21px;
	float:left;
	height:101px;
	width:213px;
	cursor:pointer;
	background: url(tino/step2-selected.png) top left no-repeat;
}

.non-selected-bmenu2:hover {
	cursor:pointer;
	background: url(tino/step2-hover.png) top left no-repeat;
}

.non-selected-bmenu3 {
	margin-left:-21px;
	float:left;
	height:101px;
	width:197px;
	position: relative;
	background: url(tino/step3.png) top left no-repeat;
	cursor:pointer;
}

.selected-bmenu3 {
	margin-left:-21px;
	float:left;
	height:101px;
	width:197px;
	background: url(tino/step3-selected.png) top left no-repeat;
	cursor:pointer;
}

.non-selected-bmenu3:hover {
	cursor:pointer;
	background: url(tino/step3-hover.png) top left no-repeat;
}

.non-selected-bmenu4 {
	margin-left:-18px;
	float:left;
	height:101px;
	width:197px;
	position: relative;
	background: url(tino/step4.png) top left no-repeat;
	cursor:pointer;
}

.selected-bmenu4 {
	margin-left:-18px;
	float:left;
	height:101px;
	width:197px;
	background: url(tino/step4-selected.png) top left no-repeat;
	cursor:pointer;
}

.non-selected-bmenu4:hover {
	cursor:pointer;
	background: url(tino/step4-hover.png) top left no-repeat;
}

.non-selected-bmenu5 {
	margin-left:-22px;
	float:right;
	height:101px;
	width:267px;
	position: relative;
	background: url(tino/step5.png) top left no-repeat;
	cursor:pointer;
}

.selected-bmenu5 {
	margin-left:-22px;
	float:right;
	height:101px;
	width:267px;
	background: url(tino/step5-selected.png) top left no-repeat;
	cursor:pointer;
}

.non-selected-bmenu5:hover {
	cursor:pointer;
	background: url(tino/step5-hover.png) top left no-repeat;
}

div.infobox {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 6px;
	font-size: 15px;
}

div.infobox div.header {
	min-height: 6px;
	padding: 0px;
	margin: 0px;
	background: url(images/bar2Top.png) top center no-repeat;
	clear: both;
}

div.infobox div.footer {
	background: url(images/bar2Bottom.png) top center no-repeat;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 6px;
}

div.infobox div.body {
	background: url(images/bar2Tile.png) top left repeat-y;
	min-height: 6px;
}


div.infobox div.body {
	margin: 0px;
	padding: 16px;
}

div.infobox div.bodyMedia {
	background: url(images/bar2Tile.png) top left repeat-y;
	min-height: 0px;
}

div.infobox div.bodyMedia {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

div.infobox div.bodyMediaContent {
	min-height: 6px;
	margin: 0px;
	padding: 0px 0px 16px 16px;
}

div.infobox div.bodyMediaCombo {
	min-height: 0px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
}

div.pagefooter {
	width: 986px;
	height: 91px;
	clear: both;
	margin: 3px 0px 0px 0px;
	background: url(images/botton.png) top left no-repeat;
}

div.navigation-button {
	clear: both;
	margin: 0px auto 0px auto;
	text-align: center;
}

div.navigation-button #copyCmd.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 174px;
	height: 58px;
	background: url(images/copy1.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #copyCmd.button:hover,div.navigation-button #copyCmd.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	width: 174px;
	height: 58px;
	background: url(images/copy2.png) 0 0 no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #nextCmd.button {
	border: 0;
	width: 96px;
	height: 96px;
	background: url(tino/nextBG.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #nextCmd.button:hover,div.navigation-button #nextCmd.button:active{
	background: url(tino/nextBG.png) 0 -96px no-repeat;
	cursor: pointer;
}

div.navigation-button #backCmd.button {
	margin: 0 400px 0 0;
	border: 0;
	width: 96px;
	height: 96px;
	background: url(tino/backBG.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #publishTestingCmd.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/testpublish_1.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #androidPublishTestingCmd.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/testpublish_1.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #previewCmd.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/preview_btn.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #previewCmd.button:hover, div.navigation-button #previewCmd.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/preview_btn_mouse_over.png) 0 0 no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #publishTestingCmd.button:hover,div.navigation-button #publishTestingCmd.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/testpublish_2.png) 0 0 no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #androidPublishTestingCmd.button:hover,div.navigation-button #androidPublishTestingCmd.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/testpublish_2.png) 0 0 no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #publishFinalCmd.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/finalpublish_1.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #androidPublishFinalCmd.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/finalpublish_1.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #publishFinalCmd.button:hover,div.navigation-button #publishFinalCmd.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/finalpublish_2.png) 0 0 no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

div.navigation-button #androidPublishFinalCmd.button:hover,div.navigation-button #androidPublishFinalCmd.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	width: 265px;
	height: 66px;
	background: url(images/finalpublish_2.png) 0 0 no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

 #download.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 95px;
	height: 96px;
	background: url(images/download.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
	width: 95px;
	height: 96px;
}

#download.button:hover,div.navigation-button #download.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	background: url(images/download_hover.png) 0 0 no-repeat;
	cursor: pointer;
}

#downloadforbb.button {
	margin: 6px 20px 0 0;
	border: 0;
	width: 95px;
	height: 96px;
	background: url(images/download.png) 0 0 no-repeat;
	font-size: 13px;
	font-weight: 600;
	width: 95px;
	height: 96px;
}

#downloadforbb.button:hover,div.navigation-button #downloadforbb.button:active
	{
	margin: 6px 20px 0 0;
	border: 0;
	background: url(images/download_hover.png) 0 0 no-repeat;
	cursor: pointer;
}

div.navigation-button #backCmd.button:hover,div.navigation-button #backCmd.button:active
	{
	background: url(tino/backBG.png) 0 -96px no-repeat;
	cursor: pointer;
}

h1,h2,h3,h5,h6 {
	color: #0099CC;
	margin: 0;
}

div.content {
	min-height: 6px;
	margin-bottom: 10px;
}

div.content div.header {
	min-height: 6px;
	padding: 0px;
	margin: 0px;
	background: url(images/contentContTop_bg.png) top center no-repeat;
	clear: both;
}

div.content div.body {
	background: url(images/contentCont_bg.png) top left repeat-y;
	min-height: 6px;
	padding: 28px;
}

div.content div.footer {
	background: url(images/contentContBottom_bg.png) top center no-repeat;
	padding: 0px;
	margin: 0px;
	clear: both;
	min-height: 10px;
}

div.content-infobox {
	min-height: 6px;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}

div.content-infobox div.content-header {
	min-height: 10px;
	padding: 0px;
	margin: 0px;
	background: url(images/innerContTop_bg.jpg) top center no-repeat;
	clear: both;
}

div.content-infobox div.content-footer {
	background: url(images/innerContBottom_bg.jpg) top center no-repeat;
	padding: 0px;
	margin: 0px;
	clear: both;
	min-height: 10px;
}

div.content-infobox div.content-body {
	background: url(images/innerContTile_bg.jpg) top left repeat-y;
	min-height: 6px;
	padding: 20px;
}

a:link,a:visited {
	text-decoration: none;
	color: #0099CC;
}

div.helpbox, div.closehelp {
	position: absolute;
	margin-top: -16px;
	width: 985px;
	height: 20px;
	float: right;
}

div.glossary {
	width: 985px;
}

div.box {
	width: 929px;
	min-height: 300px;
	margin: 0 0 0 -20px;
	overflow: hidden;
	cursor: pointer;
}

.first {
	background-color: #E3E3E3;
}

.second {
	background-color: #EFEFEF;
}

.trover:HOVER {
	border: solid 1px red;
	cursor: pointer;
}

.simpletrover:HOVER {
	border: solid 1px red;
}

.simpletrover:HOVER span {
    color: #0099CC;
}

.trhighlight:HOVER {
    border: solid 2px #29A8D8;
}

.simpletrover span {
    color: #6B6B6B;
}

div.hover-border:hover {
	border: solid 1px #29a8d8;
}

div.hover-border {
	border: solid 1px #efefef;
}

.trover:HOVER span {
	color: #0099CC;
	cursor: pointer;
}

.trover:HOVER a {
	color: #0099CC;
	cursor: pointer;
}

.trhighlight:HOVER {
	border: solid 2px #29A8D8;
}

.trover span {
	color: #6B6B6B;
}

.trover a {
	color: #6B6B6B;
}


.uploadIcon {
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 100px;
	max-width: 700px;
	min-height: 60px;
	background: url(tino/add_picture.png) 0 0 no-repeat;
}

#nopad {
	margin: 0px;
	padding: 0px;
}

.uploadedImagesIcon {
	float: left;
	clear: left;
	margin: 15px 0 10px 0;
	padding: 20px 0 0 72px;
	height: 40px;
	background: url(images/uploadedImagesIcon.png) 0 0 no-repeat;
}

.uploadIcon p,.splash p {
	font-size: 12px;
	margin: 3px 0 0 0;
}

a img {
	border: 0px;
}

#splash {
	float: left;
	margin: 50px 25px 25px 50px;
	padding: 20px;
	border: 0;
}

#splash li {
	float: right;
	background: #0F9;
	margin: 0 55px 0 300px;
	padding: 20px;
	background-color: #E3E3E3;
	list-style: none;
}

.borderImg {
	position: absolute;
	padding: 5px;
	background-color: #FFFFFF;
	border-color: grey;
	border-width: thin;
	border-style: solid;
	z-index: 1005;
}

.borderImg img {
	cursor: pointer;
}

#previewed {
 
}

#preview {
 
	background: #FFFFFF;
	border: 1px solid #666666;
	overflow: hidden;
}

#preview #previewTitle {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#preview #previewImage {
	text-align: center;
}

#preview #previewPage .row {
}

#preview #previewPage .text {
	
}

#preview #previewPage .image {

}

#preview #previewPage .rss {
	
}

#previewclear {
	clear: both;
}

ul.imagelist {
	list-style: none;
	clear: both;
}

ul.imagelist li.imageitem {
	float: left;
	width: 120px;
	padding: 0px;
}

ul.imagelist li.imageitem img {
	max-width: 150px;
	max-height: 94px;
}

a.deleteImage,a.deleteImage:hover {
	float: left;
	width: 32px;
	height: 32px;
	margin: 6px 0 6px 0;
	padding: 0px;
	cursor: pointer;
	overflow: hidden;
	background: url(tino/delete_picture.png) top left no-repeat;
}

div.license {
	font-family:arial;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	margin:0px;
	padding:0px;
	position:relative;
	top:-46px;
	color:#FFFFFF;
	left:20px;
	width:764px;
}

div.license a {
	font-family:arial;
	color: #FFFFFF;
}

div.license p {
	font-family:arial;
	padding: 0px;
	margin: 0px;
}

div.license {
	color: #FFFFFF;
	font-family:arial;
}

div.gekkodev {
	color: #FFFFFF;
	font-size: 8pt;
}

select.icon-menu option {
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
}

div.newfooter {
	margin-left:auto;
	margin-right:auto;
	width: 986px;	
}

div.newfooter a {
	color: black;	
}

#glossary {
	font-family:arial;
	font-weight: bold;
	width: 170px;
}
div.poweredby {
	font-size: 11pt;
	font-family:arial;
	color:#333536;
 	position:absolute; 
	float:left;
	margin-top:37px; 
	margin-left:722px;
}

div.poweredbyIE {
	font-size: 11pt;
	font-family:arial;
	color:#333536;
 	position:absolute;
	display:block;		
	margin-top:37px;
	width: 170px;
	margin-left: 70px;	
}

img.poweredbyimg {
	float:right;
	margin-top:1px;
}

img.poweredbyimgIE {	
	margin-top:1px;
	margin-left: 140px;
}

div.imagebox {
	background-color: #efefef;
	border-bottom: 1px solid #c0bfbf;
	border-right: 1px solid #c0bfbf;
	border-left: 1px solid #c0bfbf;
	border-top: 1px solid #c0bfbf;
	width: 120px;
	height: 110px;	
}

div.imagebox:hover {
	background-color: #d5d5d5;
	cursor:pointer;
	border-bottom: 1px solid #c0bfbf;
	border-right: 1px solid #c0bfbf;
	border-left: 1px solid #c0bfbf;
	border-top: 1px solid #c0bfbf;
}

div.imagedelete {
	background-color: #E8E6E6;
	border-bottom: 1px solid #c0bfbf;
	border-right: 1px solid #c0bfbf;
	border-left: 1px solid #c0bfbf;
	text-align: right;
	padding-top: 1px;
	width: 120px;	
}

img.paragraphbuttonL {
	background-repeat: no-repeat;
	background-image: url('tino/Left.png');
}

img.paragraphbuttonL:hover {
	background-repeat: no-repeat;
	background-image: url('tino/Left-Hover.png');
}

img.paragraphbuttonC {
	background-repeat: no-repeat;
	background-image: url('tino/Center.png');
}

img.paragraphbuttonC:hover {
	background-repeat: no-repeat;
	background-image: url('tino/Center-Hover.png');
}

img.paragraphbuttonR {
	background-repeat: no-repeat;
	background-image: url('tino/Right.png');
}

img.paragraphbuttonR:hover {
	background-repeat: no-repeat;
	background-image: url('tino/Right-Hover.png');
}

td.imagebox {
	background-color: #efefef;
	border-bottom: 1px solid #c0bfbf;
	border-right: 1px solid #c0bfbf;
	border-left: 1px solid #c0bfbf;
	border-top: 1px solid #c0bfbf;
	width: 120px;
	height: 110px;
}

td.imagebox:hover {
	background-color: #d5d5d5;
	cursor:pointer;
	border-bottom: 1px solid #c0bfbf;
	border-right: 1px solid #c0bfbf;
	border-left: 1px solid #c0bfbf;
	border-top: 1px solid #c0bfbf;
}

#progress_container{
	height: 13px;
	width: 898px;
	background: url('images/small-progress-bar-back.gif') repeat;
}

#progress {
	height: 13px;
	background: url('images/small-progress-bar.gif') repeat;	
}
.buttonOver {
	cursor:pointer;
	cursor:hand;
}

#emulator {
	height: 320px;
	width: 240px;
	-moz-background-size: 100% 100%;
	-moz-background-origin: content-box;
}

#emulatorTitleText {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 240px;
}

#titleIMG {
	max-width: 240px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#emulatorTitleImage {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#emulatorBody {
	width : 240px;
	height: 320px;	
	overflow-y:scroll;
	overflow-x:hidden;
	position:relative;
	top: 0px;
}
.homeTextStyle{
	color: #0099CC;
	font-size:12pt;
	font-weight: bold;
}
.homeTextStyle:hover{
	color : #656668;
	font-size:12pt;
	font-weight: bold;
	cursor : pointer;
}
.listEmail{
	color: #0099CC;
	font-size:12pt;
	font-weight: bold;
}
.first-tr td:FIRST-CHILD {
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	background-color: #E3E3E3;
}

.first-tr td:LAST-CHILD {
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	background-color: #E3E3E3;
}

.first-tr td {
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	background-color: #E3E3E3;
}

.second-tr td:FIRST-CHILD {
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	background-color: #EFEFEF;
}

.second-tr td:LAST-CHILD {
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	background-color: #EFEFEF;
}

.second-tr td {
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	background-color: #EFEFEF;
}

.UITable tr td {
	padding: 5px;
}

.trover-tr:hover {
	cursor: pointer;
}

.trover-tr:hover td:FIRST-CHILD {
	border-left: 1px solid #29a8d8;
	border-bottom: 1px solid #29a8d8;
	border-top: 1px solid #29a8d8;
	padding: 5px;
}

.trover-tr:hover td:LAST-CHILD {
	border-right: 1px solid #29a8d8;
	border-bottom: 1px solid #29a8d8;
	border-top: 1px solid #29a8d8;
	padding: 5px;
}

.trover-tr:hover td {
	border-bottom: 1px solid #29a8d8;
	border-top: 1px solid #29a8d8;
	padding: 5px;
}

div.navigation-button-right {
	clear: both;
	margin: 0px auto 0px auto;
	text-align: right;
}

img.non-selected-Lalign{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_left.png") top left no-repeat;
}

img.selected-Lalign{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_left_over.png")  top left no-repeat;
}

img.non-selected-Lalign:hover{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_left_over.png")  top left no-repeat;
}

img.non-selected-Calign{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_center.png") top left no-repeat;
}

img.selected-Calign{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_center_over.png") top left no-repeat;
}

img.non-selected-Calign:hover{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_center_over.png") top left no-repeat;
}

img.non-selected-Ralign{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_right.png") top left no-repeat;
}

img.selected-Ralign{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_right_over.png") top left no-repeat;
}

img.non-selected-Ralign:hover{
	width : 19px;
	height : 20px;
	background : url("tino/image_align_right_over.png") top left no-repeat;
}
.editable{
     color: #000;
     background-color: #0099CC;
}


#tabs{
        margin-left: 4px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
#tabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
    text-transform:uppercase;
}
#tabs a{
    float:left;
    background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;
    margin:0 2px 0 0;
    padding:0 0 1px 3px;
    text-decoration:none;
}
#tabs a span{
    float:left;
    display:block;
    background: transparent url(images/tabs_right.gif) no-repeat right top;
    padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}
#tabs a:hover{background-color: #7E94B9;color: white;}
#tabs a:hover span{background-color: #7E94B9;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}

.tabContent {
    clear:both;
    border:2px solid #42577B;
    padding-top:2px;
    background-color:#FFF;
}

.gallary {
	fload: left;
}

img.non-selected-yourimage{
	width : 132px;
	height : 45px;
	background : url("tino/btn_yourimages.png") top left no-repeat;
}

img.selected-yourimage{
	width : 132px;
	height : 45px;
	background : url("tino/btn_yourimages_selected.png") top left no-repeat;
}

img.non-selected-yourimage:hover{
	width : 132px;
	height : 45px;
	background : url("tino/btn_yourimages_hover.png") top left no-repeat;
}

img.non-selected-sampleimage{
	width : 158px;
	height : 45px;
	background : url("tino/btn_sampleimages.png") top left no-repeat;
}

img.selected-sampleimage{
	width : 158px;
	height : 45px;
	background : url("tino/btn_sampleimages_selected.png") top left no-repeat;
}

img.non-selected-sampleimage:hover{
	width : 158px;
	height : 45px;
	background : url("tino/btn_sampleimages_hover.png") top left no-repeat;
}