body {
	margin:0;
	padding:0;
	background-color:white;
	font-size:12px;
	font-family:arial,sans-serif;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
legend {
	display:none;
}
.input {
	border:1px solid #9d9d9d;
}
.Hide {
	display:none;
}
.Clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0;
}

.black {
	color:black;
}

#Header {
	border-bottom:1px solid #989898;
	height:29px;
	margin:0px;
	min-width:770px;
	padding:0pt 15px 8px;
	position:relative;
}
#Header #Title {
	padding:11px 0 0 115px;
	color:#b6b6b9;
	width:275px;
	height:20px;
	height /**/:28px;
	float:left;
	/*background:url("/images/login_logo_s.gif") no-repeat 0 5px;*/
	background:url("/images/tim_logo_s.gif") no-repeat 0 5px;
}
#Header #Title a {
	color:#b6b6b9;
	text-decoration:none;
}
#Header #Title.timwiki {
	background:none;
	padding:5px 0 0;
}
#Footer {
	color:#9E9E9E;
	font-size:11px;
	margin:0;
	padding:30px 0pt;
	text-align:center;
}
#Footer img {
	vertical-align:bottom;
}

#Menu {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#Menu li {
	float:left;
	padding:11px 9px 0px 10px;
	background:url('/images/header_li.gif') no-repeat 0 14px;
}
#Menu li.NoBlt {
	background:none;
}
#Menu li#GearsButtons {
	padding-top:5px;
}
#Menu li#GearsButtons div {
	float:left;
}
#GoOffline, #GoOnline {
	padding-top:0;
	cursor:pointer;
}

#NaviWrapper {
	margin:0 35px 0 25px;
	padding-bottom:5px;
	border-bottom:1px dashed #e3e3e3;
}
#Navigation {
	padding:7px 15px 3px 20px;
	background:url('/images/icn_dash.gif') no-repeat 0 11px;
	font-size:14px;
	color:#333;
	margin-bottom: 4px;
}
.NavigationBar {
	color:#969696;
}
#CurrentPosition {
	font-size:16px;
	margin:0;
	padding:0;
	display:inline;
}

#Wrapper {
	margin:5px 25px 0;
	padding:0 10px;
}
.LeftContentWrap {
	float:left;
	width:100%;
	margin-left:-387px;
}
.LeftContent {
	margin-left:387px;
}
.RightContent {
	float:right;
	width:358px;
	padding-left:10px;
}
#ContentHeader h2 {
	float:left;
	color:black;
	font-size:18px;
	margin:0;
	padding:10px 0 5px;
	overflow:hidden;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* css-3 */
	/* white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	word-break:break-all;
}
.HeaderDescription {
	float:left;
	padding:15px 0 0 5px;
	height:15px;
}
.HeaderDescription .TabMenu {
	margin:0;
	padding:0;
}
.HeaderDescription .TabMenu li {
	padding:0 0 0 13px;
	margin:0 13px 0 0;
	background:url("/images/tab_blt_gray.gif") no-repeat 0;
	list-style:none;
	float:left;
}
.HeaderDescription .TabMenu li:first-child {
	background:none;
	padding-left:5px;
}
a {
	color:#0769ba;
	text-decoration:none;
}
a:hover {
	color:#0769ba;
	text-decoration:underline;
}
#ContentBox {
	border:2px solid #e3e3e3;
	padding:10px;
	margin:0 0 10px;
	clear:both;
	*padding:5px 10px;
}

#FogGearsProgress, #FogGearsInstall{
	filter: alpha(opacity: 65);
	-moz-opacity: 0.7;
}

.button {
	background-color:#F7F7F7;
	border:1px solid #CDCDCD;
	font-size:12px;
	height:22px;
	margin:2px 6px 0px 0px;
	padding:0px 3px;
}
input.search {
	margin:0;
	background-color:#9f9f9f;
	border:1px solid #9f9f9f;
	color:white;
	font-weight:bold;
	*margin-top:1px;
}

.PagingBody ul {
	list-style:none;
	margin:0;
	padding:0;
}
.PagingBody li {
	float:left;
}
.PagingBody li.disablepage, .PagingBody li.currentpage {
	border-width:1px;
	border-style:solid;
	padding:3px 8px;
	margin:0 1px;
	font-weight:bold;
	font-size:11px;
}
.PagingBody li.disablepage {
	border-color:#E6E6E6;
	color:gray;
	cursor:default;
}
.PagingBody li.currentpage {
	border-color:white;
	cursor:default;
}
.PagingBody a {
	display:block;
	border:1px solid #E6E6E6;
	padding:3px 8px;
	margin:0 1px;
	font-weight:bold;
	font-size:11px;
	color:#1D1D1D;
	text-decoration:none;
}
.PagingBody li.disablepage:hover, .PagingBody li.currentpage:hover, .PagingBody a:hover {
	border-color:#0769BA;
}

.NoBold {
	font-weight:normal;
}

p.ErrorMsg {
	font-size:13px;
	color:red;
	margin:0;
	padding:5px 10px 10px;
}

.FlashNotice {
	padding:10px;
	border:1px solid #00CC33;
	background-color:#99FF66;
	margin:10px 0;
	text-align:center;
}

.FlashError {
	padding:10px;
	border:1px solid #993300;
	background-color:#FF3300;
	margin:10px 0;
	text-align:center;
}

.fieldWithErrors {
	display:inline;
}

.word_wrap {
	overflow:hidden;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
/*	white-space:pre-wrap;*/ /* css-3 */
	/* white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	word-break:break-all;
}

.no_border {
	border:0;
}
.wiki_logo_empty {
	background:url('/images/logo_bg.gif') no-repeat;
	width:340px;
	height:77px;
	padding-top:35px;
	text-align:center;
}

/* service_type => downgrade page */
.bg_button_downgrade {
	background:url("/images/bg_big_button_left.gif") no-repeat 0;
	text-align:center;
	position:relative;
	width:300px;
	height:52px;
	left:50%;
	margin:50px 0 10px -116px;
	*left:0;
	*margin-left:0;
}
.bg_button_downgrade img{
	vertical-align:middle;
}
.bg_button_downgrade a {
	background:url("/images/bg_big_button_right.gif") no-repeat right 2px;
	background-position /**/: right 0;
	display:block;
	float:left;
	height:37px;
	font-weight:bold;
	padding-top:15px;
	padding-right:15px;
}
.bg_button_downgrade .or {
	float:left;
	height:37px;
	font-weight:bold;
	padding:17px 10px 0 10px;
	width:20px;
}
.bg_button_downgrade a.go_downgrade {
	background:none;
	padding-left:20px;
	padding-top:18px;
	background:url("/images/ico_green_arrow.gif") no-repeat 10px 15px;
	width:95px;
}
.bg_button_downgrade .cancel {
	color:black;
	width:115px;
	float:left;
	height:37px;
}
.bg_button_downgrade .cancel a {
	width:115px;
	padding-top:17px;
}


/* service_type => upgrade page */
.bg_button_upgrade {
	background:url("/images/bg_big_button_left.gif") no-repeat 0;
	text-align:center;
	position:relative;
	width:300px;
	height:52px;
	left:50%;
	margin:50px 0 10px -150px;
	*left:0;
	*margin-left:0;
}
.bg_button_upgrade img{
	vertical-align:middle;
}
.bg_button_upgrade a {
	background:url("/images/bg_big_button_right.gif") no-repeat right 2px;
	background-position /**/: right 0;
	display:block;
	float:left;
	height:37px;
	font-weight:bold;
	padding-top:15px;
	padding-right:15px;
}
.bg_button_upgrade .or {
	float:left;
	height:37px;
	font-weight:bold;
	padding:17px 10px 0 10px;
	width:20px;
}
.bg_button_upgrade a.go_upgrade {
	background:none;
	padding-left:20px;
	padding-top:18px;
	background:url("/images/ico_green_arrow.gif") no-repeat 10px 15px;
	width:95px;
}
.bg_button_upgrade .cancel {
	color:black;
	width:115px;
	float:left;
}
.bg_button_upgrade .cancel a {
	width:115px;
	padding-top:17px;
}

.xe_movie_wrapper {
	background: #e9e9e9 url('/images/insert_area_250.gif') no-repeat 50% 50%;
}

.embed_bg {
 text-align:left;
 font-size:1.18em;
 color:#60A92E;
 background:url("/images/icn_insert.gif") no-repeat 0% 50%;
 padding-left:20px
}
